Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing images/infobox


Recommended Posts

Posted

Hi,

 

I am trying to alter the images/infobox file. I have increased the font size in the TD.infoBoxHeading file to above 10, so now I need to enlarge the box graphics.

 

I have found the current image and changed it to the new colour that I want and have uploaded the file.

 

On the page, when I go VIew Source, I can see where I need to change:

 

<td height="14" class="infoBoxHeading"><img src="images/infobox/corner_left.gif" border=

 

corner_left.gif needs to change to the new image file, but I can't do this. I have been trying for the last 7 hours, and this forum is my last resort before things get ugly in my household.

 

I would appreciate any help (and I'm sure my family would too)!!

Posted
I need to enlarge the box graphics // corner_left.gif needs to change to the new image file, but I can't do this

 

 

Try this...

make your new image... call it corner_left.gif and upload it to the catalog/images/infobox directory.

Either overwriting the current file, or rename the current one to corner_left_OLD.gif

 

That will force corner_left.gif to change to your new graphic // size.

Posted
Hi,

 

I am trying to alter the images/infobox file.  I have increased the font size in the TD.infoBoxHeading file to above 10, so now I need to enlarge the box graphics.

 

I have found the current image and changed it to the new colour that I want and have uploaded the file.

 

On the page, when I go VIew Source, I can see where I need to change:

 

<td height="14" class="infoBoxHeading"><img src="images/infobox/corner_left.gif" border=

 

corner_left.gif needs to change to the new image file, but I can't do this.  I have been trying for the last 7 hours, and this forum is my last resort before things get ugly in my household. 

 

I would appreciate any help (and I'm sure my family would too)!!

 

 

the images corner_left.gif can be found in includes/classes/boxes.php

Posted
Hi,

 

I am trying to alter the images/infobox file.  I have increased the font size in the TD.infoBoxHeading file to above 10, so now I need to enlarge the box graphics.

 

I have found the current image and changed it to the new colour that I want and have uploaded the file.

 

On the page, when I go VIew Source, I can see where I need to change:

 

<td height="14" class="infoBoxHeading"><img src="images/infobox/corner_left.gif" border=

 

corner_left.gif needs to change to the new image file, but I can't do this.  I have been trying for the last 7 hours, and this forum is my last resort before things get ugly in my household. 

 

I would appreciate any help (and I'm sure my family would too)!!

 

 

the images corner_left.gif can be found in includes/classes/boxes.php

 

line 154 - 156 approx

Posted

Thanks so much!!!!! :D

 

Try this...

make your new image... call it corner_left.gif and upload it to the catalog/images/infobox directory.

Either overwriting the current file, or rename the current one to corner_left_OLD.gif

 

That will force corner_left.gif to change to your new graphic // size.

Posted

Thanks for all the help mentioned above, I need to change my Text color of the infobox heading like 'Catalog' etc. Can anybody help me with this?

Posted
Thanks for all the help mentioned above, I need to change my Text color of the infobox heading like 'Catalog' etc. Can anybody help me with this?

 

 

 

You can do that in the style.css sheet.

Archived

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

×
×
  • Create New...