Pencil Shavings

Friday, March 02, 2007

Blogger Tip: How to align images not hosted by Blogger

In the img tag,

<img src="http://flickr.com/image2">

add the code in bold

<img style="margin: 0pt 10px 10px 0pt; float: left;" src="http://flickr.com/image2">

The margin bit, of course, is optional.

No comments: