Home | Tips and Tricks | HTML tricks | Bookmark Link

 

Homepage
Products
Tips and Tricks

Member Log-in
forgot your password?

About Us
Contact
Reseller Program



Making a bookmark link (Microsoft Explorer only)

Last updated 5-31-03

Here's how you can make a link, that when clicked, allows your visitor to bookmark your site. This html trick allows you to customize the bookmark text. See my example below.

If you are using Internet Explorer, you can also have your visitors bookmark your site by typing [Control + D].

Example:

Click here to add this site to your bookmarks (Internet Explorer only).

Source code

Click <a href="javascript:window.external.AddFavorite(' http://www.MightyCoach.com', 'MightyCoach html tricks!')">here</a> to add this site to your bookmarks (Internet Explorer only).

 

Or: See all our html tricks!