[how do i create a "bookmark this page" link] -
how do i create a "bookmark this page" link
Discuss how do i create a "bookmark this page" link
Posted by: Datazing
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.
Posted by: spfd
[QUOTE][b]How To Create a Link to a particular spot a Page In HTML[/b]
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.
<A HREF="www.yourpageURL#nameofbookmark"></A>
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.[/QUOTE]
Posted by: Datazing
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
Posted by: ekĘsine
no he is talking about IE favorites bookmarks. thats something different. datazing this is even in the wrong section. moving thread. here is how to add to IE faves:
[url]http://javascript.internet.com/page-details/bookmark-us.html[/url]
Posted by: Datazing
cool! thanks !