Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How would I add html to the BOTTOM of my pages?


Guest

Recommended Posts

I would like to move the clickable image links in the left column to the bottom below the banner. I tried different things and I am sure I'm just not doing it right or not doing it in the right file. Any helpers?

 

You can see what I want I want to move and where here: Visit My Website

 

Thanks!!

 

Chelle

 

PS I also wanna get rid of the oscommerce logo down there too and not have anything but the name of the shop and the copyright.

Link to comment
Share on other sites

Admin --> Tools --> Banner Manager

 

Change the status of the banner from GREEN to RED

 

I'll post an example of adding the code you want in a bit.

;)

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

/includes/footer.php

 

Find this code:

 

  <tr>
<td align="center" class="smallText"><?php echo FOOTER_TEXT_BODY; ?></td>
 </tr>

Add your links like this AFTER that code:

 

<tr><td align="left">

<a href="http://elitedigiscrappers.com/in.php?id=1609"><img src="http://elitedigiscrappers.com/button.php?id=1609" border="0"></a>

</td></tr>
<tr><td align="left">

<a href="http://topdigiblogs.fishscraps.com/"><img src="http://topdigiblogs.fishscraps.com/button.php?u=chelliepoo" alt="Top DigiScrap Blogs" border="0"></a>

</td></tr>

(I "borrowed" that code from somewhere else on your site :lol: )

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

/includes/footer.php

 

Find this code:

 

  <tr>
<td align="center" class="smallText"><?php echo FOOTER_TEXT_BODY; ?></td>
 </tr>

Add your links like this AFTER that code:

 

<tr><td align="left">

<a href="http://elitedigiscrappers.com/in.php?id=1609"><img src="http://elitedigiscrappers.com/button.php?id=1609" border="0"></a>

</td></tr>
<tr><td align="left">

<a href="http://topdigiblogs.fishscraps.com/"><img src="http://topdigiblogs.fishscraps.com/button.php?u=chelliepoo" alt="Top DigiScrap Blogs" border="0"></a>

</td></tr>

(I "borrowed" that code from somewhere else on your site :lol: )

 

Yer sneaky! I guess Ill have to overlook that since you have come to my rescue again. Thanks millions!!

 

Chelle

Link to comment
Share on other sites

If they're going to be "off site" images be sure to do the PHP trick so they don't show in SSL mode.

;)

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...