- Impact
- 66
HTML Tables IE Help - ***NP$ REWARD***
I'm designing a site and I have it coded with tables. Now I don't want a whole speech as to why I should have used CSS rather than tables or anything, I simply want the answer to my question.
Problem: there is a random break in between two of my tables. It's quite strange because i have multiple tables just like this, and there are no breaks in between them.
Here is a screenshot of the problematic part:
http://img220.imageshack.us/img220/4521/layouterror1cq.jpg
Here is a live version of the problematic page (problem only occurs in IE, other browsers it looks fine):
http://nasaboy007.t35.com/resize/
The problem is the little blue line that lies right under the buttons (with home, etc) and above that black-on-the-left/blue-bar-thing-on-the-right. that should not be there. this page shows up fine in all Mac version browsers (Safari, Firefox, Internet Explorer) and it shows up fine in Windows Firefox, but the line appears in Windows Internet Explorer. I just can't seem to find out what could be wrong with the code that could mess it up. Here is the snippet of the code that the error "seemingly" appears.
See anything wrong with the above code that would trigger only in IE?
First person to solve this and make it work in all browsers (PC: IE, FF; Mac: Safari, IE, FF) will get 10 NP$.
Thanks.
I'm designing a site and I have it coded with tables. Now I don't want a whole speech as to why I should have used CSS rather than tables or anything, I simply want the answer to my question.
Problem: there is a random break in between two of my tables. It's quite strange because i have multiple tables just like this, and there are no breaks in between them.
Here is a screenshot of the problematic part:
http://img220.imageshack.us/img220/4521/layouterror1cq.jpg
Here is a live version of the problematic page (problem only occurs in IE, other browsers it looks fine):
http://nasaboy007.t35.com/resize/
The problem is the little blue line that lies right under the buttons (with home, etc) and above that black-on-the-left/blue-bar-thing-on-the-right. that should not be there. this page shows up fine in all Mac version browsers (Safari, Firefox, Internet Explorer) and it shows up fine in Windows Firefox, but the line appears in Windows Internet Explorer. I just can't seem to find out what could be wrong with the code that could mess it up. Here is the snippet of the code that the error "seemingly" appears.
Code:
<table width="95%" border="0" cellspacing="0" cellpadding="0" align="center" background="img/between.gif">
<tr>
<td class="bordervert"></td>
<td width="18">
<img src="img/head2.gif">
</td>
<td width="84">
<img src="img/head3.gif">
</td>
<td width="86">
<img src="img/head4.gif">
</td>
<td width="86">
<img src="img/head5.gif">
</td>
<td width="86">
<img src="img/head6.gif">
</td>
<td width="86">
<img src="img/head7.gif">
</td>
<td width="86">
<img src="img/head8.gif">
</td>
<td width="86">
<img src="img/head9.gif">
</td>
<td width="85">
<img src="img/head10.gif">
</td>
<td><div class="space">hi</div>
</td>
<td width="3">
<img src="img/head11.jpg">
</td>
<td class="bordervert">
</td>
</tr>
</table>
<!-- This comment is not in the HTML page, but according to the page, it would be somewhere around here. -->
<table width="95%" height="10" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td class="bordervert" height="10"></td>
<td class="sidebartop" height="10"></td>
<td class="hash" height="10"><div class="space">hi</div></td>
<td class="bordervert" height="10"></td>
</tr>
</table>
See anything wrong with the above code that would trigger only in IE?
First person to solve this and make it work in all browsers (PC: IE, FF; Mac: Safari, IE, FF) will get 10 NP$.
Thanks.
Last edited:







