1-создаём страничку(при создании отмечаем галочку в разделе использовать перс шаблон для страницы)
2-заходим в пу-упр дизайном-"ваша страничка"
3-всё выделяем и удаляем)
4-и суём туды код
Code
<html>
<head>
<Style>
A:Link{ Color: #000000; Text-decoration: underline}
A:Visited{ Color: #000000; Text-decoration: underline}
A:Hover{ Color: #000000; Text-decoration: none}
td, body {font-family: verdana, arial, helvetica; font-size:11px;}
</Style>
<!-- HEAD START HERE -->
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var flag = 1;
function t() {
if(flag == 1) {
N.style.top = "75px";
N.style.left = "300px";
}
if(flag == 2) {
N.style.top = "115px";
N.style.left = "100px";
}
if(flag == 3) {
N.style.top = "20px";
N.style.left = "100px";
}
flag = flag + 1;
if(flag == 4) {
flag = 1;
}
}
function al() {
alert("Минздрав предупреждает пить вредно для здоровья!!!");
}
// End -->
</script>
<!-- HEAD END HERE -->
</head>
<body bgcolor="#EDEDED" text="#000000" link="#000000" topmargin="0" leftmargin="0">
<center>
<!-- BODY START HERE -->
А вы сегодня пили алкоголь???
<center>
<DIV ID="N" STYLE="position:absolute; left:100px; top:20px; width:50px; height:50px;">
<form>
<input type=button value="НЕТ" onMouseover="t()">
</form>
</DIV>
<DIV ID="Y" STYLE="position:absolute; left:50px; top:20px; width:50px; height:50px;">
<form>
<input type=button value="да чуток)" onClick="al()">
</form>
<!-- BODY END HERE -->
</body>
$POWERED_BY$
</html>