ich benutze seit einigen Tagen CONTENIDO und habe das System auch schon soweit verstanden. Doch, aus welchem Grund auch immer, werden bei mir die Container nicht richtig angezeigt.. also ich mache irgendetwas falsch .. doch ich weiß nicht was.
Ich weiß nicht genau wie ich das Beschreiben soll.. ich schreib einfach mal alles rein ..
Layout:
Code: Alles auswählen
<!DOCTYPE HTML>
<html prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# meine-tutorialsde: http://ogp.me/ns/fb/meine-tutorialsde#">
<head>
<container id="1000" name="ContenidoHeader" types="Content" mode="fixed" default="Contenido_Header">ContenidoHeader</container>
<title><container id="1100" name="TitleTag" types="Content" mode="fixed" default="Title_Tag">TitleTag</container></title>
<link rel="stylesheet" href="css/contenido_sample.css" type="text/css" media="all" />
<link rel="stylesheet" href="css/menue.css" type="text/css" media="all" />
<link rel="shortcut icon" href="favicon.ico" />
<!--[if lte IE 6]>
<style type="text/css">
.clearfix {height:1px;}
</style>
<![endif]-->
<script type="text/javascript" src="js/menue.js"></script>
</head>
<body>
<table width="1150" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2">
<div id="head">
<table width="1150" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="250" rowspan="2" align="left" valign="top">
<a id="logoTop" href="/" title="meine-tutorials.de - Das TUT gut!"><img src="upload/design/logo_250_125.jpg" alt="meine-tutorials.de - Das TUT gut!" /></a>
</td>
<td width="900" align="left" valign="top"><div id="blueBar"></div></td>
</tr>
<tr>
<td><container id="1200" name="Menue" types="Content" mode="fixed" default="Menue">Menue</container></td>
</tr>
<tr>
<td colspan="2">
<container id="1300" name="InfoBoxHeadline" types="InfoBox" mode="fixed" default="InfoBoxHeadline">InfoBoxHeadline</container>
</td>
</tr>
</table>
</div>
</td>
</tr>
<div id="whiteBg">
<tr>
<td width="70%" align="left" valign="top">
<div id="content">
<container id="1400" name="HomeBanner" types="Content" mode="optional" default="HomeBanner">HomeBanner</container>
<container id="1410" name="SiteHeadline" types="Content" mode="optional" default="SiteHeadline">SiteHeadline</container>
<container id="1420" name="Text" types="Content" mode="optional" default="">Content 1</container>
<container id="1430" name="Text" types="Content" mode="optional" default="">Content 2</container>
<container id="1440" name="Text" types="Content" mode="optional" default="">Content 3</container>
<container id="1450" name="Text" types="Content" mode="optional" default="">Content 4</container>
</div>
</td>
<td width="30%" align="left" valign="top">
<div id="teasersRight">
<container id="60" name="Teaser_Right" types="Content" mode="optional" default="Teaser_Right">Teaser_Right</container>
</div>
</td>
</tr>
</div>
<tr>
<td colspan="2">
<div id="footer">
<container id="1500" name="Footer" types="Content" mode="fixed" default="Footer">Footer</container>
</div>
</td>
</tr>
</table>
</body>
</html>

Modul:

Frontend:

Frontend-Quelltext:
Code: Alles auswählen
<!DOCTYPE HTML>
<html prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# meine-tutorialsde: http://ogp.me/ns/fb/meine-tutorialsde#">
<head>
<base href="http://cms.meine-tutorials.de/cms/" />
<title>meine-tutorials.de | Das TUT gut!</title>
<link rel="stylesheet" href="css/contenido_sample.css" type="text/css" media="all" />
<link rel="stylesheet" href="css/menue.css" type="text/css" media="all" />
<link rel="shortcut icon" href="favicon.ico" />
<!--[if lte IE 6]>
<style type="text/css">
.clearfix {height:1px;}
</style>
<![endif]-->
<script type="text/javascript" src="js/menue.js"></script>
<meta name="generator" content="CMS Contenido 4.8" />
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=iso-8859-1" />
<meta name="author" content="Dominik" />
<meta name="date" content="2008-04-14 16:28:13" />
<meta name="description" content="Ihre Installation hat geklappt! " />
<meta name="keywords" content="können, contenido, seite, ihnen, anhand, einer, diese, einen" />
</head>
<body>
<table width="1150" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2">
<div id="head">
<table width="1150" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="250" rowspan="2" align="left" valign="top">
<a id="logoTop" href="/" title="meine-tutorials.de - Das TUT gut!"><img src="upload/design/logo_250_125.jpg" alt="meine-tutorials.de - Das TUT gut!" /></a>
</td>
<td width="900" align="left" valign="top"><div id="blueBar"></div></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td colspan="2">
</td>
</tr>
</table>
</div>
</td>
</tr>
<div id="whiteBg">
<tr>
<td width="70%" align="left" valign="top">
<div id="content">
</div>
</td>
<td width="30%" align="left" valign="top">
<div id="teasersRight">
</div>
</td>
</tr>
</div>
<tr>
<td colspan="2">
<div id="footer">
</div>
</td>
</tr>
</table>
</body>
</html>
Ich hoffe, dass ihr mir helfen könnt. Wenn noch irgentwelche Sachen fehlen, sagt bitte bescheid

LG Dominik