I have some problems with Dreamweaver, when I'm inserting new image with width 1000 pixels (for example) in the table with width 1000 pixels, I receive the following cell padding:
XXXXXXXXXXXXXXXXXXXXX
x
x -----------------
x |//here image
x |
x |
x
<body>
<table width="1000" align="center" bgcolor="#FFFFFF" class="main_border">
<tr>
<td><img src="./img/canyon.gif" width="1000" height="150" alt="header"></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><img src="img/footer.gif" alt="footer" width="1000" height="20" /></td>
</tr>
</table>
</body>
similar problem:
http://www.justskins.com/forums/problem-with-white-space-31439.html
can somebody explain why? thanks in advancems/problem-with-white-space-31439.html