Guest Posted May 31, 2004 Share Posted May 31, 2004 Can anyone help me? I am trying to remove the top image from the Best Sellers box and just have text links (with no images) populate the box. Thanks for your help Simon Link to comment Share on other sites More sharing options...
Acheron Posted May 31, 2004 Share Posted May 31, 2004 There's an image in the best sellers box? Maybe I removed it then. hehe Can you post a screenshot, would be happy to help you. :) Link to comment Share on other sites More sharing options...
drakonan Posted May 31, 2004 Share Posted May 31, 2004 This is fairly simple. Do you mean the text header or have you really added some form of header contrib to have header images? Since I don't know what your box bestseller.php looks like I can't tell you specifically, but if it's text then look for new infoBoxHeading($info_box_contents, false, false); and put two slashes in front of it. like this: // new infoBoxHeading($info_box_contents, false, false); If it's really an image, look for the img tag in your php. Remove that and the cell it's in or, it's it's in it's own table (like I did so I could make it a hyperlink without IE6's gay spacing problem), the whole table too. - - - - Sometimes, ignorance is bliss. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.