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

Help with footer image change to gif

This is a discussion on Help with footer image change to gif within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; Hi, I was wondering anyone could point me in the right direction as to how to change my footer image ...

      
  1. #1
    New Member
    Join Date
    Nov 2005
    Posts
    28
    Rep Power
    0


    Default Help with footer image change to gif

    Hi, I was wondering anyone could point me in the right direction as to how to change my footer image over to one I created with rounded lower corners. I've made the change in templates/aaabox/main_page.tpl and even tried changing the footer tags in the stylesheet with no luck. The image still shows square lower corners and not rounded ones with the background showing through the transparent edges. Am I making sense?

  2. #2
    Member
    Join Date
    Nov 2005
    Location
    Central Texas
    Posts
    38
    Rep Power
    0


    Default RE: Help with footer image change to gif

    If I understand you correctly, you need to go to your catalog/images folder and place your footer image there. The one that is referenced for the stock footer is called OSCMAX_footer.jpg. Just rename your modified footer to that and you should be ok.

  3. #3
    New Member
    Join Date
    Nov 2005
    Posts
    28
    Rep Power
    0


    Default

    Sorry, I forgot to mention that I did that also. I even deleted the jpg and just left my gif image to see if that would work, but it didn't. When I delete the image entirely I can see the background only with no other images so I cannot figure out why my gif image won't work. Is there another file that I should make the change to gif from jpg in other than templates/aaabox/main_page.tpl?
    Nootkan

  4. #4
    osCMax Development Team
    Join Date
    Nov 2002
    Location
    Orlando
    Posts
    433
    Rep Power
    14


    Default

    The bottom of your footer image is being cutoff, but it is there. Look at your footer image on it's own and you can see it's being cutoff and is not showing. I think this is because it is a background attribute to the table. Change this in main_page.tpl


    Code:
    <table width="100%" cellspacing="0" cellpadding="0" border="0" background="images/OSCMAX_bg.gif">
    to

    Code:
    <table width="100%" height="120" cellspacing="0" cellpadding="0" border="0" background="images/OSCMAX_bg.gif">
    John

  5. #5
    New Member
    Join Date
    Nov 2005
    Posts
    28
    Rep Power
    0


    Default

    John, thankyou for your insight. Your suggestion didn't work, but it got me to thinking about shortening my footer image and voila, that worked. Couldn't of done it without you. Kudos!
    Nootkan

  6. #6
    osCMax Development Team
    Join Date
    Nov 2002
    Location
    Orlando
    Posts
    433
    Rep Power
    14


    Default

    Nootkan, I'm not sure why that didn't work because that's exactly what I did but you are using a .gif and I use .jpg.

    Oops, I gave you the code incorrectly. Here is mine out of main_paige.tbl in case you still want to do it.
    Code:
    <table border="0" width="100%" height="150" cellspacing="0" cellpadding="1">
    
      <tr>
    
        <td align="center" background="images/Dried_Flowers_R_US_footer.jpg" class="smallText">
    Also, if you aren't using Firefox as a browser you may want to download it along with some of the tools available. It's very helpful in finding problems.
    John

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. Auto Image change?
    By Stevis2002 in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 04-07-2005, 02:45 PM
  3. Banner on top of footer image?
    By Lobotaman in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 02-05-2005, 12:43 PM
  4. how to change the navigation bar into an image
    By cheyenne in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 02-02-2005, 02:15 AM
  5. Image path, where to change?
    By misterjonl in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 10-08-2003, 07:23 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
  •