Posted by palun on 01/11/08 10:22
Terribly sorry. My mistake. (I wrote the code in the message. Should
have copied.)
Anyway, the code is correct in the CSS-file (and it still doesn't work).
/ulf
Michael Fesser skrev:
> .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]
|