This is an open forum for any mojoPortal topics that don't fall into the other categories.
Hey Everyone,
Looking at http://test.fortbradenchiefs.com
I have the following in my style sheet:
body { background-color: black; background-image: none; } body.pagebody { margin: 0 auto; padding: 0; background-color: #C7C7C7; background-image: url('images/page_t.jpg'); background-repeat: no-repeat; background-attachment: fixed; background-position: top left; font-family: Arial, Helvetica, Sans-Serif; font-style: normal; font-weight: normal; font-size: 13px; color: #FFFFFF;
}
p { color: #fff; }
Now everything is working great in all browsers when I'm looking at the site, but when I go to edit the site, the WYSWYG displays with the black background and white text in Chrome and in Firefox. However when I use IE8 or IE7 the WYSWYG displays with a white background and white text.
I'm lost, what am I missing.
Thanks,
Mark
It must have been a cache problem, because it's working now.