Welcome, Guest. Please login or register.
Did you miss your activation email?
May 25, 2012, 09:28:41 AM

Login with username, password and session length
Search:     Advanced search
Interested in joining the WebsiteBaker team?
For more Information read here or on our new website.
155483 Posts in 21708 Topics by 7734 Members
Latest Member: adrielkhollis4
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: [solved] Group images in news module broken  (Read 341 times)
DrZaius

Offline Offline

Posts: 5


« on: March 27, 2009, 03:11:32 AM »

If I don't provide a group image in the News Module I get a broken image in IE 6.  I am using the following in my post loop:
Code:
<img src="[GROUP_IMAGE]" alt="" class="newsgroup" />
This works fine for groups with an image, but image-less groups result in:
Code:
<img src="" alt="" class="newsgroup" />
and this makes IE display the "broken image" icon.  How can I fix this?  I'm using 2.7.
« Last Edit: March 27, 2009, 11:55:23 PM by DrZaius » Logged
DrZaius

Offline Offline

Posts: 5


« Reply #1 on: March 27, 2009, 11:53:57 PM »

I fixed it by looking at the original news module settings and copying them accordingly:
Code:
<div style="display: [DISPLAY_IMAGE]">
<img src="[GROUP_IMAGE]" alt="" class="newsgroup" />
</div>
Logged
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!