Tuesday, June 23, 2015

How to Add Columns in Post in Blogger

Very short tutorial on how to add columns in a post in Blogger. Very easy.
 
 
















Read more : http://www.ehow.com/how_8503490_make-three-columns-blogger-post.html

here you can change the spacing and width to what you want ......
You can also specify alignment, such as "align="center"".

<table width="100%" spacing="5">
<tr>

<td valign="top">
CONTENT OF 1st COLUMN
</td>

<td valign="top">
CONTENT OF 2nd COLUMN
</td>

<td valign="top">
CONTENT OF 3rd COLUMN
</td>

</tr>
</table>

so here's the code for a 2 column post:
 

<table>< tr><td valign="top">Column 1</td><td valign="top">Column 2</td> < /tr> < /table>

No comments: