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">&nbsp;</a>
btm:  <a href="#top>Top of Page</a>

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

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
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to