html - Inline CSS is not working correctly in iPhone -
i have created below html content using tinymce editor , preview in iphone webview.
i need show content in orange color tahoma,arial,helvetica,sans-serif family , size 10pt. below html code working in desktop browser, same code not working on iphone.
could please suggest issue html be?
working html code
<p style="text-align: left;"><span style="font-size: 10pt;"><strong><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #ff9900;">health</span></strong></span></p> not working html code
<p style="text-align: left;"><span style="color: #ff9900; font-size: 10pt;"><strong><span style="font-family: tahoma,arial,helvetica,sans-serif;">dental</span></strong></span></p>
Comments
Post a Comment