Quote:
Originally Posted by Digital Jedi
Could you post a screen shot of what the white space looks like?
|
I guess... but it is just, well blank. Let me see what I can do.
There it is, I've attached a quick screenshot. I've upped the columns to 5 in the attached example, because it appears that the space gets longer the larger the table is. It appeats that the non-coded space is being displayed before the table for some reason.
Code:
<table border=1 cellpadding=5 width=100%>
<tr>
<th>Column 1</th>
<th>Column 2</th>
<th>Column 3</th>
<th>Column 4</th>
<th>Column 5</th>
</tr>
<tr>
<td>Item 1</td>
<td>Item 2</td>
<td>Item 3</td>
<td>Item 4</td>
<td>Item 5</td>
</tr>
<tr>
<td>Item A</td>
<td>Item B</td>
<td>Item C</td>
<td>Item D</td>
<td>Item E</td>
</tr>
</table>