a href="what"

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"
 
R

Rack Jite

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...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top