I'm having a problem with a gap at the bottom of the page between the image and border. The header turned out fine but for some reason I cant seem to remove that gap at the bottom. You can view the gallery page here http://www.lsrcc.com/gallery/index.php
set a smaller heigh properties for last td (the one with class="topstrip")
and use this :
<span class="lfooter">Property of Lake Superior R/C Car Club, Copyright 2005</span>
instead of this:
<p class="lfooter">Property of Lake Superior R/C Car Club, Copyright 2005</p>
Either fix didnt work. The height only adjusted the image size and not the gap between the image and the border. Could there be a cell spacing I'm not seeing?
As i said you can use smaller height for td , there isn't any image on that td !
Use this instead of yours
<td class="topstrip" align="center" height="20">
<span class="lfooter">Property of Lake Superior R/C Car Club, Copyright 2005</span>
Maybe were talking about different things. Here is a pic of the gap I need to fix. The other fixes you had my try did nothing to this.
By the way thanks for the help!!
Sorry , I've checked your site by FF and didn't see the buttom pic at all ::)
btw you have some invalid tag at the end of the page </P></TR></TBODY> , you should delete these