Basic issue. I am using the standard rich text editor doc type. When my clients enters in copy into the box and does basic formatting it does not get inserted into a template with the formatting. If I view source on the page the is <p> <br><strong> tags but browser is not rendering. Any ideas
When I work with Umbraco, I use a reset stylesheet. This makes all styles reset. I had suffered the same problem yesterday. When I used bold in rich text editor, it was not shown on the page. And the same if I used bulleted list.
The way in which I solved the problem was to add strong and list-style-type: desc; to my second stylesheet. I do not know if you use a reset styesheet. If you do, this may solve your problem.
I hope so and hope I have understood the question correctly.
Issue with Rich Text Editor
Hello
Basic issue. I am using the standard rich text editor doc type. When my clients enters in copy into the box and does basic formatting it does not get inserted into a template with the formatting. If I view source on the page the is <p> <br><strong> tags but browser is not rendering. Any ideas
Hi Peter,
When I work with Umbraco, I use a reset stylesheet. This makes all styles reset. I had suffered the same problem yesterday. When I used bold in rich text editor, it was not shown on the page. And the same if I used bulleted list.
The way in which I solved the problem was to add strong and list-style-type: desc; to my second stylesheet. I do not know if you use a reset styesheet. If you do, this may solve your problem.
I hope so and hope I have understood the question correctly.
Best regards
Dennis
is working on a reply...