![]() |
| | LinkBack | Themen-Optionen | Thema durchsuchen | Thema bewerten | Ansicht |
|
#1
| ||||
| ||||
Hallo zusammen, Ich arbeite jetzt erst seit 2-3 Wochen mit Typo3 und bin deshalb kein Profi. Also Ich habe folgendes Problem: Wenn ich in Typo3 ein neuer Page Content erstelle wird dann dieser nich im Webbrowser angezeigt. Hier mal mein TS: Typoscript-Code:
HTML-Code: <?xml version="1.0" encoding="iso-8859-1"?> <?xml-stylesheet href="#internalStyle" type="text/css"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>Base template, header, menu, content and footer.</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <style type="text/css" id="internalStyle"> /*<![CDATA[*/ BODY { margin: 0 0 0 0;} /*]]>*/ </style> <link href="res/stylesheet.css" rel="stylesheet" type="text/css" /> </head> <body> <table cellpadding="0" cellspacing="0"> <!-- Header image row: --> <tr> <!-- Feld mit Logo --> <td id="logo"> <img src="http://www.typo3forum.net/forum/images/logo.jpg" width="150px" height="45px" alt="a-lu logo"/> </td> <!-- Feld mit dynamischem Seitentitel --> <td id="pagetitle" background="background.png" width="1300px" > <!-- Titel jeder Seite --> <div class="title">###SEITENTITEL###</div> </td> </tr> <tr> <!-- Menu table cell: --> <td id="menu"> <table> <tr> <td id="menu_1"> <div class="menu1-state1-no"><a href="#">Menu item 1</a></div> <div class="menu1-state1-act"><a href="#">Menu item 2 (act)</a></div> <div class="menu1-state2-no"><a href="#">Level 2 item 1</a></div> <div class="menu1-state2-act"><a href="#">Level 2 item 2 (act)</a></div> <div class="menu1-state3-no"><a href="#">Level 3 item 1</a></div> <div class="menu1-state3-act"><a href="#">Level 3 item 2 (act)</a></div> <div class="menu1-state1-no"><a href="#">Menu item 3</a></div> </td> </tr> </table> </td> <!-- Page Content Area table cell: --> <td id="content"> </td> </tr> <!-- Footer row: --> <tr> <td colspan="2" id="footer"> <p> <center> Alcatel-Lucent Schweiz AG</br> Website updated by T.Sterchi   |   tobias.sterchi@alcatel-lucent.ch</center> </p> </td> </tr> </table> </body> </html> Gruss Root Geändert von root (24.09.07 um 08:20 Uhr). |
|
#2
| |||
| |||
| Ach ja, System: - SuSE 10.1 - Typo 4.x - MySQL 5 - PHP 5 |
|
#3
| ||||
| ||||
| Hallo, hast du unter INCLUDE STATIC auch CSS-Styled-Content mit eingebunden? ![]()
__________________ Gruss MD |
|
#4
| |||
| |||
| Hi, wie gesagt, ich bin relativ neu. Kannst du mir bitte sagen wo und wie ich das hätte einfügen sollen? danke für die schnelle Hilfe gruss root |
|
#5
| ||||
| ||||
| Hallo, auf deine Seite (root Seite) auf der dein TS eingefügt ist, dann links auf Template, so dass du dann rechts die Template Tools siehst. Dann im Jump Menü auf Info/Modify stellen und auf "Click here to edit whole template record" klicken und unter Include Static dann CSS- Styled-Content auswählen. ![]() ![]()
__________________ Gruss MD |
|
#6
| |||
| |||
| Ja, hab ich reingetan... Aber das Problem besteht weiterhin. gruss root |
|
#7
| |||
| |||
| Weiss da niemand sonst eine Lösung??? Gruss root |
![]() |
| Themen-Optionen | Thema durchsuchen |
| Ansicht | Thema bewerten |
| |
Ähnliche Themen | ||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| Content wird nicht angezeigt | der_Tom | TYPO3 4.x Fragen und Probleme | 4 | 23.05.08 21:03 |
| Content wird nicht angezeigt | foomga | TYPO3 4.x Fragen und Probleme | 4 | 01.11.06 08:09 |
| Content wird im Backend nicht angezeigt | snafu | TYPO3 4.x Backend | 1 | 24.04.06 14:36 |
| Content wird nicht angezeigt | Mauki | TYPO3 3.x Fragen und Probleme | 3 | 12.02.06 16:53 |
| Content wird nicht angezeigt, stattdessen nur der Marker (###CONTENT###) | Harry | TYPO3 3.x Fragen und Probleme | 13 | 13.12.05 08:38 |