sitecore6 - Sitecore File Explorer converting Fields <sc:text to <iframe> -


i trying upload sublayout using sitecore file explorer. see sitecore fields

 <sc:text id="myid" runat="server" field="myfield"/>  

in html converted

<iframe contenteditable="false" width="1" height="1" frameborder="0" onbeforeeditfocus="javascript:event.cancelbubble=true;event.returnvalue=false;return false" border="0" scrolling="no" allowtransparency="true" style="display: inline; height: 52px; width: 108px;" src="/sitecore/shell/default.aspx?xmlcontrol=idehtmleditorcontrol&amp;tagprefix=sc&amp;tagname=fieldrenderer&amp;parameters=field%3ddeal%20title%26id%3dscdealtitle&amp;sc_live=0&amp;sc_datasource=%7b110d559f-dea5-42ea-9c1c-8a5df7e70ef9%7d" id="67827f78f3d248ecb5adb7063520f4e0"></iframe>  

tags in design mode.

most importantly new html/markup sublayout not rendering on page.

please suggest information on how work issue.


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -