PDA

View Full Version : I just want to add a new link to the footer....


CinisterDP
02-05-2003, 04:28 PM
This is what my footer looks like now:

<p align="center">
<normalfont><b>&lt; <a href="$contactuslink">Contact Us</a> - <a href="$homeurl">$hometitle</a> - <a href="lswon.com/catalog/default.php">Shop</a>
<!-- - <a href="$privacyurl">Privacy Statement</a> --> &gt;</b></normalfont>
</p>

What I'm trying to add is a new link that says "Shop", but I am doing it wrong and not going to the url that I want it to go to. Could someone please post the code that I would need so that the above "Shop" link goes to:

http://www.lswon.com/catalog/default.php

TIA

Logik
02-05-2003, 04:45 PM
< a href="http://www.lswon.com/catalog/default.php">Shop</a> .
If i got your question right. That should work