The teaser borders on my front page are not extending to cover the whole teaser, if I have an image on the left of the text. Is there anything I could do, or is it again something wrong with M$ ?

You can look on www.vially.ro ifthe image is not showing up, and you have IE6. I cannot say if it's the same with other versions of IE, in Firefox it looks ok.

http://drupal.org/files/screenshot.jpg

Thanks,
Vially

P.S. How the *** do you insert images here ?

CommentFileSizeAuthor
screenshot.jpg46.68 KBVially

Comments

Vially’s picture

Anyone please :) ?

derjochenmeyer’s picture

Hi Vially, try adding the following to your style.css

.node .content img {
  clear:both;
}

did you modify the node.tpl.php file?

the key to your problem is adding a clear:both; at the right spot.

try editing the node.tpl.php if the above does not work out. and add the following right before the last div or after the image gets themed:

<div style="clear:both;"></div>
Vially’s picture

Status: Active » Closed (fixed)

I have upgraded to D6, and i cannot reproduce the issue anymore. Thank you very much for helping though :).