A possible bug I discovered today, I tried adding some CSS via the "code" button in the rich text editor, the CSS code is below:
However, using the on screen pop-up "modal" to enter the code returns this (I was able to directly reproduce the error by typing the code as above into the pop-up modal):
Unfortunately I don't have a second computer to test this on, however I am running Windows 7/Chrome
I don't see anything in Chrome developer tools JavaScript console, so I suspect maybe there is a typo referencing an undefined javascript variable, maybe like $userCod when it should be $userCode....
![Drinks Drinks]()
Though, I noticed that I was trying to put spacing into the CSS to improve the readability, and you seem to be filtering this out, I suspect perhaps this might be the issue.
Nope! Seems the code button doesn't work for me at all. I have no plugins enabled in Chrome on gigarank.net either, no adblock or anything.
Code:
img
{
height: 600px;
width: 400px;
position: absolute;
left: 0; top: 0;
opacity: 0.3;
z-index: 99;
}
Code:
undefined
I don't see anything in Chrome developer tools JavaScript console, so I suspect maybe there is a typo referencing an undefined javascript variable, maybe like $userCod when it should be $userCode....

Though, I noticed that I was trying to put spacing into the CSS to improve the readability, and you seem to be filtering this out, I suspect perhaps this might be the issue.
Code:
undefined