<font size="2">I need to define anchors in templates for a forum I'm developing with pmwiki/ZAP. These anchors would position a specific message in a thread page.<br><br>The anchor name is the timestamp corresponding to the message date stored as a ZAP variable {=$:MessageDate}. I'm using the following synthax : [[#{=$:MessageDate}]]. I've also tried [[(#{=$:MessageDate})]]. This does not work : the template generates a normal link. Indeed, the html corresponding source for an example message is :
<br></font><pre id="line540"><font size="2"><<span class="start-tag">a</span><span class="attribute-name"> href</span>=<span class="attribute-value">'#1175087439'</span>></<span class="end-tag">a</span>>
</font><br></pre><font size="2">
Any idea of how I could do this?<br>
<br>
Benoit</font><br><br><br><br><br><br>