On Wed, 1 Dec 2004, Brad Cathey wrote:
> In a regular HTML setting, this is no problemthe URL reads:
>
>http://www.domain.com/page.html#top
>
> But in the .TMPL model, it goes to the home page:
>
>http://www.domain.com/#top
Two answers:
1) That's not "the .TMPL model" that's the mod
Hi Brad,
There is a missing double quote character in the A tags.
thats why they print it out. You've confused the browser.
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 01, 2004 8:17 AM
Subject: [htmltmpl] Question about page anchors (bookmarks) in H::T
Hello all,
I have placed a simple
Hello all,
I have placed a simple anchor (bookm at the top and "Top of Page" link at
the bottom of a .tmpl page.
CODE:
top:
btm: http://www.domain.com/page.html#top
But in the .TMPL model, it goes to the home page:
http://www.domain.com/#top
I though about including the entire path in m