/    Sign up×
Community /Pin to ProfileBookmark

How can I remove Underlines on links?

This is my first post. Bear with me. Can someone please tell me how to remove underlines from my HTML links on my webpages? I have created lots of pages but I’m tired of the underlines on the links. I read it somewhere once on HTML goodies but forgot where.
Plus, I need help on adjusting text inside tables. Changing size and color etc.
Is there a good source of info. for these type of questions so I won’t have to bother the forum as much?

Hoping for help,

Peter Green

to post a comment
HTML

3 Comments(s)

Copy linkTweet thisAlerts:
@pcthugMay 02.2006 — Using CSS:
[code=html]
<style type="text/css">
a, a:visited {text-decoration: none}
</style>
[/code]

http://www.w3schools.com/css/
Copy linkTweet thisAlerts:
@BytesMay 03.2006 — Also, to remove an underlined link from a visited or un-visited link:

[CODE] <style type="text/css">
<!--
A:link {text-decoration: none;}
A:visited {text-decoration: none;}
-->
</style>[/CODE]
Regards,
Copy linkTweet thisAlerts:
@pcthugMay 03.2006 — My example completes the exact same function as yours, except mine is tidier through shorthand and does not include unnecessary comment tags - seriously, who still uses a browser that can't even interpret CSS.
×

Success!

Help @Shimrana spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.19,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...