gesf
New member
Hello again.
Code follows:
This is an example code, but the part that makes the problem is there.
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!
Code follows:
Code:
<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!