moin
ich befasse mich noch nicht lange mit typo3/html/css, lese mich gerade schrittweise ein und probiere dabei aus. bisher hat das auch soweit geklappt, jetzt komme ich beim einbinden des html/css templates einfach nicht weiter :sad:
hier der html code:
HTML-Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD xhtml 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.DTD"> <html xmlns="http://www.w3.org/1999/xhtml" lang="de"> <head> <meta http-equiv="Content-Type" content="text/html" /> <title>portal</title> <style type="text/css" media="screen"> <!--
@import URL("style.css");
--> </style> </head> <body>
###document###
<div id="header"></div> <div id="buttonhome"></div> <div id="buttonaktuelles"></div> <div id="buttoncommunity"></div> <div id="buttonmarkt"></div> <div id="contakt">Sitemap | Kontakt | Impressum</div> <div id="nav">
###navigation###
###navigation###
</div> <div id="inhalt">
###inhalt###
###inhalt###
</div>
###document###
</body> </html> weiterhin habe ich sowohl die html/css-datei in fileadmin als auch bilder und *.ttf in die filelist(ordner) hochgeladen.
außerdem habe ich noch
Typoscript-Code:
1: 2: 3: 4: 5: 6: 7: 8: 9:
| seite = PAGE seite { typeNum = 0 bodyTag = <body bgColor = "#DDDDDD"> stylesheet = fileadmin/style.css 10 = TEMPLATE 10.template = FILE 10.template.file = fileadmin/portal.html } |
in das setupfeld geschrieben.
wenn mein werk nun aber bewundern will, kann ich nur ne blanke seite betrachten :sad:((((
könnt ihr mir sagen was ich falsch gemacht habe/woran es liegen könnte?
brauche ich irgendwelche extensions?
danke
phil