Table Trouble...

liunx

Guest
Ok I've just finished making the man page Header for my site and I've made a breif version of the site navigation to see what things will look like. My problem is this:<br />
<br />
The image size's are set as <br />
<br />
Main Header - 750x100<br />
Interface - 750x30<br />
<br />
The site is <!-- m --><a class="postlink" href="http://www.liquid2k.com/zxblaze/index_1.html">http://www.liquid2k.com/zxblaze/index_1.html</a><!-- m --> <br />
<br />
The data cells which they are in are the exact same measurements as the images are; but I get this white outline round the images, how do I get rid of it? <br />
<br />
<!-- Row 1 --><br />
<br />
<TABLE WDITH="750" HEIGHT="100" CELLPADDING="0" CELLSPACING="0" BORDER="1"><br />
<TR><br />
<TD WIDTH="750" HEIGHT="100" ALIGN="Center" VALIGN="Middle" COLSPAN="3"><br />
<br />
<br />
<IMG SRC=http://www.htmlforums.com/zxblaze/images/KensaiHeader.jpg WIDTH="750" HEIGHT="100" BORDER="0"><br />
<br />
<br />
</TD><br />
</TR><br />
<br />
<!-- // Row 1 --><br />
<br />
<!-- Row 2 --><br />
<br />
<TR><br />
<TD WIDTH="750" HEIGHT="30" ALIGN="Center" VALIGN="Middle" COLSPAN="3"><br />
<br />
<IMG SRC=http://www.htmlforums.com/zxblaze/images/Interface.jpg WIDTH=750 HEIGHT=30 BORDER="0"><br />
<br />
</TD><br />
</TR><br />
<br />
<!-- // Row 2--><!--content-->Just dumping the table dimensions should do the trick, they will automatically adjust to their contents, in your case, the graphics.<!--content-->Wow!, that was fast... <br />
<br />
I read that it was always best to keep the dimensions of the tables included because this helps the site render faster, (or appear to anyway). + If it did that whenever it found a new image it would have to reload the table... <br />
<br />
- thx anyway.<br />
<br />
- Dave'z'ter<!--content-->wow nice graphic,<br />
<br />
ahhh if that doesnt work, try getting rid of the border = "1" that just may do the trick<br />
<br />
<br />
Laters, - GREGO<br />
<br />
ps, how do you make those graphics?<!--content-->for one thing you don't have a body tag!!<br />
<br />
another, yes you are suppose to have the width and height in the table so it renders better, but you can also make then percentages. I would make then 100% on all ascpects.<!--content-->Well I didn't think anyone else would replie to this after I last viewed it a week after posting. I managed to fix the problem, thx anyway. I only included the 1px border so I could view how the table rendered. Using dimensions in (%) aren't as acurate, and I design any graphics using pixels too. :rolleyes:<br />
<br />
Scoutt, I do have a body tag; that was a small snipet of code from the page where the problem was occuring. I may be only 15 and newbie designer but I'm not stupid. You never seem to tell me anything I don't already know. :(<br />
<br />
- Where you refering to my sig, or the banner on the test page ?<!--content-->
 
Back
Top