I am trying to generate a page that would have an inactive link (defined by
[-- DEFINE LINK_TO_PAGE --]) that would look like this:
<a class="header" href="#">This page of mine</a>.
I want this link to appear on other pages, in the usual manner of ShopSite links. However, when Clicked, it should do nothing.
How can I do this?
I've tried a number of ways to trick [-- DEFINE LINK_TO_PAGE --] into doing what I want, but I always get something like this:
<a class="header" href="thispage.html">This page of mine</a>.
Is it possible to just define the link as something like [-- LINK "#" --]?
Thank you, all.
Durward McLaughlin
redskys