04-27-2012 07:36 PM
I am using a BrowserContent field to display the following sample HTML with CSS:
<html>
<head>
<style type="text/css">
#id1 {
font-size : 2em;
color : red;
}
.class1 { color : blue; }
</style>
</head>
<body>
<div class="class1"><span id="id1">H</span>ello World.</div>
</body>
</html>
from: http://dosdd.com/css-hello-world/
This field loads properly on every device we use (9800, 9930, 8900, to name a view), but our 9650 does not use any of the CSS content and just display the plain text.
Our renderer is set up to use the ENABLE_CSS flag.
Any help at all would be amazing! Thanks