Re: [htmltmpl] Question about page anchors (bookmarks) in H::T
Brought to you by:
samtregar
From: Carl F. <C.A...@du...> - 2004-12-02 09:41:26
|
Hi Brad, You don't need to create an explicit "top of page" anchor. Use the implicit <a href=3D"#">top</a> link and it'll do what you want. Carl >>> Brad Cathey <bra...@hi...> 01/12/2004 16:17:18 >>> 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*the URL reads: http://www.domain.com/page.html#top=20 But in the .TMPL model, it goes to the home page: http://www.domain.com/#top=20 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 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/=20 _______________________________________________ Html-template-users mailing list Htm...@li...=20 https://lists.sourceforge.net/lists/listinfo/html-template-users |