I am thinking this is an IE bug.. but am hoping for some help on fixing it.
On my news page I have a news byline, some text and potentially up to three images. here’s my code…
{exp:weblog:entries weblog="{news_weblog}" orderby="date" sort="desc" limit="5" disable="member_data|trackbacks|comments"}
<div class="entry">
<h2>{title}</h2>
<p> // {entry_date format=' %M.%d.%Y '} //<br />
<a href="/v1/assets/newsgraphic.gifhuGFATBGJNjTz86yjTNBsQJ0G4Mpjq97typography_img_src_end alt={title} ">/v1/assets/newsgraphic.gifhuGFATBGJNjTz86yjTNBsQJ0G4Mpjq97typography_img_src_end alt={title} </a><br />
{if news_image_large_1}{news_image_large_1}{/if}<br />
{if news_image_large_2}{news_image_large_2}{/if} <br />
{if news_image_large_3}{news_image_large_3}{/if} <br />
{news_body}<br />
</div><br />
{/exp:weblog:entries}in Firefox the entry displays beautifully, but in IE everything gets pushed down. It seems that the images don’t “Float” right. The text gets pushed down to the third image and there’s a huge blank space between the byline and the opening paragraph…
I’m sure this isn’t the first time.. Any help is greatly appreciated.