Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

manufacture_info.php is wider than all the other boxes?


Rainguy

Recommended Posts

Boxes are set to 150 in application_top.php and all of them are the same size except for manufacture_info.php box looks to be about 15 pixels wider. I can't figure out where to edit this so that the size is the same. BTW, the graphic is small for the company so that is not what is stretching the box out.

 

Thanks

Link to comment
Share on other sites

Can you show us a link so we can take a look.

 

My first thought would have been then image that was in the box, but if you say it is not that....

 

Give us a link to go to so we can see.

 

I dont think you will be able to get an accurate answer from the small desciption you have given.

 

CC.

Link to comment
Share on other sites

OK, I figured it out and needed to edit this line in the manufacture_info.php file:

 

$manufacturer_info_string = '<div align="center">' . tep_image(DIR_WS_IMAGES . $manufacturer['manufacturers_image'], $manufacturer['manufacturers_name']) . '</div>' .

'<table border="0" width="140"' . BOX_WIDTH . '" cellspacing="0" cellpadding="0">';

 

 

The width was showing as width="' with no value. Not sure if that is the default on install but adding the 140 value got them all the same size for me. :)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...