Помогите, пож-та, что не так?
9 сообщений
#16 лет назад
Хочу иконку в командной строке браузераСделал все как положено, почему не выводится она?
Сама иконка:
ссылка
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="shortcut icon" href="http://autodeal.spb.ru/favicon.ico" />
{headers}
<style type="text/css" media="all">
@import url({THEME}/css/main.css);
</style>
<style type="text/css" media="all">
@import url({THEME}/css/engine.css);
</style>
<script type="text/javascript" src="{THEME}/png/iepngfix_tilebg.js"></script>
<!-->
Заранее благодарен за помощь.
5330 сообщений
#16 лет назад
<link rel="icon" href="/favicon.ico" type="image/x-icon" /><link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
2195 сообщений
9 сообщений
#16 лет назад
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="icon" href="http://autodeal.spb.ru/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="http://autodeal.spb.ru/favicon.ico" type="image/x-icon">
{headers}
все равно не отображается

762 сообщения
#16 лет назад
Цитата ("Andreyka1984"):<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="icon" href="http://autodeal.spb.ru/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="http://autodeal.spb.ru/favicon.ico" type="image/x-icon">
{headers}
все равно не отображается
очистите кэш браузера и все будет.
иконка отображается.
9 сообщений
#16 лет назад
Сори действительно все появилось, всем большое спс 