In SharePoint we have the the richhtmlfield that allows the user to edit the html content of the page. How can I change the css that is applied when they select H1, H2, Normal etc. from the paragraph formatting button?
I would also like to change the css applied to the tables added to the richhtmlfield, is this possible?
All the best
As mentioned above, to change the styles that affect the H1, H2 etc, we just need to specify an alternate stylesheet and in it, specify the styles as the are applied in the richhtmlfield control.
The answer for how to change the table formatting layout is to specify a link to the stylesheet that provides the predefined table formats, Sherman posted a good article that pointed me in the right direction for this.