In case any of you wanted to know how to put two photos along side each other on your blog this is how...
copy and paste the text below and insert it onto your blog..
<table>
<tr>
<td><img src="URL of photo1" width="180" /></td>
<td><img src="URL of photo2" width="180" /></td>
</tr>
</table>
Then where it says Url of photo 1 you can replace this with the URL of the photograph you want from any website i.e. your flicker account.
To get the URL of the photograph you want, right click and go down to 'copy image location' then delete the URL of photo 1 in the code above and right click then press paste and the url of the photo you wanted will be inserted like this...
<table>
<tr>
<td><img src="
http://ny-image1.etsy.com/il_170x135.230314405.jpg" width="180" /></td>
<td><img src="URL of photo2" width="180" /></td>
</tr>
</table>
Then all you need to do is repete the same process for a different photograph for photo 2
Hope this helps
Stephie :-)