AW: [Typo3-UG Oesterreich] Abstand zwischen Content Elementen entfernen

Tilli Weissenberger tilli at weissenberger.at
Thu Jan 29 09:08:26 CET 2004


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,ul,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

typo3-at-bounces at lists.netfielders.de wrote:
> Hi,
> 
> Bei mir werden zwischen den einzelnen Standard Content
> Elementen <br><br> eingefügt hab das nirgends definiert..
> Ich verwende css_styled_content und möchte gern diese beiden
> <br> zwischen z.b. Element Text und Element Tabelle entfernen!
> Kann mir da jemand weiterhelfen?
> 
> Hab auch schon mit TypoScript im Setup das clear.gif rausgelöscht:
> 
> tt_content.image.noStretchAndMarginCells = 1
> tt_content.textpic.noStretchAndMarginCells = 1
> 
> wie kann man jedoch diesen lästigen Abstand ändern ?
> 
> lg Petra
> 
> _______________________________________________
> Typo3-at mailing list
> Typo3-at at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-at





More information about the TYPO3-at mailing list