Little error, needs help.

Antarctic

Seasoned Veteran
Joined
Feb 24, 2010
Messages
3,282
Reaction score
0
FP$
585
Now, i'm currently designing and coding a design, i've up come with a little error here's the image:

http://i39.tinypic.com/13yhy6v.png

Here's the code for that whole area, basically i want to get rid of that little box between both tables (middle part).

Code:
<table width="800" border="0" cellspacing="0" cellpadding="0" style="border-collapse: collapse" bordercolor=" 111111">
<tr bgcolor="#c7c7c7"><td width="800" height="64" background="images/bg1.png" bgcolor="#c7c7c7"><div align="center"><img src="images/home.png" srcover="images/homeroll.png" />
  <img src="images/info.png" srcover="images/inforoll.png" /><img src="images/media.png" srcover="images/mediaroll.png" /><img src="images/site.png" srcover="images/siteroll.png" /><img src="images/forum.png" srcover="images/forumroll.png" /></div></td>
</tr>
  </table>
  <table width="800" border="0" cellspacing="0" cellpadding="0" style="border-collapse: collapse" bordercolor=" 111111"><tr bordercolor="#000000" bgcolor="#616161"><td width="800" bgcolor="#777777"><table width="800" border="0" cellspacing="0" cellpadding="0" style="border-collapse: collapse" bordercolor=" 111111">
    <tr bordercolor="#000000" bgcolor="#888888"> </tr>
    <tr bordercolor="#000000" bgcolor="#BBBBBB"></tr>
    <tr bordercolor="#000000" bgcolor="#616161">     </tr>
    <tr bordercolor="#000000" bgcolor="#616161">
      <td bgcolor="#777777"><p>&nbsp;</p>
        <?php
if($page) include("$page.html");
else include("home.html");
?></td>
    </tr>
    <tr bordercolor="#000000" bgcolor="#616161">
      <td width="800" bgcolor="#777777"><p align="center">&nbsp;</p></td>
    </tr>
  </table></td>
</tr>
  </table>

It looks fine on FF but on IE it's a little white gap.

Any ideas of what it might be? Cheers.
 
Nope, it's not online right now. The code is all you should really need. The error is below the nav images.
 
Just tried, and the code isn't all that helpful on its own. ~neutral~

I think a Live Demo is really the only way anyone will be able to help you. ~sad~
 
Agreed, granted the image you see does not know the difference between the error you are getting. Also, I highly suggest NOT doing tabled CSS designs - try to learn DIV style to create a table-less design.
 
Back
Top Bottom