[TYPO3-RTE] Display borders for table cells

Francois Suter fsuter at cobweb.ch
Tue Mar 7 17:50:24 CET 2006


Having had reproaches from clients that invisible tables were hard to 
work with, I dug into the rtehtmlarea documentation and thought that the 
mainStyleOverride_add.TD would save my day if I could set the style to 
display a border. I tried several variants, but it seems I don't have 
the right syntax. Here is what I entered in the page TSConfig:

RTE.default.mainStyleOverride_add.TD = td {border: 1px solid #000}

I also tried:

RTE.mainStyleOverride_add.TD = td {border: 1px solid #000}

and

RTE.default.mainStyleOverride_add.TD = border: 1px solid #000

but to no avail.

Is my syntax wrong or is it my whole understanding of this configuration 
option? My hope is to have table cells with a little border in the RTE 
just to help for input. Is that correct?

Thanks for any help

-- 

Francois Suter
Cobweb Development Sarl - http://www.cobweb.ch



More information about the TYPO3-project-rte mailing list