Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Images at top of box..please help


Guest

Recommended Posts

I am trying to put an image at the top of the boxes....for example lets use the categories box.

 

At the top of the box there is a border with whatever border and text color you chose..instead of using the aforementioned border, i would like to use a graphic..in this case a button that i made that says categories..i have seen where you can specify an image like corner_left.gif, but this will apply to all boxes...what i want is to make a specific image to use at the top of each box that is unique to that particular box. I feel sure that this is going to be an addition to each individual box's php file..i have seen this section in code, but i dont know how to add an image....new to php in general

 

$info_box_contents = array();

$info_box_contents[] = array('align' => 'left',

'text' => 'Categories'

);

 

I would also like to create a custom bar to span the width of the header and footer..so if someone could throw a tip for that, then that would also be greatly appreciated..

 

Thanx Guys..

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...