make us your homepage

  • Thread starter Thread starter Trev
  • Start date Start date
T

Trev

I'm trying to find a customizable script that when a link
is clicked it will make our web site someone's home page,
can anyone help?
Thanks,
Trevor
 
Trevor:

As an alternative to homepaging, you may want to give
someone the option of simply adding your site as a
favorite along with having your icon (assuming you have
one) posted next to your web site name. Here's the code
to include between the <HEAD> tags to do that. Just edit
to add your site:

<link REL = "SHORTCUT ICON"
href="http://www.yourwebsite.com/yourLogo.ico">
 
Back
Top