I am using a template HTML/CSS as a quick solution, however, I can't figure out how to change the favicon (the image just before the title in the address bar/bookmarks bar)
As far as I understand it should be in the <link.... /> at the top but it doesn't seem to be? CSS or elsewhere?
Code:
***
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Page Title</title>
<link rel="stylesheet" href="CascadingStyleSheet.css" type="text/css" charset="utf-8" />
</head>
<body>
...
</body>
***
Note: for obvious reasons this has been changed to protect real names of titles, variables, etc.
Thanks for the quick anwers. I think it is the automatic icon as stated by post 3, I have not used these servers before and think it must be there automatic one. ...nothing to do with it being a template, silly me!
Thanks again!
As far as I understand it should be in the <link.... /> at the top but it doesn't seem to be? CSS or elsewhere?
Code:
***
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Page Title</title>
<link rel="stylesheet" href="CascadingStyleSheet.css" type="text/css" charset="utf-8" />
</head>
<body>
...
</body>
***
Note: for obvious reasons this has been changed to protect real names of titles, variables, etc.
Thanks for the quick anwers. I think it is the automatic icon as stated by post 3, I have not used these servers before and think it must be there automatic one. ...nothing to do with it being a template, silly me!
Thanks again!