[Typo3-dev] RTE interface configuration

Lars Jørgen Hansen ljh at iprod.auc.dk
Tue Sep 9 12:44:00 CEST 2003


Dear list members
 
I am in the proces of learning Typo3/TS. There is a lot of high quality
documentation, but I have not yet been able to find an answer to my
problem with RTE interface configuration through Page TSconfig.
 
I would very much like my users to be able to choose from a list of
classes in the Paragraph Style Selector (in the RTE editor). To do that
I have done as it is explained in the Admin Guide.
 
RTE.default {

classesParagraph = myStyle

}

 
RTE.classes {

myStylet {

name = Body Text (Primary)

value = font:bold; color:blue;

}

}

It works all right in the Typo3 back-end (in the RTE it looks all right
with blue color and bold text), but when I try to view the page in a
browser the new class which I have just made is not put to work. It
simply ignores the newly created paragraph. In other words, when I view
the source code from the browser, I can see the class defined on the
paragraph, but the formatting is not visible.
 
All styles are defined in an external style sheet. Here is a part of the
html code from the browser
 
<div id="colNormal"><A name="677"></a>
<P style="margin:0 0 0 0;"><FONT face="Lucida Console">ordinary text
ordinary text ordinary text</FONT></P>
<P style="margin:0 0 0 0;"><FONT face="Lucida Console">ordinary text
ordinary text ordinary text</FONT></P>
<img src="clear.gif" width=1 height=10 border=0><BR><A name="678"></a>
 
<P class="myStyle" style="margin:0 0 0 0;">text formatted with myStyle -
bvut it is not either bold or blue ;-( </P><img src="clear.gif" width=1
height=10 border=0><BR></DIV>
 
Best regards
 
Lars
 
__________________________________________________________________
Lars Jørgen Hansen
ICQ#: 95061394

Current ICQ status:
<http://web.icq.com/whitepages/online?icq=95061394&img=21> 	
*   <http://wwp.icq.com/95061394> More ways to contact me 
__________________________________________________________________

 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.typo3.org/pipermail/typo3-dev/attachments/20030909/f6a610e6/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/octet-stream
Size: 182 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-dev/attachments/20030909/f6a610e6/attachment.obj>


More information about the TYPO3-dev mailing list