a href="what"

  • Thread starter Thread starter Rack Jite
  • Start date Start date
R

Rack Jite

I was helped greatly here with my MAILTO problem for
bookmarks! Now I have to paste and type it manually into
the code screen 650 times. So I want to be sure about this.

When I do so manually what should I put in the link string?

mailto:(code) a href="myfile.htm#bookmarkname"

or

mailto:(code) a
href="http://mysite.com/myfile.htm#bookmarkname"
 
For a hyperlink to work properly, you need the full or "Absolute" url

mailto:(code) a href="http://mysite.com/myfile.htm#bookmarkname"

myfile.htm#bookmarkname" won't work in an email because there's no domain
so the browser won't know what website myfile.htm#bookmarkname lives in!!

;-)

Wow thanx!!! Thats what I thought, but I wanted to make
sure before I make 650 mistakes...
 
Back
Top