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!
Tags:
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!
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. :)
As usual, you are the man!
That was it - Thanks Rob!
can we also add color on strong tag ?
strong {
color-text: gray;
backgroung-color: white;
}
like this command
by
lee
Sure, you can do that if you like.



