Articles Tutorials Work at Home Entrepreneurs, Webmasters, Small Business Owners
Articles Tutorials Work at Home Entrepreneurs, Webmasters, Small Business Owners
Articles & Tutorials for Work at Home Entrepreneurs
Webmasters and Small Business Owners
Get More >

Newest Articles 
CSS
Web Design
Graphic Design
Color Theory
Promotional
Make More Money
Timesavers
Business Ethics
Glossary of Terms
Reviews
Marketing
Business Resources




Name
Email

Link to Us!

Web Design
Email this article  :  Printer friendly page


Bookmark My Favorites!

A great way to bring traffic back to your site is to offer your visitors a quick way to bookmark it or add it to their favorites list. It is no secret that you should bookmark sites that you like and want to return to later. But sometimes your visitors may need a helpful reminder. After all, the web is a huge place and lots of distractions could take them away from your site quickly. There have been countless times I personally wished I had bookmarked a site. Weeks later when I remember having visited it briefly, I discovered it had become lost forever in my history file or my history file was dumped.

Placing the bookmark option on all your pages or at least the important pages is a proven method to bring visitors back. The process is quick and simple. Just add the snippet of code below in your source code as indicated. Note: The bookmark link will not work in Netscape. Netscape users will be instructed to use Ctrl+D to add the page to their bookmarks.

Place this code in the area of your page where you want the link. Change the URL to your website URL and the description to your website name. Use a bookmark icon next to the link to help attract attention for those who are visually oriented.

<SCRIPT LANGUAGE="JavaScript">
var txt = "BOOKMARK US!";
var url = "http://www.basictemplates.com";
var who = "BasicTemplates.com with External CSS";
var ver = navigator.appName;
var num = parseInt(navigator.appVersion);
if ((ver == "Microsoft Internet Explorer")&&(num >= 4)) {
document.write('<A HREF="javascript:window.external.AddFavorite(url,who);" ');
document.write('onMouseOver=" window.status=');
document.write("txt; return true ");
document.write('"onMouseOut=" window.status=');
document.write("' '; return true ");
document.write('">'+ txt + '</a>');
}else{
txt += " (Ctrl+D)";
document.write(txt);
}
</script>

You can also edit the portion of the code that states "BOOKMARK US!" to whatever you wish.

Reference Article: "How to Create a Favicon"


Copyright © 1994-2006 by BasicTips.com, a division of BasicTemplates.com, CSS HTML Web Site Templates with Exernal CSS and Removable Graphics. If you found our articles helpful, subscribe to our newsletter and get articles like this delivered to your inbox - FREE.

Newest Articles in
Web Design
How to Choose Website Templates
HTML Slideshow: 5 Easy Steps
Intro to SSI (Server Side Includes)
Is Your Site Designed to Make Money?
I Want the Meat. Not the Meat Wrapper!

 

Page copy protected against web site content infringement by Copyscape
All articles are originally authored by BasicTemplates.com. Reprints in whole or in part are not permitted. See Copyright Notice

Copyright © 1994-2006 BasicTips.com, a division of BasicTemplates.com, Web Site Templates with External CSS
The Internet's #1 Choice for HTML CSS Web Templates via a Membership. Designed using External CSS and Removable, Swap-Out Graphics.
Basic Web Templates | Website Templates | HTML CSS Templates | Web Design Templates | Web Site Templates