W3 net school - web design programing tutorials
Website about web, blog, aplication programing and design tecnhiks
Sunday, March 3, 2013
How To Put Pictures Side by Side in Blogger
You can use table to put images side by side.
Open new post select html and put html table code
<table border="0">
<tbody>
<tr>
<td>url of image 1</td>
<td>url ofimage 2</td>
</tr>
</tbody></table>
just copy and paste url of your image
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment