I'm sure there is a simple solution to this...

Some output from a rendered page

<div class="content">
<p>text in here</p>
<div class="image-attach-teaser" style="width: 52px;">

I want to move the picture above the text so it's at the top left in the teaser. I've tried using CSS but it only works when I edit node.tpl.php

print $node -> content['image_attach'][‘#value’];

This solution would entail doing the same for all the variables in $content and the site wouldn't work properly if I added CCK fields.

What to do? What to do?

Comments

ktonini’s picture

subscribing

redsky’s picture

subscribing

redsky’s picture

I figured out if you edit the related content type you can set the "Teaser image weight:" to a low (negative?) value and this will position it accordingly.