I need to style links for a Blackberry browser that has disabled CSS.
The following is what I try to achieve:
<style type='text/css'> a.hover { border:0; } a { text-decoration: none; } </style>
Is it even possible, just using html?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can only set the color.
XXX being the color used for links, YYY the color when mouse hovers the link and ZZZ the color for already visited links. Color can be given in hex notation just like with stylesheets
You cannot set whether links are underlined or not, or have a border or not. This is totally up to the browser… unless these devices have some special, secret non-standard HTML.