Howdy,
I have the following class in my editor CSS file
I can't get the background to show! I also tried
And that didn't appear to work either.
My background is plain white, help!
I have the following class in my editor CSS file
body
{
font-family: Times New Roman !important;
font-size: 12pt !important;
background-image: url(policy_bg.jpg) !important;
background-repeat:repeat-y !important;
background-position:right !important
}
I can't get the background to show! I also tried
RadEditor1.CssFiles.Clear();
RadEditor1.CssFiles.Add(
"edit.css");
And that didn't appear to work either.
My background is plain white, help!