wincode
08-27-2010, 09:17 PM
Hello. I'm working on a page with the sun on the top right of the page. But I'm not getting it to be exactly aligned with the sides of the page - there is a gap between the image and the sides. http://a.imagehost.org/0869/page.jpg
Here is the code:
<table width='100%' border='0'>
<tr>
<td width="100px">
<img src="images/logo.png" width="100px"/>
</td>
<td align='right' valign='top'>
<img src='images/sun.gif'/>
</td>
</tr>
</table>
How can I fix this?
Thanks for your time! :)
Here is the code:
<table width='100%' border='0'>
<tr>
<td width="100px">
<img src="images/logo.png" width="100px"/>
</td>
<td align='right' valign='top'>
<img src='images/sun.gif'/>
</td>
</tr>
</table>
How can I fix this?
Thanks for your time! :)