Hi guys,
I have a small problem with the Rich text editor in DW.
I have created a site that uses Designs and layout, and i can see that DW uses the stylesheet from my design in the editor, which is great.
My problem is that some of my styling is not applied in the editor because it's only applied when content in inside a given selector.
(I guess anyone using a CSS reset stylesheet will run into this)
IE:
ul,li {list-style: none;}
#Content ul, #Content li {list-style:bullet;}
With this CSS bullets in editor doesn't get bullets.
Is there a selector i can use to add the styling i want to apply to editor?
IE:
.rte ul, .rte li {list-style: bullet;}
Regards
Martin
Developer forum
Difference between stylesheet in frontend and backend
Replies
You must be logged in to post in the forum