[htmltmpl] Question about page anchors (bookmarks) in H::T
Brought to you by:
samtregar
From: Brad C. <bra...@hi...> - 2004-12-01 16:17:25
|
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: <a name=3D"top"> </a> btm: <a href=3D"#top>Top of Page</a> In a regular HTML setting, this is no problem=8Bthe 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 I though about including the entire path in my link: <a href=3D"page.tmpl#top>Top of Page</a> which works in some browsers, but others just echo the html coding. So, what does everyone else do in this case? Brad |