How to have an avatar infront of the website address

Status
Not open for further replies.

Op2

Posts: 86   +0
Hi guys,

Please look at this picture first:


How can I do it? Can I do it with FrontPage? Or should I do it in the host company website?

Thanks,
 
It`s priddy simple.First make your icon,see HERE

and then put this in your web page
Code:
<HEAD>
    <LINK REL="SHORTCUT ICON" HREF="http://www.mydomain.com/myicon.ico"> 
     <TITLE>My Title</TITLE> 
</HEAD>
 
Status
Not open for further replies.
Back