Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
20137 Points
3324 Posts
Feb 18, 2012 01:05 PM|LINK
Hi,
To achieve that you need to add list-style:none; style!
Check the below code!
<style type="text/css"> div.right_column ul li { text-decoration: none; list-style:none; } div.right_column ul.blog_links li a { text-decoration: none; } </style>
Hope it helps u...
roopeshreddy
All-Star
20137 Points
3324 Posts
Re: Can'r remove text decoration for anchors
Feb 18, 2012 01:05 PM|LINK
Hi,
To achieve that you need to add list-style:none; style!
Check the below code!
<style type="text/css"> div.right_column ul li { text-decoration: none; list-style:none; } div.right_column ul.blog_links li a { text-decoration: none; } </style>Hope it helps u...
Roopesh Reddy C
Roopesh's Space