[Typo3-UG Oesterreich] Abstand zwischen Content Elementenentfernen

Wolfgang Klinger wolfgang at stufenlos.net
Thu Jan 29 10:25:44 CET 2004


 Hallo,

 das Problem von Petra hat sich erledigt,
 was hier Angaben zum RTE dazu beitragen hätten sollen
 den Abstand zwischen Content Elementen zu kontrollieren
 verstehe ich leider nicht.

 Das hätte vielleicht etwas gebracht, wenn's nicht
 wo ganz anders gehapert hätte:

 CONSTANTS
--
content.headerSpace =
content.space =
--

 lg
 Wolfgang


> -----Ursprüngliche Nachricht-----
> Von: typo3-at-bounces at lists.netfielders.de 
> [mailto:typo3-at-bounces at lists.netfielders.de] Im Auftrag von 
> Tilli Weissenberger
> Gesendet: Donnerstag, 29. Jänner 2004 09:08
> An: 'Typo3-Usergroup Oesterreich'
> Betreff: AW: [Typo3-UG Oesterreich] Abstand zwischen Content 
> Elementenentfernen
> 
> 
> Hier - das sollte Dir weiterhelfen:
> // --- RTE/RENDER FORMATTING SETTINGS
> ---------------------------------------
> tt_content.text.20 {
>   //appends this to every CRLF found in a content-text, no 
> matter if that text already contains HTML or not
>   //thus it should only be used, if you know that the user 
> isn't adding HTML formatted text, and you want to
>   //convert each of his CRLFs to HTML format automatically 
> during rendering
>   brTag =
>   //any tag not defined here is converted to HTML entities, 
> thus printing out the tags on the page
>   parseFunc.allowTags = 
> b,i,u,a,img,br,div,center,pre,font,hr,sub,sup,p,strong,em,li,u
> l,ol,blockquot
> e,strike,span,table,tr,td,th,tbody
>   parseFunc.nonTypoTagStdWrap.encapsLines.addAttributes {
>     //removes the margin:0,0,0,0; style from the P tags, or 
> adds your own
>     P.style=
>     //same for the PRE tag
>     PRE.style=
>   }
> }
> 
> Lg, Tilli






More information about the TYPO3-at mailing list