My client creates notices where all text is bold. I have figured out how to change the config.contentCSS to change the default text to font-weight:bold;, but this is not the same as pressing the bold toolbar button which uses <b> tags. I changed the CSS and showed the client with the bold button removed (since it is no longer needed since all text is bolded via CSS), but they insist that they need the bold button there, in the off chance that they don't want something bold. See my predicament? So is there a way to force all <p></p> inserted by CKEditor to be <p><b></b></p> or alternatively to for the bold button to only affect the font-weight of an element?
Tue, 09/13/2011 - 02:34
#1