[TYPO3-english] tinymce_rte issue

Sergio scatala at iti.upv.es
Mon May 25 16:10:16 CEST 2009


Hi list, 

I installed tinymce_rte and used my own css style on
"RTE.default.init.content_css". 

My styles are displayed inside the RTE box, but how could I specify that
every content element defined with the RTE is inside certain labels?

Example: 

Suppose my HTML template is:

<html>
<head>
</head>
<body background="#000">
	<table bgcolor="#FFF">
		<tr>
			<td>
				### MY_CONTENT_ELEMENT ###
			</td>
		</tr>
	</table>
</body>
</html>

Inside RTE box the background is black (#000) but I would like to be
white (#FFF). How could RTE know the content element is inside a table?

Thanks in advance, 
Sergio




More information about the TYPO3-english mailing list