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![]()
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 ...
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![]()
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
Opps forgot 2 tell ya....but the code has to be put in all infoboxes you would like to have the footer images
thanks alot Arpit, will give it a whirl,
tim.
Bookmarks