| Posted by edgy on 09/01/06 12:34 
In this div, I get a little horizontal line of the background colour after the last image.  How can I make sure the image is the very last thing in the
 div?
 
 <div id="navigation">
 <IMG SRC="circle_top.jpg">
 <h3><p><ul>
 <li><a href="tabs.html">Tabs</a></li>
 <li><a href="lyrics.html">Lyrics</a></li>
 <li><a href="links.html">Links </a></li><
 /ul></p></h3>
 <IMG SRC="circle_bottom.jpg">
 </div>
 [Back to original message] |