How can i get my table to align exactly along the top? With no empty space?
Here is my code
http://img215.imageshack.us/img215/1554/wd1yg.jpgPHP Code:<html>
<body background="test.jpg">
<table border="1" width=750 height=600 align=center>
<tr>
<td>100</td>
</tr>
</table>
</body>
</html>
here is a screenshot
Thanks ahead of time


Reply With Quote
Bookmarks