Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
boor каза:Ами като си позиционирам линкове,с дивове,всичко си е наред,обаче като го инцлудна
И всичко става на маймуница...Код:<?php include "included.html"; ?>
Благодаря на всички отзовали се.
boor каза:Значи,във файла където се инклудва има енкодинг windows-1251,в другия няма.Той е само позициониращи дивове...
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<title>Title</title>
<style type="text/css">
A:link {
text-decoration: none;
color:black;
font-weight:bold;
font-size:12px
}
A:visited {
text-decoration: none;
color:black;
font-weight:bold;
font-size:12px
}
A:active {
text-decoration: none;
color:black;
font-weight:bold;
font-size:12px
}
A:hover {
text-decoration: none;
color: white;
font-weight:bold
font-size:12px
}
</style>
</head>
<body>
<?php
include "include.html";
?>
</body>
</html>
<div id="Home" style="position:absolute; overflow:hidden; left:0px; top:155px; width:179px; height:18px; z-index:7">
<div align=center><a href="http://www.site.com/" target="_self">Начало</a></div>
</div></div>
<div id="Gallery" style="position:absolute; overflow:hidden; left:1px; top:173px; width:179px; height:90px; z-index:8">
<div align=center><a href="http://gallery.site.com/" target="_self">Галерия</a></div>
</div></div>
<div id="Video" style="position:absolute; overflow:hidden; left:1px; top:191px; width:179px; height:90px; z-index:9">
<div align=center><a href="http://video.site.com/" target="_self">Видео</a></div>
</div></div>
<div id="Forum" style="position:absolute; overflow:hidden; left:1px; top:209px; width:179px; height:90px; z-index:10">
<div align=center><a href="http://forums.site.com/" target="_self">Форум</a></div>
</div></div>
<div id="Team" style="position:absolute; overflow:hidden; left:1px; top:227px; width:179px; height:90px; z-index:11">
<div align=center><a href="http://www.site.com/team.php" target="_self">Екип</a></B></div>
</div></div>
<div id="Contests" style="position:absolute; overflow:hidden; left:1px; top:245px; width:179px; height:90px; z-index:12">
<div align=center><a href="http://contests.site.com/" target="_self">Конкурси</a><</div>
</div></div>
<div id="Projects" style="position:absolute; overflow:hidden; left:1px; top:263px; width:179px; height:90px; z-index:13">
<div align=center><a href="http://projects.site.com/" target="_self">Проекти</a></div>
</div></div>
Не ставаSmirnoff каза:Тури етванай отгоре на на файла include.htmlКод:<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
и всичко ше е наред![]()
Да може.boor каза:Установих,че проблема е при Mozilla.ПриIE си се изписва на кирилица. Възможно ли е да е пшри самото save-не на notepada(там ANSI,UTF-8),и т.н.
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
Мерси,+1.Оправих се.Galli каза:Да може.boor каза:Установих,че проблема е при Mozilla.ПриIE си се изписва на кирилица. Възможно ли е да е пшри самото save-не на notepada(там ANSI,UTF-8),и т.н.
ANSI върви сUTF върви сКод:<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">Код:<meta http-equiv="Content-Type" content="text/html;charset=utf-8">