ho smanettato con il template e ora come vedete nell'immagine quei quadratini si sono messi in verticale, dovrebbero essere più di 2 e dovrebbero stare in orizzontale su quella striscia!!! qualcuno mi sa trovare l'errore???
ecco il codice del template
<?php
defined( '_JEXEC' ) or die( 'Access to this location is RESTRICTED.' );
echo '<?xml version="1.0" encoding="utf-8"?'.'>';
?>
<!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; ?>" >
<?php require("head_includes.php"); ?>
<body>
<div id="bg_up">
<?php if (($this->params->get('whatWidth')) ==dyn) : ?>
<div id="wrapper" style="max-width:<?php echo $this->params->get('pageMaxWidth');?>;">
<?php endif;?>
<?php if (($this->params->get('whatWidth')) ==fix) : ?>
<div id="wrapper" style="width:<?php echo $this->params->get('pageWidth');?>;">
<?php endif;?>
<div id="header_container">
<div id="header">
<?php if (($this->params->get('showLogo')) !=0) : ?>
<div id="logo"></div>
<?php endif; ?>
<?php if (($this->params->get('showSitetitle')) !=0) : ?>
<a id="sitetitle" style="color: #<?php echo $this->params->get('FontColor');?>; ; font-size:<?php echo $this->params->get('FontSize');?>px;" href="" class="mootips" title="Go to Frontpage"><?php echo $mainframe->getCfg('sitename');?></a>
<?php endif; ?>
<?php if (($this->params->get('showStyleswitcher')) !=0) : ?>
<div id="styleswitcher">
<li><a title="style 1" href="index.php" rel="styles1" class="styleswitch"><img src="templates/<?php echo $this->template ?>/images/styles1.png" alt="style 1"/></a></li>
<li><a title="style 2" href="index.php" rel="styles2" class="styleswitch"><img src="templates/<?php echo $this->template ?>/images/styles2.png" alt="style 2"/></a></li>
<li><a title="style 3" href="index.php" rel="styles3" class="styleswitch"><img src="templates/<?php echo $this->template ?>/images/styles3.png" alt="style 3"/></a></li>
<li><a title="style 4" href="index.php" rel="styles4" class="styleswitch"><img src="templates/<?php echo $this->template ?>/images/styles4.png" alt="style 4"/></a></li>
<li><a title="style 5" href="index.php" rel="styles5" class="styleswitch"><img src="templates/<?php echo $this->template ?>/images/styles5.png" alt="style 5"/></a></li>
<li><a title="style 6" href="index.php" rel="styles6" class="styleswitch"><img src="templates/<?php echo $this->template ?>/images/styles6.png" alt="style 6"/></a></li>
<li><a title="style 7" href="index.php" rel="styles7" class="styleswitch"><img src="templates/<?php echo $this->template ?>/images/styles7.png" alt="style 7"/></a></li>
<li><a title="style 8" href="index.php" rel="styles8" class="styleswitch"><img src="templates/<?php echo $this->template ?>/images/styles8.png" alt="style 8"/></a></li>
</ul>
</div>
<?php endif;?>
</div>
</div>
<div id="oben">
<?php if($this->countModules('user3')) : ?>
<div id="navigation">
<jdoc:include type="modules" name="user3" style="xhtml" />
</div>
<?php endif; ?>
</div>
<div id="container">
<div id="content_up_outer">
<div id="content_up">
<div id="content_up_left">
<?php if($this->countModules('breadcrumb')) : ?>
<div id="breadcrumbs">
<div id="breadcrumbs_left">
<jdoc:include type="module" name="breadcrumbs" />
</div>
<div id="breadcrumbs_right"></div>
</div>
<?php endif; ?>
<div id="content_up_right">
<?php if($this->countModules('user4')) : ?>
<div id="search">
<div id="search_inner">
<jdoc:include type="modules" name="user4" style="xhtml" />
</div>
</div>
<?php endif; ?>
</div>
</div>
</div>
</div>
defined( '_JEXEC' ) or die( 'Access to this location is RESTRICTED.' );
echo '<?xml version="1.0" encoding="utf-8"?'.'>';
?>
<!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; ?>" >
<?php require("head_includes.php"); ?>
<body>
<div id="bg_up">
<?php if (($this->params->get('whatWidth')) ==dyn) : ?>
<div id="wrapper" style="max-width:<?php echo $this->params->get('pageMaxWidth');?>;">
<?php endif;?>
<?php if (($this->params->get('whatWidth')) ==fix) : ?>
<div id="wrapper" style="width:<?php echo $this->params->get('pageWidth');?>;">
<?php endif;?>
<div id="header_container">
<div id="header">
<?php if (($this->params->get('showLogo')) !=0) : ?>
<div id="logo"></div>
<?php endif; ?>
<?php if (($this->params->get('showSitetitle')) !=0) : ?>
<a id="sitetitle" style="color: #<?php echo $this->params->get('FontColor');?>; ; font-size:<?php echo $this->params->get('FontSize');?>px;" href="" class="mootips" title="Go to Frontpage"><?php echo $mainframe->getCfg('sitename');?></a>
<?php endif; ?>
<?php if (($this->params->get('showStyleswitcher')) !=0) : ?>
<div id="styleswitcher">
<li><a title="style 1" href="index.php" rel="styles1" class="styleswitch"><img src="templates/<?php echo $this->template ?>/images/styles1.png" alt="style 1"/></a></li>
<li><a title="style 2" href="index.php" rel="styles2" class="styleswitch"><img src="templates/<?php echo $this->template ?>/images/styles2.png" alt="style 2"/></a></li>
<li><a title="style 3" href="index.php" rel="styles3" class="styleswitch"><img src="templates/<?php echo $this->template ?>/images/styles3.png" alt="style 3"/></a></li>
<li><a title="style 4" href="index.php" rel="styles4" class="styleswitch"><img src="templates/<?php echo $this->template ?>/images/styles4.png" alt="style 4"/></a></li>
<li><a title="style 5" href="index.php" rel="styles5" class="styleswitch"><img src="templates/<?php echo $this->template ?>/images/styles5.png" alt="style 5"/></a></li>
<li><a title="style 6" href="index.php" rel="styles6" class="styleswitch"><img src="templates/<?php echo $this->template ?>/images/styles6.png" alt="style 6"/></a></li>
<li><a title="style 7" href="index.php" rel="styles7" class="styleswitch"><img src="templates/<?php echo $this->template ?>/images/styles7.png" alt="style 7"/></a></li>
<li><a title="style 8" href="index.php" rel="styles8" class="styleswitch"><img src="templates/<?php echo $this->template ?>/images/styles8.png" alt="style 8"/></a></li>
</ul>
</div>
<?php endif;?>
</div>
</div>
<div id="oben">
<?php if($this->countModules('user3')) : ?>
<div id="navigation">
<jdoc:include type="modules" name="user3" style="xhtml" />
</div>
<?php endif; ?>
</div>
<div id="container">
<div id="content_up_outer">
<div id="content_up">
<div id="content_up_left">
<?php if($this->countModules('breadcrumb')) : ?>
<div id="breadcrumbs">
<div id="breadcrumbs_left">
<jdoc:include type="module" name="breadcrumbs" />
</div>
<div id="breadcrumbs_right"></div>
</div>
<?php endif; ?>
<div id="content_up_right">
<?php if($this->countModules('user4')) : ?>
<div id="search">
<div id="search_inner">
<jdoc:include type="modules" name="user4" style="xhtml" />
</div>
</div>
<?php endif; ?>
</div>
</div>
</div>
</div>