/    Sign up×
Community /Pin to ProfileBookmark

Hyperlinks without lines under them

[color=red][font=Courier][size=5][i][b]HOW THE HELL[/b][/i][/size][/font][/color] do I make hyperlinks without lines underneath them? I tried adding this to the hyperlink code: class=”textlink”

How can I make them [b]DAMNED LINKS[/b] ? ?

to post a comment
HTML

6 Comments(s)

Copy linkTweet thisAlerts:
@pyroAug 11.2003 — Add this to the <head> of your document:

&lt;style type="text/css"&gt;
a {
text-decoration: none;
}
&lt;/style&gt;


If you want to use a class, you do that something like this:

&lt;style type="text/css"&gt;
a.textlink {
text-decoration: none;
}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;p&gt;&lt;a href="http://www.w3c.org" class="textlink"&gt;W3C&lt;/a&gt;&lt;/p&gt;
Copy linkTweet thisAlerts:
@aoeguyauthorAug 11.2003 — Thanks a lot guys! ? ? ? ?
Copy linkTweet thisAlerts:
@pyroAug 11.2003 — Sure thing...
Copy linkTweet thisAlerts:
@aoeguyauthorAug 11.2003 — How can I make blue tooltip like a table show when the mouse is over a link? I (think I) know it uses onMouseover
×

Success!

Help @aoeguy 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 6.17,
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: @nearjob,
tipped: article
amount: 1000 SATS,

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

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...