This is a discussion on Box Help within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hello, The quick run down, I have spent like 3 days looking for the answer to my question ( How ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hello, The quick run down, I have spent like 3 days looking for the answer to my question ( How can I put an image in the boxes and take out the arrow image) Now I have 50% done, I have the image in there but I can not get the arrow(s) out without the page not showing up. I have read the guide but am not getting it. And is there a way to get the NEW images to the links like the arrows do? Any help would be great. Thank you for your time. |
|
#2
| ||||
| ||||
| Find the box in question, for instance: /catalog/includes/boxes/whats_new.php find this line: Code: new infoBoxHeading($info_box_contents, false, false, tep_href_link(FILENAME_PRODUCTS_NEW, '', 'NONSSL')); Code: new infoBoxHeading($info_box_contents, false, false); Oh, and to add a background image (from page 40 in the how to section): Quote:
|
|
#3
| |||
| |||
| Hi, Thank you very much for your help, as soon as I get the site up I will put a link in so that you can see what your help has done. Thank you once again! |
|
#4
| |||
| |||
| I added the code in the css sheet to add an image to the box header but it did not work. table.infoBoxHeading { background-image: url( 'http://www.116street.com/oscommerce/images/infobox/header.gif' '); background-repeat: no-repeat } If you copy paste the image you will see it is the correct path - it's just no showing up on the box headers. Am I missing something else? |