Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Box Headers


fangoria

Recommended Posts

I would like to replace the headers on the box elements in the site with graphics, but on any of the boxes where the ARROW graphic would normally show up, the spacing of the header row becomes out of wack with the rest of the box and the surrounding boxes. The graphics themselves arent oversized or anythign of that nature.

 

Ive tried the following 2 approaches so far:

 

replacing:

 

$info_box_contents[] = array('text' => BOX_HEADING_CURRENCIES);

 

from the box elements with either:

 

$info_box_contents[] = array('text' => tep_image_submit('button name', ALT));

or

$info_box_contents[] = array('text' => '<img tag>' );

 

Both have worked to simpily get the image in there but if the box shares space with the arrow image its spacing becomes out of alignment with the rest of the box elements in that col.

 

Anyone encounter this before and if so what solution did you use?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...