Back to top

Autore Topic: Template problemi...  (Letto 9862 volte)

Offline AchilleCotone

  • Esploratore
  • **
  • Post: 53
    • Mostra profilo
Re: Template problemi...
« Risposta #20 il: 25 Mar 2008, 15:07:03 »
ho fatto come mi hai dettto tu ma l'unica cosa che mi sposta è il logo che ho in basso al centro,me lo mette alto a sinistra...ma il template non si muove.

Codice: [Seleziona]
<!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">

                  <div id="outconteiner1">
                  <div id="outconteiner2">
                  <table width="900" border="0" align="center" cellpadding="0" cellspacing="0"  id="centertb">
                  <tr>
                  <td  valign="top" class="leftcol">
                  <div id="light"><div id="logo"></div></div>
                  <div id="leftmod">
                  <jdoc:include type="modules" name="left" style="xhtml"/>
                  </div>
                  </td>
         


             <td valign="top"  width="100%" id="contenttb">
             <table width="100%"  border="0" cellspacing="0" cellpadding="0">
                        <tr>
                        <td colspan="3">
                        <div id="header"></div>
                        </td>
                        </tr>

<?php if($this->countModules('top')) : ?>             
                        <tr valign="top">
                        <td colspan="3" align="center" class="contentmod">
                        <div>
                        <jdoc:include type="modules" name="top" style="table"/>
                        </div>
                        </td>
                        </tr>
                        <tr><td colspan="3"></td></tr>
<?php endif; ?>
         
<?php if ($this->countModules"user1" )>or $this->countModules"user2" )>0) : ?>
 <tr>
<?php if($this->countModules('user1')) : ?>
                        <td valign="top" class="contentmod">
                        <div>
                        <jdoc:include type="modules" name="user1" style="table"/>
                        </div>
                        </td>
<?php endif; ?>
<?php if ($this->countModules"user1" )>&& $this->countModules"user2" )>0) : ?>

                       <td><div class="mod"></div></td>
<?php endif; ?>

<?php if($this->countModules('user2')) : ?>
                    <td valign="top" class="contentmod">
                    <div>
                    <jdoc:include type="modules" name="user2" style="table"/>
                    </div></td>
<?php endif; ?>
        </tr>
                   
                   <tr><td colspan="3"></td></tr>
<?php endif; ?>

               
          <tr align="left" valign="top">
                      <td colspan="3" style="padding: 5px 10px;">
                      <div class="main">

<?php if($this->params->get('showComponent')) : ?>
                <jdoc:include type="component" />
<?php endif; ?>
                      </div>
                      </td>
          </tr>
         
<?php if($this->countModules('bottom')) : ?>
<tr>
                      <td colspan="3" valign="top" style="padding-top: 3px;text-align: left;" class="contentmod">

                      <div>
                      <jdoc:include type="modules" name="bottom" style="table"/>
                      </div>
                      </td>
                      </tr>
<?php endif; ?>

                      </table>
                      </td>

         </tr>
</table>
       
                <div class="foot">
                <div class="footer_right">
<?php if($this->countModules('user3')) : ?>
<jdoc:include type="modules" name="user3" style=""/>
<?php endif; ?>
<br /><br />
<?php 

?>

                </div>
                </div>
               
<div id="left_bottom"></div>
                </div>
                </div>

</body>
</html>

Offline denzel

  • Nuovo arrivato
  • *
  • Post: 27
    • Mostra profilo
Re: Template problemi...
« Risposta #21 il: 26 Mar 2008, 01:38:41 »
Ciao!
Scusami per la risposta superficiale di prima ;)
Rileggendo il tuo index.php  il tuo template.css quello che devi fare è altro :)

Apri il tuo template.css e in fondo al file c'è questa parte

Codice: [Seleziona]
#outconteiner1{
text-align  : center;
}

modificala aggiungendo la parte in grassetto:

Codice: [Seleziona]
#outconteiner1{
text-align  : center;
[b]float: left;[/b]
}

non ho potuto verificare se va o meno.. fammi sapere cosa succede con questa modifica!

Offline denzel

  • Nuovo arrivato
  • *
  • Post: 27
    • Mostra profilo
Re: Template problemi...
« Risposta #22 il: 26 Mar 2008, 01:40:14 »
pirla io.. ovviamente il tag del grassetto dentro quello del codice non va..
riscrivo correttamente la modifica:

#outconteiner1{
text-align  : center;
float: left;
}

Offline AchilleCotone

  • Esploratore
  • **
  • Post: 53
    • Mostra profilo
Re: Template problemi...
« Risposta #23 il: 26 Mar 2008, 14:25:17 »
denzel sei un mito,ho aggiunto quello che mancava e si è spostato tutto il template a sinistra grazie....

Offline denzel

  • Nuovo arrivato
  • *
  • Post: 27
    • Mostra profilo
Re: Template problemi...
« Risposta #24 il: 26 Mar 2008, 18:33:31 »
nada  ;)

 



Web Design Bolzano Kreatif