mikejl29
04-23-2002, 08:34 PM
Hey ramprage,
Heres a kool thing to try. To put a pic instead of the IE icon next to the URL of the page, use this:
If your readers are viewing your site through Internet Explorer 5.0 or above then you can make your site stand out for them by simply creating a 16 x 16 pixel bitmap called favicon.ico (using the Visual Studio icon editor, for example) and placing this icon in your web site's root directory. We could have a ramprage Logo instead of IE!!!!
Now add this into the HTML code:
<HEAD>
<LINK REL="SHORTCUT ICON" HREF="http://www.mydomain.com/myicon.ico">
<TITLE>My Title</TITLE>
</HEAD>
:D
Heres a kool thing to try. To put a pic instead of the IE icon next to the URL of the page, use this:
If your readers are viewing your site through Internet Explorer 5.0 or above then you can make your site stand out for them by simply creating a 16 x 16 pixel bitmap called favicon.ico (using the Visual Studio icon editor, for example) and placing this icon in your web site's root directory. We could have a ramprage Logo instead of IE!!!!
Now add this into the HTML code:
<HEAD>
<LINK REL="SHORTCUT ICON" HREF="http://www.mydomain.com/myicon.ico">
<TITLE>My Title</TITLE>
</HEAD>
:D