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

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -