osCmax v2.5 User Manual
Results 1 to 4 of 4

adding footer graphic to infoboxes...

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 ...

      
  1. #1
    Member
    Join Date
    Dec 2002
    Location
    Byron Bay, Australia
    Posts
    45
    Rep Power
    0


    Default adding footer graphic to infoboxes...

    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

  2. #2
    Active Member
    Join Date
    May 2003
    Posts
    148
    Rep Power
    0


    Default

    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. #3
    Active Member
    Join Date
    May 2003
    Posts
    148
    Rep Power
    0


    Default

    Opps forgot 2 tell ya....but the code has to be put in all infoboxes you would like to have the footer images

  4. #4
    Member
    Join Date
    Dec 2002
    Location
    Byron Bay, Australia
    Posts
    45
    Rep Power
    0


    Default

    thanks alot Arpit, will give it a whirl,

    tim.

Similar Threads

  1. Footer box displays in Firefox, but no footer box in IE.
    By cawheelz in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 06-16-2005, 07:28 PM
  2. Main body text size/size of search box/adding img to footer
    By thecandypam in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 07-10-2004, 10:58 AM
  3. Remove category graphic
    By Lady_Lobo in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 04-20-2004, 09:14 AM
  4. Adding a custom signature footer in email?
    By djavet in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 10-26-2003, 03:16 PM
  5. Graphic design templates
    By Anonymous in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 10-15-2003, 08:18 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •