How to post a table in a blog by blogger.com
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?
Re: How to post a table in a blog by blogger.com
Quote:
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
Re: How to post a table in a blog by blogger.com
Quote:
Originally Posted by debasis
Quote:
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
many thanks to you debasish.
Now another question is here. When I am going to edit the html code for my blog post, how do I find the exact position? Would I just search the text entered, after which I have to insert my table? Is there any option to search the exact postion?
I will definitly do it today and if help needed will contact you.
Re: How to post a table in a blog by blogger.com
Quote:
Originally Posted by ssarkar
Quote:
Originally Posted by debasis
Quote:
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
many thanks to you debasish.
Now another question is here. When I am going to edit the html code for my blog post, how do I find the exact position? Would I just search the text entered, after which I have to insert my table? Is there any option to search the exact postion?
I will definitly do it today and if help needed will contact you.
You need to search where you want to add the table and hit <Enter> and add this code Then after it add the table code provided by me above if you want to align it center then just add table code in between Feel free to ask further , if you face any problem.
Thanks.