Hallo zusammen!
Ich doktor jetzt schon seit gestern daran rum...
:( und es will mir nicht gelingen den Text unter das Menü zu bekommen.
Bitte helft mir.
Anbei ein Screenshot.
Die tpl sieht so aus:
Code:<?php echo $this->doctype; ?>
<html xmlns="http://www.w3.org/1999/xhtml" lang="<?php echo $this->language; ?>">
<head>
<base href="<?php echo $this->base; ?>"></base>
<title><?php echo $this->mainTitle; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $this->charset; ?>" />
<meta name="description" content="<?php echo $this->description; ?>" />
<meta name="keywords" content="<?php echo $this->keywords; ?>" />
<?php echo $this->robots; ?>
<?php echo $this->framework; ?>
<link rel="stylesheet" href="plugins/slimbox/css/slimbox.css" type="text/css" media="screen" />
<link rel="stylesheet" href="offset.css" type="text/css" media="screen" />
<?php echo $this->stylesheets; ?>
<script type="text/javascript" src="plugins/mootools/mootools.js"></script>
<script type="text/javascript" src="plugins/slimbox/js/slimbox.js"></script>
<?php echo $this->head; ?>
</head>
<body id="top"<?php if ($this->class): ?> class="<?php echo $this->class; ?>"<?php endif; if ($this->onload): ?> onload="<?php echo $this->onload; ?>"<?php endif; ?>>
<div id="wrapper">
<div id="navigation">
<ul class="nav">
<li class="current_cyan"><a href="index.php/beratung.html">Kostenlose Beratung</a></li>
<li class="magenta"><a href="index.php/warum.html">Warum? Darum!</a></li>
<li class="yellow"><a href="index.php/kontakt.html">Kontakt</a></li>
</ul>
</div>
<div id="spacer">
<?php if ($this->spacer): ?>
<?php endif; ?>
<div id="content">
<?php if ($this->content): ?>
<?php endif; ?>
<div class="middle">
<?php echo $this->main; ?>
</div>
<?php if ($this->footer): ?>
<div id="footer">
<div class="inside">
<?php echo $this->footer; ?>
</div>
<?php endif; ?>
<!-- indexer::stop -->
<img src="<?php echo $this->base; ?>cron.php" alt="" class="invisible" />
<!-- indexer::continue -->
<?php echo $this->mootools; ?>
<div id="footer">
<div class="spacer"> </div>
</div>
</body></html>