I've been playing with posting entries using Flickrs "blog this" feature, unfortunately it doesn't work the way I want. When I post to my WordPress blog I get the following code:
<div>
<a href="http://www.flickr.com/xxxx" title="photo sharing">
<img src="http://farm2.static.flickr.com/xxxx" alt="" />
</a>
<br />
<a href="http://www.flickr.com/xxxx/">
AAAAA
</a>
<br />
Originally uploaded by
<a href="http://www.flickr.com/xxxx">
xxxx
</a>
</div>
But if send a post to a blogger blog I get something like this:
<div style="float: right; margin-left: 10px; margin-bottom: 10px;">
<a href="http://www.flickr.com/yyyy/" title="photo sharing">
<img src="http://farm2.static.flickr.com/yyyyy" alt="" style="border: solid 2px #000000;" />
</a>
<br />
<span style="font-size: 0.9em; margin-top: 0px;">
<a href="http://www.flickr.com/yyyyy/">
AAAA
</a>
<br />
Originally uploaded by
<a href="http://www.flickr.com/yyyy/">
BBBBB
</a>
</span>
</div>
Does anyone know why the formatting info isn't there in the WP entry.