oztexs Posted August 2, 2004 Posted August 2, 2004 Hi, I purchased a oscommerce template for my store and have recently added a scrolling news box in the left column. My problem is, I want to change the heading box in the new box that I have added to relect a jpg image as it is the case with my other boxes, like information, special etc. I dont know what part of the code I need to change. Here is the code for the new box I added >> $info_box_contents = array(); $info_box_contents[] = array('align' => 'left', 'text' => BOX_HEADING_LINKS ); new infoBoxHeading($info_box_contents, false, false); $info_box_contents = array(); Here is the code that is standard with the oscommerce template i purchased >> $boxHeading = '<img src="images/boxes/information.jpg" border="0">'; $corner_left = 'square'; $corner_right = 'square'; // Retrieve information from Info table $informationString = ""; As you can see with the above the box heading is a jpg file. I want to do the same for the very top code to reflect companynews.jpg PLEASE HELP !!! Cheers, Oz
Recommended Posts
Archived
This topic is now archived and is closed to further replies.