Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 94857

Issue in Editor over Chrome bowser.

$
0
0
Hello,
We have downloaded beta version and set up a small demo project in VS 2012 and I have noticed that when I send the editor complete html (i.e. <html><head></head><body></body></html> tags, etc...) 
it all gets removed from content when switch back to Design view from HTML view.
Is there a way to stop that the editor not to removed these tags?
As we have saved many templates with full html content which are created in "previous version" as below. 

----------------------------------------------------------------------------------------------------------------------------------------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport">
<title></title>
<style type="text/css">
ul { margin: 0; padding: 0; }
body {
width:100% !important;
-webkit-text-size-adjust:100%;
-ms-text-size-adjust:100%;
margin:0;
padding:0;
}

@media only screen and (max-width: 639px) {


*[class=templateContainer] {
width:320px !important;
height:auto !important;
}

*[class=width_282]{
width:100% !important;
padding-left:18px !important;
 
}
 }
</style>
</head>
<body style="margin: 0px; padding: 0px; width: 100% !important; -ms-text-size-adjust: 100%; background-color: rgb(197, 227, 251); -webkit-text-size-adjust: 100%;">
<table width="100%" align="center" bgcolor="#c5e3fb" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>

"Main Content"



</td>
</tr>
</tbody>
</table>
</body>
</html>
----------------------------------------------------------------------------------------------------------------------------------------------------------------

So remove tags from content is not proper solution for us, We can't strip any tags from content as stored templates can't able to load without mentioned tags.
Please suggest.


Viewing all articles
Browse latest Browse all 94857

Trending Articles