Posted by Michael Fesser on 01/11/08 09:20
..oO(palun)
>Sorry, it's not deployed. But the code is really simple:
>
>In html:
>
><div id="anId">
>Some stuff...
></div>
>
>and in css:
>
>#anId {
> width=400px;
^
>}
>
>But the content ("Some stuff") still gets spread out over the whole page...
It's always a good idea to validate the HTML and CSS before asking for
help:
#anId {
width: 400px;
}
Micha
Navigation:
[Reply to this message]
|