[TYPO3-RTE] Aligning in TDs and THs

Joerg Wagner news.netfielders.de at digilog.de
Sat Dec 20 13:19:22 CET 2008


Hi Stanislas,

probably a small glitch in the RTE default files:

in  SYSEXT:rtehtmlarea/res/contentcss/default.css  the selectors to 
align text in table cells (TH and TD) are missing. They should actually 
look like this:

p.align-left, td.align-left, th.align-left, ... { text-align: left; }
p.align-center, td.align-center, th.align-center, ... { text-align: 
center; }
p.align-right, td.align-right, th.align-right, ... { text-align: right; }
p.align-justify, td.align-justify, th.align-justify, ... { text-align: 
justify; }


Right now the classes are added correctly to TD and TH tags when you hit 
the alignment buttons, but in an out-of-the-box installation they show 
now effect.

Cheers, Jörg.



More information about the TYPO3-project-rte mailing list