i use rad editor but when i write code on it for example :
<a href="default.aspx?PID=تاثير وب سايت در کسب و کار شما">
<div class="img"><a href="default.aspx?PID=تاثير وب سايت در کسب و کار شما"><img width="260" height="216" src="Templates/Banner/BaranWeb/rtl/PageAsli/img/Pic2.jpg" alt="تاثیر وب سایت در کار شما" title="تاثیر وب سایت در کار شما" /></a></div>
<div class="info baranw_font_12pt"><a href="default.aspx?PID=تاثير وب سايت در کسب و کار شما">
</a>
it changes to
<a href="default.aspx?PID=تاثير وب سايت در کسب و کار شما">
</a>
<div class="img"><a href="default.aspx?PID=تاثير وب سايت در کسب و کار شما"></a><a href="default.aspx?PID=تاثير وب سايت در کسب و کار شما"><img src="Templates/Banner/BaranWeb/rtl/PageAsli/img/Pic2.jpg" alt="تاثیر وب سایت در کار شما" title="تاثیر وب سایت در کار شما" height="216" width="260"></a></div>
<div class="info baranw_font_12pt"><a href="default.aspx?PID=تاثير وب سايت در کسب و کار شما">
</a></div>
i want to save content in database i write ...without any changes my tag .
i read your forum i test this code :ContentFilters="none" and also test
RadEditor1.DisableFilter(Telerik.Web.UI.EditorFilters.ConvertToXhtml);
RadEditor1.EnableFilter(EditorFilters.None);
and another thing but any one dont work please help me ????????????
how can i get my tag without any changes????????????????????