Code
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tbody><tr>
<td class="logtbbg" height="100"><img style="margin-left: 50px;" alt="" src="http://nod-32.do.am/logo020810.png"></td>
</tr>
</tbody></table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tbody><tr>
<td colspan="3" class="barmenucss" width="900" height="38">
<a href="$HOME_PAGE_LINK$" class="menutext"><b>Главная</b></a>
<span class="menutext">||</span> <a href="/forum" class="menutext"><b>Форум</b></a>
<span class="menutext">||</span> <a href="/load" class="menutext"><b>Софт</b></a>
<span class="menutext">||</span> <a href="/blog" class="menutext"><b>Блог</b></a>
<span class="menutext">||</span> <a href="/stuff" class="menutext"><b>Игры</b></a>
<span class="menutext">||</span> <a href="/forum/0-0-1-35" class="menutext"><b>Юзеры</b></a>
<span class="menutext">||</span> <a href="http://nod-32.do.am/index/administratia/0-64" class="menutext"><b>Администрация</b></a>
<span class="menutext">||</span> <a href="/faq" class="menutext"><b>F.A.Q</b></a><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?>
<span class="menutext">||</span> <a href="$PERSONAL_PAGE_LINK$" class="menutext">Мой профиль</a><?else?>
<span class="menutext">||</span> <a href="$REGISTER_LINK$" class="menutext">Регистрация</a><?endif?> <?if($USER_LOGGED_IN$)?> | <a href="$LOGOUT_LINK$" class="menutext">Выход</a><?else?> | <a href="$LOGIN_LINK$" class="menutext">Войти</a><?endif?><?endif?> <?if($RSS_LINK$)?>
<span class="menutext">||</span> <a href="$RSS_LINK$" class="menutext">RSS</a><?endif?>
</td></tr>
</tbody></table>
Code
/* Logo&header styles */
.tablelogo {
background-image: url('/images/bg3.jpg');
background-repeat: repeat;
background-position: center center;
}
.barmenucss {
background-image: url('/images/2.png');
background-repeat: repeat;
background-position: center center;
text-align: center;
color: #D6D6D6;
}
.menutext {
font-family: Georgia;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: bold;
color: #D6D6D6;
text-decoration: none;
}
a.menutext:link {
font-family: Georgia;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: bold;
color: #D6D6D6;
text-decoration: none;
}
a.menutext:active {
font-family: Georgia;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: bold;
color: #D6D6D6;
text-decoration: none;
}
a.menutext:hover {
font-size: 12px;
font-family: Georgia;
font-style: normal;
font-weight: bold;
color: #D6D6D6;
border-bottom-width: thick;
border-bottom-style: solid;
border-bottom-color: #D6D6D6;
text-decoration: none;
}
a.menutext:link {
font-family: Georgia;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: bold;
color: #D6D6D6;
text-decoration: none;
}
a.menutext:visited {
font-family: Georgia;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: bold;
color: #D6D6D6;
text-decoration: none;
}
.logtbbg {
background-image: url('/images/bgg08.png');
background-repeat: repeat-x;
background-position: center center;
}
/* Logo&header styles end */
[code]