http://s60.radikal.ru/i168/1103/81/dfdfd522f185.jpg 1.Создаем на рабочем столе текстовый докумен
2.называем его 404.htm
3.Пихаем в него код
Code
<html>
<head>
<link type="text/css" rel="StyleSheet" href="/404.css">
<style type="text/css">
P {
margin-left: 10px;
margin-top: 90px;
}
</style>
</head>
<body style="background: url(http://on-game.pp.ua/xyuH9_Bc9ka9/menu_bg.png) repeat-x scroll 0% 0% rgb(17, 17, 17);">
<div id="bg1">
<ul>
<li><a href="/" id="text">Главная страница</a><br></li>
<li><a href="/forum" id="text">Форум</a><br></li>
<li><a href="/load" id="text">Каталог фильмов</a><br></li>
<li><a href="/news" id="text">Каталог новостей</a><br></li>
</ul>
</p>
</div>
</body>
</html>
4.Заливаем в файловый менеджер 404.htm.
Далее...
1.Создаем на рабочем столе текстовый докумен,
2.называем его 404.css
3.Пихаем в него код
Code
@charset "utf-8";
/*--------------------------------------------------------------
# Рипнул - Alexsandr K.
---------------------------------------------------------------*/
a:link {text-decoration:none; color:#000000}
a:active {text-decoration:none; color:#000000}
a:visited {text-decoration:none; color:#000000}
a:hover {text-decoration:none; color:#414141}
html, body {
margin: 0px;
padding: 0px;
}
#bg1 {
background-image: url(http://orel-cs.net.ru/xyunya_Bcyakaya/9ed2203bc6da.jpg);
height: 300px;
width: 550px;
margin-top: 300px;
border-color: #535353;
border-width: 5px;
border-style: solid;
margin-left: 350px;
}
a#text:link{
font-family: Tahoma, Geneva, sans-serif;
font-size: 14px;
text-shadow: #000000 1px 1px 1px;
color: #c1d7ff;
text-decoration: none;
}
a#text:hover{
font-family: Tahoma, Geneva, sans-serif;
font-size: 14px;
text-shadow: #000000 1px 1px 1px;
color: #c1d7ff;
margin-bottom: 30px;
text-decoration: underline;
}
a#text:visited{
font-family: Tahoma, Geneva, sans-serif;
font-size: 14px;
text-shadow: #000000 1px 1px 1px;
color: #c1d7ff;
}
a#text:active{
font-family: Tahoma, Geneva, sans-serif;
font-size: 14px;
color: #fff;
}
li {
list-style-image: url(http://orel-cs.net.ru/xyunya_Bcyakaya/32873daf172b.jpg);
}