Code follows:
- Code: Select all
<form name="f" method="post" action="/whatever">
<table width="100%" border="0" cellspacing="3" cellpadding="0">
<tr>
<td colspan="2" height="1" style="background: url(images/pointille.gif);">
<img src="images/spacer.gif" alt="" width="1" height="1" />
</td>
</tr>
<tr>
<td valign="middle">Whatever</td>
<td valign="middle">Whatever</td>
</tr>
<tr>
<td colspan="2" height="1" style="background: url(images/pointille.gif);">
<img src="images/spacer.gif" alt="" width="1" height="1" />
</td>
</tr>
</table>
</form>
So, this code have different effects with IE and the other browsers. The IE is the problem.
Any idea on how to solve this?
I've tried many different things and nothing!
Thanks you!







I'm actually not using IE that much... just because of my website 