Guest_imported
New member
- Jan 1, 1970
- 0
I don't understand why my leftmost <td> cell and my rightmost <td> cell, both 10% width, are not visually looking the same. one is smaller than the other. It is messy looking.
what is wrong with my code?
<table border="0" align="left" valign="top" width="100%" cellpadding="0" cellspacing="0">
<tr >
<td colspan="3" align="center" valign="top">
<img src="gallery photos/Venetian-Room-web.jpg" width="518" height="389" align="left" border="2">
<br clear="all"><br clear="all">
</td>
</tr>
<tr bgcolor="#666666">
<td width="10%" align="right" valign="middle">
</td>
<td width="80%" align="center" valign="middle">
<b><font color="#ffffff">Venetian Room - 1</font></b>
</td>
<td width="10%" align="left" valign="middle" <a href="5.html" target="_top"><img src="../graphics/doubleright.gif"
border="0" alt="Next Five"></a>
<a href="2.html" target="_top"><img src="../graphics/next.gif" alt="next" border="0"> </a>
</td>
</tr>
</table>
what is wrong with my code?
<table border="0" align="left" valign="top" width="100%" cellpadding="0" cellspacing="0">
<tr >
<td colspan="3" align="center" valign="top">
<img src="gallery photos/Venetian-Room-web.jpg" width="518" height="389" align="left" border="2">
<br clear="all"><br clear="all">
</td>
</tr>
<tr bgcolor="#666666">
<td width="10%" align="right" valign="middle">
</td>
<td width="80%" align="center" valign="middle">
<b><font color="#ffffff">Venetian Room - 1</font></b>
</td>
<td width="10%" align="left" valign="middle" <a href="5.html" target="_top"><img src="../graphics/doubleright.gif"
border="0" alt="Next Five"></a>
<a href="2.html" target="_top"><img src="../graphics/next.gif" alt="next" border="0"> </a>
</td>
</tr>
</table>