Creating a table in post is very useful. You can arrange your blog so it will look neat and organized well. If you are a blogger who put a lot of pictures in your post, I suggest you to use table to arrange the picture and text. Because the pictures will be easier to be placed.
Another benefit is readers don't have to keep scrolling back and forth because sometimes the picture and its information is just too far away. So, with table, you can put pictures and text side by side.
To create a table in blogger post, all you need is this simple html code:
<table>
<tr>
<td>
Your text/pictures code here (position: Left)</td>
<td>
Your text/pictures code here (position: Right)</td>
</tr>
</table>
Tips:
- Choose the HTML mode instead of Compose mode before you upload the pictures.
- Choose "none" for the picture style, and "small" for the picture size. You can always arrange it later. But now, you only need the code to be right on the place you want them to be.
- Write your first sentence in HTML mode. Then you can continue writing in Compose mode. Just to make it easier.
No comments:
Post a Comment