Using span tag
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi I want to set span tag with style(overline etc) and all to a text how do i do it? Thanx in advance lokhes
-
Hi I want to set span tag with style(overline etc) and all to a text how do i do it? Thanx in advance lokhes
You either write your own HTML-renderer or use a control with HTML-rendering capabilities. http://www.codeproject.com/staticctrl/xhtmlstatic.asp[^] and http://www.codeproject.com/staticctrl/pphtmlstatic.asp[^] seems like a good start. For full support of
span
, you'd probably want to host IE as a control. See http://www.microsoft.com/msj/0100/c/c0100.aspx[^] for example.