The Annoyed Man Posted March 4, 2008 Posted March 4, 2008 I've got a problem where the info boxes, such as Categories, What's New, etc., are putting the wrong image files into the corners of the table. For instance, what SHOULD display the following html: <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td height="14" class="infoBoxHeading"> <img src="images/infobox/corner_left.gif" border="0" alt="" width="13" height="35"> </td> <td width="100%" height="14" class="infoBoxHeading">Categories</td> <td height="14" class="infoBoxHeading" nowrap> <img src="images/infobox/corner_right.gif" border="0" alt="" width="13" height="35"> </td> </tr> </table> ...is ACTUALLY writing this html: <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td height="14" class="infoBoxHeading"> <img src="images/infobox/corner_left.gif" border="0" alt="" width="13" height="35"> </td> <td width="100%" height="14" class="infoBoxHeading">Categories</td> <td height="14" class="infoBoxHeading" nowrap> <img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"> </td> </tr> </table> I have other info boxes where the right corner image is showing up in the left corner of the box header. I assume that one of the scripts somewhere is pointing to something incorrectly. Thank you in advance for your help.
The Annoyed Man Posted March 4, 2008 Author Posted March 4, 2008 Never mind... I figured out a hack in boxes.php.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.