AFAIK both WML 1.1 and 1.2 support such tags as <u>, <big>, <strong>. However ASP.NET 2.0 mobile controls (e.g. mobile:Label) do not contain attributes like Font-Underline, not do they allow to include them directly in markup. Moreover even if markup is
loaded from external file these "restricted" tags are not rendered (although <b> and <i> are OK).
Is it possible to output these tags in some way? Or writing a specia adapter is the only viable approach?
sas123
Member
10 Points
2 Posts
ASP.NET Mobile Controls and "missing" tags
May 03, 2006 02:05 PM|LINK
AFAIK both WML 1.1 and 1.2 support such tags as <u>, <big>, <strong>. However ASP.NET 2.0 mobile controls (e.g. mobile:Label) do not contain attributes like Font-Underline, not do they allow to include them directly in markup. Moreover even if markup is loaded from external file these "restricted" tags are not rendered (although <b> and <i> are OK).
Is it possible to output these tags in some way? Or writing a specia adapter is the only viable approach?
Thanks