[TYPO3-german] Re: [Typo3-german] tabellenlose templates mit typo3?
Basti Baumann
donillo at gmail.com
Tue Apr 17 13:34:48 CEST 2007
Irene Höppner schrieb:
> Hallo Dirk,
>
> der Subpart ###DOCUMENT_BODY### fehlt. Und dann hängt es natürlich davon ab,
> wie dein Typoscript aussieht ;-).
>
> Viele Grüße,
>
> Irene
>
>> Hallo, ich habe versucht, ein tabellenloses Template zu erstellen, es
>> erscheint aber kein Inhalt auf der Seite. Das CSS-File übernahm ich
>> aus meinem alten template, daß mit tabellen war. Wo liegt der Fehler?
>>
>> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
>> "http://www.w3.org/TR/xhtml1/DTD/Strict.dtd">
>> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de">
>> <head>
>> <meta http-equiv="Content-Type" content="text/html;
>> charset=iso-8859-1" />
>>
>> <link rel="stylesheet" type="text/css" href="css.css">
>> </head>
>> <body>
>>
>> <!-- Gesamter Inhalt-->
>> <div style="width:760px;margin:0px auto;">
>>
>> <!-- Titelzeile -->
>> <div id="kopf"><img src="banner/banner_2.jpg"></div>
>>
>> <div id="black"></div>
>>
>> <!-- Navigation -->
>> <div id="navi_links">###MENU###</div>
>> <div id="navi_rechts">###DATE###</div>
>>
>> <div id="black"></div>
>> <!--Inhalt-->
>> <div id="content_links">###CONTENT_LEFT###</div>
>> <div id="content">###CONTENT###</div>
>> <div id="content_rechts">###CONTENT_RIGHT###</div>
>>
>> <div id="black"></div>
>>
>> <!-- Fussleiste -->
>> <div id="fuss_links">###IMPRESSUM###</div>
>> <div id="fuss_rechts">© ###COPYRIGHT###</div>
>>
>> <div id="black"></div>
>>
>> </div>
>> </body>
>> </html>
>
>
>
Hi,
hast du auch das css_styled_content Template eingebunden?
Grüße
Basti
More information about the TYPO3-german
mailing list