Posted by dawood on March 14, 2008 at 3:28am
I am running into a very frustrating problem. I am using the imagecache and imagefield modules to create thumbnails in the teasers. The trouble I am running into is that the thumbnail in the teaser is hanging below the bottom of the node and it doesn't look good at all. What can I do to make the size of the node at least as big as the picture. Also, when I try to alter the css for the node i can't input two different sizes so the teaser has to be as big as the full node to keep the picture fully in the node.
Comments
In node.tpl.php
In node.tpl.php you will find something like
<div class="content"><?php print $content; ?>
</div>
change to div to add the class clear-block, something like this
<div class="content clear-block">it worked kinda with one prob.
It worked great in litejazz but I want to use MyDrupal_impact or andreas09 and it works well accept for some reason the first node on the page is expanded huge. Maybe 600px for no reason. Please any more help would be great. THanks