Hi: I am doing a custom template (code below) and have followed the code for the Page links on the side but for some reason it's just not working. I'd like it to automatically link to our other pages, but it just won't do it. Can you help?
Thanks,
Melissa
----
[--DEFINE LINK_TO_PAGE--]
<a href="[--OUTPUT_DIRECTORY_URL--]/[--Page.FileName--]">[--PAGE.LinkGraphic--]<b>
[-- IF PAGE.LinkName--]
[--PAGE.LinkName--]
[--ELSE--]
[--PAGE.Name--]
[--END_IF--]
</b></a>
[--END_DEFINE LINK_TO_PAGE--]
[--DEFINE PAGE--]
<html>
<head>
<title>[--PAGE.Name--]</title>
<meta name="keywords" content="[--PAGE.MetaKeywords--]">
<meta name="description" content="[--PAGE.MetaDescription--]">
</head>
<link href="http://thefavoriteplace.com/template.css" media="screen" rel="Stylesheet" type="text/css" />
</head>
<body>
[--VAR.TEXT2 PAGE.Text2 --]
[--IF PAGE.DisplayPageHeader--]
[--HEADER--]
[--END_IF--]
<!-- Begin Main Table -->
<!-- Begin Table of Links -->
<div id="subpage-nav">
<div id="inner">
testing text<br>
this is in the tepmlate<br>
[-- LOOP LINKS --]
[-- Link --]
[-- END_LOOP LINKS --]
<!-- End Table of Links -->
</div>
<div id="bot"></div>
</div>
<div id="subpage-content"></div>
[--IF PAGE.SearchProductField--]
[--SEARCH_FORM--]
<center>
<h1>[--PAGE.Name--]</h1>
</center>
<blockquote><b>Click on a product image to see more information about that product.</b></blockquote>
[--LOOP PRODUCTS--]
[--PRODUCT--]
<br>
[--END_LOOP PRODUCTS--]
<!-- End Table of Products -->
<div style="clear: both;"></div>
[--END_IF--]
[--IF PAGE.DisplayPageFooter--]
[--FOOTER--]
[--END_IF--]
[--END_DEFINE PAGE--]