digitalmars.D - The web site icon
- Arcane Jill (4/4) May 27 2004 The web site icon for this site, which displays in my browser, depicts a...
- KTC (3/5) May 28 2004 Well since you can only have one (the one in the root directory), it'd h...
- J C Calvarese (13/22) May 28 2004 Adding a icon to the root isn't the only way to set up a web site icon.
- KTC (4/9) May 29 2004 Ah, didn't know about that. Could have come in useful recently, oh well....
The web site icon for this site, which displays in my browser, depicts a "C++" logo. Just an observation. Jill
May 27 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: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/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
"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
May 29 2004