This topic is locked

losing changes in the editor

9/13/2012 12:11:29 AM
ASPRunner.NET General questions
A
auez author

When i add an style using HTML mode in Visual Editor in the header like this:

<style>

body {

background: url(images/escudo.jpg) no-repeat center top fixed;

-webkit-background-size: 50px;

-moz-background-size: 50px;

-o-background-size: 50px;

background-size: 50px;

}

</style>

If I return to Design mode, lose <style> and </style> tags.

Alberto

Sergey Kornilov admin 9/13/2012

Visual Editor may not handle <style> tag properly. Try to add your css to the header file or to include/style.css file.