Strong Tag Provlem

Hey Rob!

I'm finally getting around to setting up a site with Smooth Sailing, and I have the WYSIWYG module installed. I am using CKEditor as my editor and am noticing that it is not displaying any text that I mark with the strong tag. The b tag works just fine. I have triple checked my input filters - it should definitely work on Full HTML, but for some reason it keeps getting stripped out. Is there something in the CSS of the theme? I would just configure CKEDITOR to replace strong with b but I don't know how to do that!

Rob D.'s picture
Offline
Joined: 04/09/2008

Hey,

I think this may be an element that wasn't reset in the css (Smooth using a HTML reset to conform the browsers). If you add:

strong {
font-weight: bold;
}

To the stylesheet you're using, it should bring the formatting back. :)

frednwright's picture
Offline
Joined: 05/16/2009

As usual, you are the man!

That was it - Thanks Rob!

johnlee13 (not verified)
johnlee13's picture

can we also add color on strong tag ?

strong {
color-text: gray;
backgroung-color: white;
}
like this command
by
lee

Rob D.'s picture
Offline
Joined: 04/09/2008

Sure, you can do that if you like.

Support hours: 9AM - 5PM EST, Mon - Fri

Follow us on: