Измененние ширины шапки

Тема в разделе "Изменение шаблона (кастомизация)", создана пользователем whatsup, 18.02.2009.

  1. Offline

    whatsup Недавно здесь

    Регистрация:
    18.02.2009
    Сообщения:
    2
    Симпатии:
    0
    Добрый день. Такая у меня проблема: Использую готовый шаблон, ширина шапки 100%,а всего остального 95%. Хочется уменьшить размер шапки до 95%. Не могу найти параметр...
    Код (PHP):
    1. <?php
    2. // no direct access
    3. defined( '_JEXEC' ) or die( 'Restricted access' );
    4. ?>
    5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
    7. <head>
    8. <!--
    9. author: raduga http://mambasana.ru
    10. copyright: GNU/GPL
    11. -->
    12. <jdoc:include type="head" />
    13. <link rel="stylesheet" href="templates/system/css/general.css" type="text/css" />
    14. <link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/template.css" type="text/css" />
    15.  
    16. </head>
    17.  
    18. <body id="body_bg">
    19.  
    20.      <table width="95%"  border="0" align="center" cellpadding="0" cellspacing="0">
    21.          <tr>
    22.                <td width="169"  align="left"  valign="middle">
    23.            
    24.                          
    25.                     <div >
    26.                         <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>
    27.                                    
    28.                  </div>
    29.            
    30.                  
    31.  
    32.                 </td>
    33.  
    34. <td>&nbsp;</td>
    35.                  <td  width="601" align="center" class="topnav" valign="bottom">
    36.  
    37.                       <?php if($this->countModules('user3')) : ?>
    38.                     <div>
    39.                       <jdoc:include type="modules" name="user3" />
    40.                     </div>
    41.                       <?php endif; ?>
    42.  
    43.                  </td>
    44.          
    45.         </tr>
    46.   </table>  
    47.   <table width="100%"  border="0" align="center" cellpadding="0" cellspacing="0">
    48.         <tr>
    49.                
    50.         <td  align="center" class="logoheader">&nbsp;</td>
    51.                
    52.         </tr>
    53.   </table>
    54.  
    55. <table width="100%"  border="0" align="center" cellpadding="0" cellspacing="0" >
    56. <tr>
    57. <td class="top1" >
    58. <div class="pw">
    59. <jdoc:include type="module" name="breadcrumbs" />
    60. </div>
    61. <div class="date"><?php echo JHTML::Date( 'now', '%d | %m | %Y' ); ?></div>
    62. </td>
    63. </tr>
    64. </table>
    65.        
    66.        
    67.        
    68.   <table width="95%" class="top2"  border="0" align="center" cellpadding="0" cellspacing="0"  >
    69.           <tr>
    70.                  <?php if($this->countModules('left')) : ?>
    71.              <td valign="top" class="lcol">
    72.                  <div class="leftrow">
    73.                     <jdoc:include type="modules" name="left" style="table"/>
    74.                  </div>
    75.              </td>
     

    Вложения:

    • untitled.jpg
      untitled.jpg
      Размер файла:
      109.2 КБ
      Просмотров:
      7
  2.  
  3. liga
    Offline

    liga Пользователь

    Регистрация:
    21.10.2008
    Сообщения:
    495
    Симпатии:
    18
    Пол:
    Мужской
    Скорее всего в таблице каскадных стилей body_bg
     

Поделиться этой страницей

Загрузка...