Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Display date as a clickable link?

Quote Reply
Display date as a clickable link?
Can someone tell me the best way to display todays date, and have it as a clickable link to another page of my choice?

Any help would be greatly appreciated.

Jeff


Quote Reply
Re: Display date as a clickable link? In reply to
You need to use <%date%> (Current Date).

You can then add the link anchors around this tag, like the following:

Code:
<a href="http://www.mydomain.com/">
<%date%>
</a>

Hope this helps.

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
----------------------


Quote Reply
Re: Display date as a clickable link? In reply to
Thanks much Eliot, i really appreciate the speedy reply!


Thanks again,
Jeff