Hay,
I have a little problem in rich text editor.
I have sytle, that for now generates headers style like this:
<span class="h1">some header</span>
and this is bad for SEO and accessibility.
Now I have new style, which generates headers as expected, but I want to replace all old style in my site with this:
if, when inside the source code editor, you press CTRL+F you will see a search and replace dialogue. After putting in the search text, press the plus and it becomes a replace dialogue.
If it are, then look into the format rule you made, becouce the RTE should render out a H1 if config correct as ex.
Name: H1
Alias: h1
styles: ""
Alias is the CSS selector, so write H1 is the selector of an element, and .h1 is a class selector where RTE will wrap the wished text with a SPAN element
find and replace source code in rich text editor
Hay, I have a little problem in rich text editor. I have sytle, that for now generates headers style like this:
and this is bad for SEO and accessibility. Now I have new style, which generates headers as expected, but I want to replace all old style in my site with this:
Is there any suggestion or tool for it?
Thanks for help.
if, when inside the source code editor, you press CTRL+F you will see a search and replace dialogue. After putting in the search text, press the plus and it becomes a replace dialogue.
It certainly works in Umbraco Uno!
Good luck
hello asaf,
When you get
Is it with the "Formats"?
If it are, then look into the format rule you made, becouce the RTE should render out a H1 if config correct as ex.
Name: H1 Alias: h1 styles: ""
Alias is the CSS selector, so write H1 is the selector of an element, and .h1 is a class selector where RTE will wrap the wished text with a SPAN element
is working on a reply...