Sunday, April 24, 2005

Website tip #5-05 (bookmark your home page)

Re-posted from website tip #5-03

Bookmark or Favorite

How would you like your website visitors to easily keep your URL in their "favorites" in their browser? It's really easy to do that. This will likely encourage your visitors to return to your website at a later date.

Copy the code below and paste it into your "profile" area of the website. Paste it towards the end, or whever you would like to see the bookmark button appear.

[!-- Bookmark --]
[TABLE cellSpacing=0 cellPadding=0 width="100%" align=center border=0]
[TBODY][TR][TD][DIV align=center]
[INPUT onclick=window.external.AddFavorite(top.location.href,top.document.title) type=button value="Add this page to your Favorites!"]
[/DIV][/TD][/TR][/TBODY][/TABLE]

Just remember to change the left and right brackerts with the corresponding "less than" and "greater than" symbols.


NOTE: At the very beginning of your "profile" section, you must put in a special command.

[html]

At the very end of your "profile" section, you must put in a similar special command.

[/html]

Again, you must change the left and right brackets with the corresponding "less than" and "greater than" symbols.