westmidsguy Posted October 21, 2009 Posted October 21, 2009 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
westmidsguy Posted October 21, 2009 Author Posted October 21, 2009 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.
jigga1234 Posted October 21, 2009 Posted October 21, 2009 do you use templates ? like I have on my site Is this the type of footer you are after?
♥Biancoblu Posted October 21, 2009 Posted October 21, 2009 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 ~
westmidsguy Posted October 21, 2009 Author Posted October 21, 2009 Yes that is good thanks im not using a template i am just working off the standard oscommerce page and customising it etc
Recommended Posts
Archived
This topic is now archived and is closed to further replies.