RsTymnmynclon
New Member
I'm trying to show HTML with TextView. My HTML contains some CSS styles. Here is an example of my HTML. \[code\]<p><strong>bold </strong><em> italic </em><span style="text-decoration: underline;">underlined</span> <span style="text-decoration: line-through;">striked</span><span style="font-family: symbol;"> custom font</span><span style="font-size: large;"> bigger </span></p><br/><p style="text-align: right;"><span style="font-size: x-small;">aligned to right</span></p><br/><p style="text-align: center;"><span style="font-size: x-small;">aligned to center</span></p><br/><p style="text-align: justify;"><span style="font-size: x-small;">this text is justifyed </span></p><br/><p><span style="font-size: x-small; color: #ff0000;">colored </span></p><br/><p><span style="font-size: xx-large; color: #ff0000;"><span style="font-size: x-small;">symbol </span>♣</span></p>\[/code\]I can handle all tags with TagHandler. But I couldn't get any information about styles. Is it possible to get style information with TagHandler ?