
01-15-2008, 11:53 AM
|
 |
|
|
Join Date: Jul 2007
Location: Macedonia/Kratovo
Posts: 172
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by djbaxter
Another problem:
1. The syntax of the inserted line is incorrect:
Code:
<link rel='shortcut icon' href='http://www.yoursite.com/favicon.ico'>
Should be:
Code:
<link rel="shortcut icon" href="http://www.yoursite.com/favicon.ico">
2. The link rel line is placed at the very top of the page BEFORE wither DOCTYPE or <html> or <head>. It should follow the <head> label.
|
ok i will fix
|