[ic] Link In Item Description

Mike Kang interchange-users@icdevgroup.org
Wed Feb 26 20:42:01 2003


>>> Any help on this will be appreciated.

>> <a href="[area page]">page</a>

> -- 

> I have tried that it did not work, and this is only
> happening in the item description . If I add a link to
> any other page then everything is well with the [area
> page] tag.

This may seem silly but are you trying to link a page or product named page?
Are you getting the page not found page?

Try [page name_of_your_page][item-descripton]</a>
But replacing "name_of_your_page" with the actual page you are trying to
reference.
e.g. [page index]home</a>
assuming you have a file named index.html in your ~/catalogs/pages
directory.
or
	[page [item-code]][item-description]</a> if you want the on-the-fly
page for that item (assuming you are processing this from within a list).

Alternatively you should also be able to do:
      <a href="[area index]">home</a>
or
      <a href="[area href=[item-code]]">[item-description]</a>
as well

HTH
Mike k