Tables in Post

  • Thread starter Thread starter kopeloff
  • Start date Start date
K

kopeloff

I want to have a table in my blog post. When I publish the post, the
table is appearing not at the beginning of the post but at the end
with a lot of room before the table.

How can I align the table to the top of the post?

Here is my code in the 'edit HTML' posting box.

<table style="width: 609px; height: 781px;" valign="top"
cellpadding="0" cellspacing="2" border="1">
<tbody margin="0"><tr>
<td>

....etc.

</td>
</tr>
</tbody></table>

Are the codes:

valign="top"
align="top"

....worth anything?

Thanks,
K

example:

http://pineappleslushy.blogspot.com/2008/07/beach-dog.html
 
Back
Top