SymbiSoft / htmlcontrol-for-symbian

Automatically exported from code.google.com/p/htmlcontrol-for-symbian
1 stars 0 forks source link

text-decoration not overriding the hardcoded default for <a> tags #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

Either:
1. Use a stylesheet in the <head> tag with the following:
a:hover { text-decoration: none; }

or
2. Add a 'style' attribute to an <a> tag:
<a style='text-decoration: none' href='#'>

What is the expected output? What do you see instead?
It is expected that links would not have text decoration. Instead, they are 
always underlined unless the defaults are removed from the code.

What version of the product are you using? On what operating system?
1.1.7 on S60 3rd Ed. FP2

Please provide any additional information below.

Original issue reported on code.google.com by gregn...@gmail.com on 27 Jun 2010 at 7:01