I'm working on a layout: http://www.krahs-emag.com/test06.php
If you'll note there the text, "At new host posted by Trel on"
You'll see the <span> tag seems to terminate at the opening of the <a> tag.
I can't figure out why it's doing that or how to stop it. The code is validating so I'm at a loss.
EDIT: this is happening on Mozilla, it does not happen in IE or Opera.
EDIT2: Off topic, but I just hit 3000 posts (yay)
Page 1 of 1
Problem with layout
#3
Posted 16 June 2006 - 04:47 AM
This is your problem:
You'll need to put in an end tag:
The specs say "end tag required". Though the validator doesn't complain about it. In any case, it will fix your problem.
Cheers,
Andre
<a id="fus_1" name="1" />
You'll need to put in an end tag:
<a id="fus_1" name="1"></a>
The specs say "end tag required". Though the validator doesn't complain about it. In any case, it will fix your problem.
Cheers,
Andre
Page 1 of 1

Sign In
Register
Help




MultiQuote