Quote (zvolia)
Такая вот проблема,хочу форум во всю ширину:
Code
<html>
<head>
<title>$MODULE_NAME$</title>
<link type="text/css" rel="StyleSheet" href="http://kievstyle.at.ua/_st/my.css" />
</head>
<body style="background:#144E56; margin:0px; padding:0px;">
$ADMIN_BAR$
<div style="height:10px;"></div>
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="padding: 5px;"><tr><td width="100%" align="center">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td colspan="5" align="center">
$GLOBAL_AHEADER$
</td>
</tr>
<tr><td></td><td width="23" height="20"><img src="/.s/t/963/7.gif" border="0"></td><td height="20" align="center" style="background:#FFFFFF;"></td><td width="23" height="20"><img src="/.s/t/963/8.gif" border="0"></td><td></td></tr>
<tr>
<td valign="top" width="214">
</td>
<td width="23" style="background:url('/.s/t/963/12.gif');"></td>
<td valign="top" style="background:#FFFFFF;">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr><td style="background:#FFFFFF;"><table border="0" cellpadding="0" height="30" cellspacing="0" width="100%">
<tr>
<td align="right">[<?if($USER_LOGGED_IN$)?>
<a href="javascript://" id="upml" class="fNavLink" onclick="window.open('$PM_URL$','pmw','scrollbars=1,top=0,left=0,resizable=1,width=680,height=350'); return false;"><!--<s3065>-->Личные сообщения<!--</s>-->($UNREAD_PM$)</a> ·
<?if($IS_NEW_PM$)?><script type="text/javascript">function flashit(id,cl){var c=document.getElementById(id);if (c.style.color=='red'){c.style.color=cl;}else {c.style.color='red';}}setInterval("flashit('upml','')",500)</script><bgsound src="http://s30.ucoz.net/img/fr/pm.wav" loop="1" volume="0" balance="0">
<?endif?><?endif?>
<a class="fNavLink" href="$RECENT_POSTS_LINK$" rel="nofollow"><!--<s5209>-->Новые сообщения<!--</s>--></a> ·
<a class="fNavLink" href="$MEMBERS_LIST_LINK$" rel="nofollow"><!--<s5216>-->Участники<!--</s>--></a> ·
<a class="fNavLink" href="$BOARD_RULES_LINK$" rel="nofollow"><!--<s5166>-->Правила форума<!--</s>--></a> ·
<a class="fNavLink" href="$SEARCH_PAGE_LINK$" rel="nofollow"><!--<s3163>-->Поиск<!--</s>--></a> ·
<a class="fNavLink" href="$RSS_LINK$" rel="nofollow">RSS</a> ]</td>
</tr>
</table>
$BODY$
<br /></td></tr>
</table>
</td>
<td width="23" style="background:url('/.s/t/963/13.gif');"></td>
<td valign="top" width="214">
$GLOBAL_DRIGHTER$
</td>
</tr>
<tr><td></td><td width="23" height="27"><img src="/.s/t/963/14.gif" border="0"></td><td height="27" align="center" style="background:url('/.s/t/963/15.gif');"><img src="/.s/t/963/16.gif" border="0"></td><td width="23" height="27"><img src="/.s/t/963/17.gif" border="0"></td><td></td></tr>
<tr><td></td><td></td><td height="68" style="background:url('/.s/t/963/18.gif') center no-repeat;color:#000000;padding-top:5px;" align="center" valign="top"><!-- <copy> -->Copyright MyCorp © $YEAR$<!-- </copy> --><br><br>$POWERED_BY$</td><td></td><td></td></tr>
</table>
</td></tr></table>
<br>
</body>
</html>
Quote (zvolia)
2.Где в ксс поменять фон сайта в общем??
В твоем случае ето делается не в CSS а в шаблонах твоего сайта, ищи строчку:
Quote
<body style="margin: 0px; padding: 0px; background: rgb(20, 78, 86) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">
20, 78, 86 - Цвет фона.