Is it possible to have an image in a teaser that is at the top right - eg level with the title, but over on the right.

My site is just for one user - so full html/php etc is fine in posts - I have Drupal 5.7 with a zen sub theme.

At the moment I add an image with:

<p>
<img src="http://localhost/drupal-5.7/themes/zen/images/dog1.gif" style="float:right;" />
here is the text that should wrap around the picture blah blah blah
</p>

If this image could just be forced up to be level with the Story title, it would be perfect.

Comments

gordonbooker’s picture

I was able to move the image up a bit by adding margin-top: -40px; to the css

It is still not at the very top though - as top put it further up , it would put it out of the box in the full node view.