joswald Posted May 25, 2004 Posted May 25, 2004 I have enlarged the Heading Image sizes to 220x60 , but it applies this size to the manufacturers logo which is placed in the 'Manufacturers Info' Info_box, when a product is viewed. I want to make these specific images (within Manufacturers Info) smaller. so they fit.... My apologies in advance if this task really simple...
joswald Posted May 26, 2004 Author Posted May 26, 2004 Well, I figured it out myself, as the solution was starring me in face as always. in /includes/boxes/manufacturer_info on Line 28 if (tep_not_null($manufacturer['manufacturers_image'])) $manufacturer_info_string .= '<tr><td align="center" class="infoBoxContents" colspan="2">' . tep_image(DIR_WS_IMAGES . $manufacturer['manufacturers_image'] , $manufacturer['manufacturers_name'], [B]'121', '33'[/B]) . '</td></tr>'; This is where you change the image parameters. I swear I stuffed around with this code for hours and it didn't work. I gave it one last go for 5 minutes and wella... Frustrated... I am...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.