R – Usage of image in sIFR

sifr

I want to use sIFR in my blog posts also. But there's a major problem that I couldn't fix.

Let's say the blog post is between these divs:

<div class="post">BLOG POST IS HERE</div>

So, my selector is .post.

When I insert an image tag inside this div, the image isn't being showed by the browser. Just like this:

<div class="post"><img src="myimage.jpg" align="left" />BLOG POST IS HERE</div>

Is there a way to use sIFR with images?

Best Answer

As far as I know sIFR is not capable of displaying images. It is not intended to change an entire blog post. You should concentrate on the headlines.