Again with the support for simple HTML display in Silverlight [HtmlTextBlock sample updated for Silverlight 2 Beta 2!]
**
This blog has moved to a new location and comments have been disabled.
All old posts, new posts, and comments can be found on The blog of dlaa.me.
See you there!
Comments
Anonymous
June 12, 2008
PingBack from http://www.silverlightshow.net/news/Silverlight-news-for-June-12-2008.aspxAnonymous
July 16, 2008
When putting content on the web, it's important to get that content to the user as quickly as possible.Anonymous
November 11, 2008
A couple of readers have asked about an update to my long-running HtmlTextBlock sample for SilverlightAnonymous
November 12, 2008
I updated my HtmlTextBlock sample for RTW last night and got an email from kind reader Ed Silverton thisAnonymous
November 19, 2013
I've try with the code below. <p><span class="Normal">Il ne faut pas oublier de faire les actions suivantes</span></p> <ol> <li><p><span class="Normal">Drainer</span></p> </li> <li><p><span class="Normal">Ouvrir les vanes</span></p> </li> <li><p><span class="Normal">Irriguer</span></p> </li> <li><p><span class="Normal">Recolter</span></p> </li> <li><p><span class="Normal">Manger</span></p> </li> </ol> <p style="margin:0px;"><span class="Normal">Après ces actions, d'autres peuvent se complèter</span></p>Anonymous
November 19, 2013
Not working with CSS, The original blog about HtmlTextBlock should explain that CSS isn't supported. Rather, this control provides support for only the simplest, most basic HTML commands. :)