Добрый день. Такая у меня проблема: Использую готовый шаблон, ширина шапки 100%,а всего остального 95%. Хочется уменьшить размер шапки до 95%. Не могу найти параметр... Код (PHP): <?php // no direct access defined( '_JEXEC' ) or die( 'Restricted access' ); ?> <!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" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" > <head> <!-- author: raduga http://mambasana.ru copyright: GNU/GPL --> <jdoc:include type="head" /> <link rel="stylesheet" href="templates/system/css/general.css" type="text/css" /> <link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/template.css" type="text/css" /> </head> <body id="body_bg"> <table width="95%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="169" align="left" valign="middle"> <div > <form action="index.php" method="post" class="search"><input name="searchword" id="searchbox" maxlength="20" alt="Search" class="inputbox" type="text" size="20" value="search..." onblur="if(this.value=='') this.value='search...';" onfocus="if(this.value=='search...') this.value='';" /><input type="hidden" name="option" value="com_search" /><input type="hidden" name="task" value="search" /><input type="hidden" name="Itemid" value="0" /></form> </div> </td> <td> </td> <td width="601" align="center" class="topnav" valign="bottom"> <?php if($this->countModules('user3')) : ?> <div> <jdoc:include type="modules" name="user3" /> </div> <?php endif; ?> </td> </tr> </table> <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="center" class="logoheader"> </td> </tr> </table> <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" > <tr> <td class="top1" > <div class="pw"> <jdoc:include type="module" name="breadcrumbs" /> </div> <div class="date"><?php echo JHTML::Date( 'now', '%d | %m | %Y' ); ?></div> </td> </tr> </table> <table width="95%" class="top2" border="0" align="center" cellpadding="0" cellspacing="0" > <tr> <?php if($this->countModules('left')) : ?> <td valign="top" class="lcol"> <div class="leftrow"> <jdoc:include type="modules" name="left" style="table"/> </div> </td>