Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing images/infobox


Recommended Posts

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)!!

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...