Hello JCO,
As I know, a favicon is a 16 by 16 pixel graphic that most modern browsers
will show as the icon for your site. This icon appears in the address
field, bookmark list and links bar of most browsers.
Each Microsoft Visual Web Developer Design Template comes with a file
called favicon.ico that can be found in the themes folder for each
template. These icons match the default look of the template. In order to
display this icon in the browser you link to it in the HEAD of your XHTML
file.
To display the favorite icon link it in the HEAD of your XHTML.
<head>
<title>div - rounded</title>
<link rel="shortcut icon" href="themes/default/favicon.ico" />
</head>
There are several resources on the Web that can help you make your own
favicon.ico files.
http://search.msn.com/results.aspx?q=how+to+make+a+favicon&FORM=MSNH&srch_ty
pe=0
Hope this helps.
Regards,
Ada Pan
Microsoft Online Partner Support
Get Secure! -
www.microsoft.com/security
====================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.