message field is using the tag "Body"

Posted by Community Admin on 03-Aug-2018 18:53

message field is using the tag "Body"

All Replies

Posted by Community Admin on 15-Mar-2011 00:00

I want to know why the message field is using the tag "Body " for that reason, she ispresenting the background of the site ...

Can you help? the site will be launched tomorrow and can not be with this problem ...Interface Labels & Messages tried but no help

Shoe at print...

Posted by Community Admin on 16-Mar-2011 00:00

Hello renato,

The background is applied to your body tag through CSS. The RadEditor is inside an iframe and also there is a body tag inside it. So the background of the site is applied to it also. To avoid such effect put a CSS class to the body tag inside the master page and apply the CSS rules to it and remove the background property from the main body selector. Example:

body
 /*  background-image: url(url/to/your/background/image.jpg);  remove this*/

body.class-of-the-body-in-the-master-page
   background-image: url(url/to/your/background/image.jpg);




Regards,
Jordan
the Telerik team

This thread is closed