|
Posted by Jim Moe on 03/08/06 19:54
julian_m wrote:
>> >
>> > Can anyone give me some explanation about that?
>> >
>> Not without an URL showing a test case. Code fragments are useless.
>
> It was not a code fragment, it was the *complete* code. Anyway, you can
> see what i'm talking about here:
>
No, it was not. The </head> without <head> was just the first error.
Correct your code:
- Add a DTD (doctype, preferably HTML 4.01 Strict) and charset spec.
- Change widht -> width in the CSS.
- Add a width:xx% to each column. The default width for a block element is
100%.
- Add float:left to each column. The columns will not float unless you
tell them to do so.
--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
Navigation:
[Reply to this message]
|