
Originally Posted by
ssarkar
We are maintaining a blog by blogger.com. We need to post some data in a purely tabular format. Is it possible to post it? Whenever I am in 'new post' page, I am aligining the data in a tabular format, but when I view my post, no alignment is there.
Could any one help to sort it out?
Hi sarkar don't worry its not a big problem you have to do one thing, below i am proving the table code you have to add it in your blogger "html editor" then you can have a basic idea on table.
Code:
<table align="left" bgcolor="#FFFF00" border="1" bordercolor="#FF0000" cellpadding="1" cellspacing="1" width="637" height="168">
<td width="167" height="37" valign="top">sssssssss</td>
<td width="196" valign="top">ssssssssss</td>
<td width="137" valign="top">sssssssssssssss</td>
<td width="114" valign="top">sssssss</td>
<tr>
<td height="71" valign="top">ffff</td>
<td valign="top">fff</td>
<td valign="top">ff</td>
<td valign="top">ssssssss</td>
<tr>
<td height="54" valign="top">sssssssss</td>
<td valign="top">ssssssssss</td>
<td valign="top">ffffssssssssssssssssssss</td>
<td valign="top">sssssssss</td>
</table>
Hope You Are Searching For This Code. If yes then feel free to use it, change any property according to your need.
Thanks
Bookmarks