On Wed, Mar 28, 2007 at 10:19:22AM -0400, The Editor wrote:
> On 3/28/07, Benoit Dutilleul <[EMAIL PROTECTED]> wrote:
> > 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.
> >
> > 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 seem to remember having the same problem with anchors that consisted
> only of numbers.  Try changing it to [[#A{=$:MessageDate}]] or
> something...

That's correct -- the HTML specification says that anchor names
must begin with A-Z, followed by any number of letters, digits, hyphens,
underscores, colons, and periods.

http://www.w3.org/TR/html4/types.html#type-id

Pm

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to