During Binding of RichTextBox with HTMLDataProvider the indentation is not getting reflected .I am attaching a sample code for your reference
HtmlDataProvider ht = new HtmlDataProvider(); ht.RichTextBox = RadRTB; ht.Html = "<!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd><html xmlns=http://www.w3.org/1999/xhtml><head><meta http-equiv=Content-Type content=text/html; charset=utf-8 /><title>Untitled</title><style type=text/css> .p_D6859706 { margin: 0px 0px 12px 200px;text-align: left;text-indent: 0pt;padding: 0px 0px 0px 0px; ;font-size: 32px} .s_E6FD2046 {padding-right: 100px; font-family: 'Verdana';font-style: Normal;font-weight: normal;color: #000000; } </style></head><body><p class=p_D6859706><span class=s_E6FD2046>TEST</span></p></body></html>";