Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Adding external links to footer


westmidsguy

Recommended Posts

Posted

Basicaly I want spaced out links at the footer of the website is this possible?

 

something like

 

contact us Map Forum

 

Detials etc etc

 

 

 

 

so yes i want it like the above and it should be in the footer and spaced like that aswell how could that be achieved?

 

many thanks

Posted

i want wider space between the links than what is showing in the previous post. I want about 5 or 6 spacebars between each link.

Posted

for example:

 

in catalog/includes/languages/english.php:

 

define('FOOTER_TEXT_BODY', 'Copyright © ' . date('Y') . ' <a href="' . tep_href_link("/") . '">' . STORE_NAME . '</a>' . ' | ' . '<a href="javascript:bookmarksite(\'Your Site Name\', \'http://www.yoursite.com\')">Bookmark Our Website</a>' . ' | ' . '<a href="http://www.externallink.com" target="_blank">Name of Link</a>

(--->for a store located in root, if located in catalog, edit links accordingly)

 

Will give you:

Copyright © 2009 your store name | Bookmark Our Website | External Link

 

with the external link opening in a new tab, if you don't want that, remove the target="_blank" tag.

 

 

is that what you mean?

~ Don't mistake my kindness for weakness ~

Posted

Yes that is good thanks

im not using a template i am just working off the standard oscommerce page and customising it etc

Archived

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

×
×
  • Create New...