remove underline from hyperlink

M

MD WebsUnlimited.com

Hi Fchoy,

<style>
a { text-decoration: none; }
</style>

Place in the head section
 
Top