Pages

Wednesday, April 18, 2012

Table for Images

With this tricks you will have a side by side images.
But first, you must now how much wide is your blog post, so you can divide equally and put image on it.
Here is the code:
<table>
<tr>
<td><img src="photo1 URL" width="200" /></td>
<td><img src="photo2 URL width="200" /></td>
</tr>
</table>


Off course, you can customize it as you like, such as changing the width and image location.

No comments:

Post a Comment

Archives