|
Posted by Jukka K. Korpela on 09/01/06 15:47
edgy <hotmail@hotmail.com> scripsit:
> In this div, I get a little horizontal line of the background colour
> after the last image.
Your markup is more or less garbage, so all bets are off. Please learn the
basic HTML syntax first.
> <IMG SRC="circle_top.jpg">
Missing a required attribute.
> <h3><p><ul>
An h3 element cannot contain a p element, and a p element cannot contain a
ul element.
> <li><a href="links.html">Links </a></li><
> /ul></p></h3>
What's the idea of splitting "</ul>" into two lines? I'm too lazy to check
whether that's allowed by the book (SGML standard), but I'm sure so were the
people who wrote the popular browsers, so it's foolish to take such risks.
--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/
Navigation:
[Reply to this message]
|