Thread overview
The web site icon
May 27, 2004
Arcane Jill
May 28, 2004
KTC
May 28, 2004
J C Calvarese
May 30, 2004
KTC
May 27, 2004
The web site icon for this site, which displays in my browser, depicts a "C++" logo.

Just an observation.
Jill


May 28, 2004
> The web site icon for this site, which displays in my browser, depicts a
"C++"
> logo.

Well since you can only have one (the one in the root directory), it'd have been the orginial one when DM was only a C++ compiler company...


May 28, 2004
KTC wrote:
>>The web site icon for this site, which displays in my browser, depicts a
> 
> "C++"
> 
>>logo.
> 
> 
> Well since you can only have one (the one in the root directory), it'd have
> been the orginial one when DM was only a C++ compiler company...

Adding a icon to the root isn't the only way to set up a web site icon. I've set up websites where I didn't have access to the root, and this method allows me to use my own icon.

Add this to the <head></head> section:
<link rel="shortcut icon" href="favicon.ico">

(where favicon.ico is a file in that directory)

Examples:
http://members.cox.net/jcc7/
http://www.geocities.com/jccalvarese/

-- 
Justin (a/k/a jcc7)
http://jcc_7.tripod.com/d/
May 30, 2004
"J C Calvarese" wrote...
>
> Adding a icon to the root isn't the only way to set up a web site icon. I've set up websites where I didn't have access to the root, and this method allows me to use my own icon.
>
> Add this to the <head></head> section:
> <link rel="shortcut icon" href="favicon.ico">
>

Ah, didn't know about that. Could have come in useful recently, oh well...

Cheers for the info. anyway :)

KTC