Re: [htmltmpl] Question about page anchors (bookmarks) in H::T

2004-12-01 Thread Sam Tregar
On Wed, 1 Dec 2004, Brad Cathey wrote: > In a regular HTML setting, this is no problem‹the 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

Re: [htmltmpl] Question about page anchors (bookmarks) in H::T

2004-12-01 Thread Alan Gray
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

[htmltmpl] Question about page anchors (bookmarks) in H::T

2004-12-01 Thread Brad Cathey
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