Re: [htmltmpl] Question about page anchors (bookmarks) in H::T
Brought to you by:
samtregar
From: Alan G. <al...@lo...> - 2004-12-01 21:11:54
|
Hi Brad, There is a missing double quote character in the A tags. thats why they print it out. You've confused the browser. <a href="page.tmpl#top> Alan. ----- Original Message ----- From: "Brad Cathey" <bra...@hi...> To: <htm...@li...> 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 anchor (bookm at the top and "Top of Page" link at the bottom of a .tmpl page. CODE: top: <a name="top"> </a> btm: <a href="#top>Top of Page</a> In a regular HTML setting, this is no problem 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="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/ _______________________________________________ Html-template-users mailing list Htm...@li... https://lists.sourceforge.net/lists/listinfo/html-template-users |