Page 1 of 1

[SOLVED ]TinyMCE not showing my HR-styled Div's

Posted: Sun Feb 15, 2009 3:21 am
by WebbyMom
We've recently upgraded from 1.2.3 to 1.5.2 and we have a bit of trouble with our div's that were styled with class "hr".

The original 1.2.3 CSS notes were:

Code: Select all

/* as we hid all hr for accessibility we create new hr with extra div element */
Which was then followed by some styling that made a blue, dashed line on our pages. We could also see this blue dashed line in the TinyMCE window, which really helped our editors lay out their page between items.

Now, however, while it does show up in the final saved page, it does not show up in TinyMCE at all, and it's confusing the heck out of our editors. :(

Does anyone know what I would need to change or set to make it show up again in the WYSIWYG window??

Re: TinyMCE not showing my HR-styled Div's

Posted: Sun Feb 15, 2009 8:45 am
by JohnnyB
try enabling the option to use only style sheets with the media of 'screen' in the TinyMCE options - I think it is under the advanced tab.  That may force tiny to display what ever css rule is responsible for that.

Re: TinyMCE not showing my HR-styled Div's

Posted: Sun Feb 15, 2009 10:10 am
by WebbyMom
AHA! Thank you SO much, John, I really appreciate that, worked like a charm! My ladies are going to be ecstatic. :D