Underlining Hyperlinks

User 357323 Photo


Registered User
9 posts

I'm using html editor 2008 (Visual Editor) - In a page I have created, how do I take the underlining away from the hyperlinks?

michaelg
User 126492 Photo


Ambassador
1,524 posts

There are quite a few ways of doing using CSS.

You need to add the code below above your </Head> tag on each page:-

<style type="text/css">
a {
text-decoration: none;
}
</style>

There are other ways but that should work for you
Jim
---------------------------

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.