OK, I am done creating all the images for my layout.. slicing it up, and now I am coding it in Dreamweaver. I am simply creating a table based layout.. with a single header and a link area, which is set up in dreamweaver, as a background area so I can type things on that image, creating the links. But, there is like a white space in the layout. Between the header and the next part of the image.. what is wrong with this?
<table width="800" border="0" align="center">
<tr>
<td><img src="header.gif" width="800" height="258" /></td>
</tr>
</table>
<table width="805" border="0" align="center">
<tr>
<td width="800" background="background.gif"> </td>
</tr>
</table>
That is the code for the page. But here is also a screenshot I took of my problem..
screenshot_help.gif 93.63K
86 downloads
Please tell me what is wrong with my code! Thanks!
Brandon