This question is locked. New answers and comments are not allowed.
Hey all,
i have some problem about populate html in richtextbox, here is html
problem is when i show this html in RadRichTextBox, the underline of each Div didn't show up.
anyone have idea why is that?
cheers,
i have some problem about populate html in richtextbox, here is html
<html><head><style>p.MsoNormal, li.MsoNormal, div.MsoNormal { margin: 0cm; margin-bottom: .0001pt; font-size: 10.0pt; font-family: "Tahoma", Courier, monospace;}div.DivStyle { border-bottom: thin gray solid; margin-top: 10pt; padding-bottom: 10pt;}</style></head><body><div class="DivStyle"> <div> <p class="MsoNormal"><b>Date</b>: 2011-04-28<br /> <b>Status</b>: Valid<br /> <b>Activity Type</b>: Case Note<br /> <b>Subject</b>: test<br /> </p> </div> <div> <p class="MsoNormal" style="font-size: 12.0pt;">asdfasdfsafsafdasfsfas</p> </div></div><div class="DivStyle"> <div> <p class="MsoNormal"><b>Date</b>: 2011-03-16T02:30:00<br /> <b>Status</b>: Attended<br /> <b>Activity Type</b>: Client Meeting<br /> <b>Subject</b>: Meeting with Joseph and Tane on 16 Mar 2011 02:30<br /> </p> </div> <div> <p class="MsoNormal" style="font-size: 12.0pt;">asdfasdfsafsafdasfsfas</p> </div></div></body></html>problem is when i show this html in RadRichTextBox, the underline of each Div didn't show up.
anyone have idea why is that?
cheers,