Einzelnen Beitrag anzeigen
  #4  
Alt 11.04.08, 01:33
rosieres rosieres ist offline
Forum Stammgast
 
Registriert seit: 12.07.07
Beiträge: 338

Das hat mit php code nix zu tun ...
Der Block den ich gepostet hatte ist Typoscript ... hab ihn aber fälschlicherweise nicht so formatiert.
Das ist ein Teil des Typoscripts den Du in einem ext. Template für die Newsletter Seiten . . . einbinden musst....

Hier noch ausführlicher . . .

Typoscript-Code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
page.headerData.1 >
page.config.headerComment >
config.doctype = none
config.renderCharset = utf-8
config.metaCharset >
config.removeDefaultJS = 1
page = PAGE
page.headerData.10=TEXT
page.headerData.10.value (
<style type="text/css">
.ccssklasse {margin-top: -11px; padding-bottom: 20px;margin-right: 32px;}
</style>
)
Mit Zitat antworten