Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
1 vote
1 answer
698 views

React-rte Rich Text Editor change button colors

I am trouble changing the background color of the toolbar buttons. Please refer to the image link. Currently the buttons are in light grey of color. Image Link image link My Code <div className=&...
Navin's user avatar
  • 13
0 votes
1 answer
74 views

C# Replace dynamic contents of string

I have a RTE on my site, which allows the user to embed an iframe with a video. The problem is, that when the use embeds an iframe, it automatically sets the height and width to static sizes, which ...
Jannik's user avatar
  • 421
1 vote
1 answer
285 views

TYPO3 RTE font/css change according to backend setting (typoscript and RTE initialisation)

I need to make a change to the CSS of the RTE, and actually the whole site. This change should only happen if chosen in the backends constant editor. (I want to allow chinese and the such in special ...
akostending's user avatar
0 votes
2 answers
2k views

Typo3 7.6 Add custom class to Heading-Element in RTE

I try to add a new class (headline-red) for headlines, especially for h5-element. I'm using the following TS setup: RTE > RTE { classes { headline-red { name = Heading Rot ...
Klaus's user avatar
  • 1
0 votes
0 answers
177 views

CKeditor 3.0 Custom CSS and invisible HTML tags

I have a web page with structure: <head><link href="main.css" rel="stylesheet" type="text/css"> <body> <div class="wrapper"> <div class="content"> Some RTE text from ...
Sinisa Medic's user avatar
1 vote
3 answers
2k views

With tinymce, the formatting seems to change when I copy content from a <div>

If I copy + paste from a word doc, it's fine, and it produces near enough an exact copy. If I display the content in a within an iframe (to prevent css interfering) it appears exactly as it did in ...
NibblyPig's user avatar
  • 52.5k
2 votes
1 answer
6k views

TYPO3: how to add an element to the RTE, which allows the user to use a defined CSS class

I want that the user should be able to select an textstyle in RTE like Detail, Important, Name of person and so on. So I would like to define a CSS and this option should be shown in RTE. The CSS ...
testing's user avatar
  • 20.2k