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 ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| 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? |
| Sponsored Links | ||
| ||
| |
|
#2
| |||
| |||
| 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
| |||
| |||
| 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
| |||
| |||
| 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"> Code: <table width="100%" height="120" cellspacing="0" cellpadding="0" border="0" background="images/OSCMAX_bg.gif">
__________________ John |
|
#5
| |||
| |||
| 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
| |||
| |||
| 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">
__________________ John |
| 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 |
| Auto Image change? | Stevis2002 | osCommerce 2.2 Modification Help | 1 | 04-07-2005 03:45 PM |
| Banner on top of footer image? | Lobotaman | osCMax v1.7 Discussion | 1 | 02-05-2005 01:43 PM |
| how to change the navigation bar into an image | cheyenne | osCommerce 2.2 Modification Help | 1 | 02-02-2005 03:15 AM |
| Image path, where to change? | misterjonl | osCommerce 2.2 Modification Help | 2 | 10-08-2003 08:23 PM |