how do i create a "bookmark this page" link

Status
Not open for further replies.

Datazing

Baseband Member
Messages
60
hey all, just wondering if someone can help me out with some HTML on how to create a link that will add my site to the visitor's favorites.
 
How To Create a Link to a particular spot a Page In HTML

Below is the code you can paste into the html of your page at the point your HowTo starts. It is not necessary to surround any text with this Anchor tag. Simply place the tag into your code at the location on the page you want the bookmark link to point to Replace the whatever with the name of the spot (i.e. middle or bkmk2).

<A NAME="whatever"></A>

The code to link to this anchor point is shown below. This is also the code we need from you along with the name of the How To.

www.yourpageURL#nameofbookmark

Text placed >just like this between the less than and greater than symbols </A> in the above code becomes a hyperlink to the anchor you created with the first section of code.
 
so if i wanted a link on my page that says:

"BOOKMARK US"

so it adds my page into their favorites how would i write it?

isn't the way you explained the way to bookmark sections of a page?

I want to add my site into the users "favorites" menu in IE.

Thanks man!

-Will
 
Status
Not open for further replies.
Back
Top Bottom