How to make aTable draw row and columns in BlogSpot
Thursday, August 30, 2012
How to make aTable draw row and columns in BlogSpot
Hello dear friends here you will get How to draw row and columns Table in BlogSpot. How to create a table in Blogspot, Blogspot table make, Prepare a table in Blogspot, Row and columns draw in Blogspot. Friends you also get another article about Remove Nav or Navigation Bar of Blog.As of lots of days I have a problem in my mentality how to make a rows with columns into the blogger by a well formatted method later than a bit R&D I came to recognize how to make a table. How to make aTable draw row and columns in BlogSpot.
1. Create a table in word document and make use of it in blogger.
2. HTML Tags (customary method of text a table by tags quite confuse for non techies)
1. A next way and simple method of drawing a table is to format it in ms word and save the file since webpage
Go after the under instruction to make a table simply How to make aTable draw row and columns in BlogSpot.
- Open the Ms Word and make a table along with your wants
- Click the File menu and choose save as HTML (or Save as Web Page).
- Click yes or else Save in the dialog box to appear.
- at the present open the Saved File in Text editors for example Notepad otherwise edit plus
- copy the just part of codes opening by and
- at the present apply this table code in html blogger post devoid of having to keep in mind as regards any coding
How to make aTable draw row and columns in BlogSpot. A usual HTML format /code used for text a table say 4 rows and 2 columns is
Other style you will get:<table><tr><td>One </td><td> Two</td></tr><tr><td>Three </td><td> Four</td></tr><tr><td>Five </td><td> Six</td></tr><tr><td>Seven </td><td >Eight</td></tr></table>
Every the tables in HTML starts by <table> and ends by </table><table border="2" bordercolor="#0033FF" style="background-color:#99FFFF" width="100%" cellpadding="3" cellspacing="3">
<tr>
<th>Table Header</th>
<th>Table Header</th>
<th>Table Header</th>
</tr>
<tr>
<td>Table Cell</td>
<td>Table Cell</td>
<td>Table Cell</td>
</tr>
<tr>
<td>Table Cell</td>
<td>Table Cell</td>
<td>Table Cell</td>
</tr>
<tr">
<td>Table Cell</td>
<td>Table Cell</td>
<td>Table Cell</td>
</tr>
</table>
<td>Indicates the begin of the content of a table column anywhere td=table data and this tag ends by</td>
Even if creating a table format by higher than method is a bit confuse for beginners the next method of creating a table will be simple...