|
Hello,
I cannot find the difference between both browsers; however, the browser version may be a factor in determining which code to use; this also includes if the browser supports HTML5, or even the validation type on the HTML page. You may have to find alternatives when changing text color; one suggestion is: <font COLOR="#">; any other additional styling can be added externally. You can also try to use a strict doc-type.
Inline CSS is fine as well: <p style="color: red;">#</p>.
If I saw a difference when checking between the browsers, I would most likely help to find the problem in the source.
Last edited by Taro; 11-27-2012 at 10:01 PM..
|