Page 1 of 1
html Editor grey background
Posted: Fri Mar 20, 2009 11:11 pm
by gwb43
Hi,
When using my html editor the background has changed from white to a dark grey color. Does anyonne know how to fix this?
Thanks Bob
Re: html Editor grey background
Posted: Sat Mar 21, 2009 12:45 am
by mazhar
In the top left corner there is a Source button, click source button and check HTML source, it seems that you have specified grey color for some of your container element.
Re: html Editor grey background
Posted: Sun Apr 19, 2009 9:31 pm
by JimFriend
I know this is from a month ago but I also ran into this issue. The HTML Editor was pulling the background-image and background-color from my custom Theme. Unfortunately I am using a dark gray background-image and dark gray background-color so it made typing anything pretty much impossible without highlighting the text with my mouse every two seconds. My solution was to comment out this line in /Admin/Utility/EditHtml.aspx:
Code: Select all
if (!string.IsNullOrEmpty(theme)) return theme;
So now the HTML Editor is using the default AbleCommerce Theme no matter what. So far this seems to have resolved the issue.
Re: html Editor grey background
Posted: Sat May 09, 2009 2:29 am
by ozlighting
Thanks Jim,
that's a really great tip! I was having the same problem with a dark grey background in the HTML editor and this has made things a lot easier.
Cheers,
Lance