This is a discussion on adding footer graphic to infoboxes... within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hello, Does anyone know how to add a footer graphic to the infoboxes? I've searched through the forums, but can't ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hello, Does anyone know how to add a footer graphic to the infoboxes? I've searched through the forums, but can't seem to find any info.. Thanks for any help, tim |
| Sponsored Links | ||
| ||
| |
|
#2
| |||
| |||
| Add the code <TR> <TD COLSPAN=3> <IMG SRC="images/boxes/table_footer1.gif" WIDTH=173 HEIGHT=10></TD> </TR> above this </td> </tr> <!-- categories_eof //--> and below this new infoBox($info_box_contents); ?> so it looks like new infoBox($info_box_contents); ?> <TR> <TD COLSPAN=3> <IMG SRC="images/boxes/table_footer1.gif" WIDTH=173 HEIGHT=10></TD> </TR> </td> </tr> After you do that, make sure you have the path to the footer images correctly, in my case, its under a new folder in /images See if that works |
|
#3
| |||
| |||
| Opps forgot 2 tell ya....but the code has to be put in all infoboxes you would like to have the footer images |
|
#4
| |||
| |||
| thanks alot Arpit, will give it a whirl, tim. |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Footer box displays in Firefox, but no footer box in IE. | cawheelz | osCMax v1.7 Discussion | 0 | 06-16-2005 08:28 PM |
| Main body text size/size of search box/adding img to footer | thecandypam | osCommerce 2.2 Modification Help | 1 | 07-10-2004 11:58 AM |
| Remove category graphic | Lady_Lobo | osCMax v1.7 Discussion | 1 | 04-20-2004 10:14 AM |
| Adding a custom signature footer in email? | djavet | osCommerce 2.2 Modification Help | 1 | 10-26-2003 04:16 PM |
| Graphic design templates | Anonymous | osCMax v1.7 Discussion | 0 | 10-15-2003 09:18 PM |