/    Sign up×
Community /Pin to ProfileBookmark

Hypertext Link…

is it possible to create a hypertext link without having the words underlined? I am still new to html.. can u show me where in this
<a hr ef=”ht tp://www.messeng er.yahoo.com”>Yahoo</a >
is would go?
I’m thinking after <a href= ?
FYI I spaced the code out incase it shows as a link
I was told this:

<head>
<style type=”text/css”>
<!–
a:link{text-decoration: none}
–>
</style>
</head>
by someone but I don’t get it where I would put all of that.
Here is the actual text within my page:
<br><a href=”http://www.messenger.yahoo.com”>Yahoo</a> is good for backup<br>
not sure if that helps.. and forgive me, as I do not immediately recconize code definations.. lol I’m just a copy/paster as I figure things out. thnx =)

to post a comment
HTML

5 Comments(s)

Copy linkTweet thisAlerts:
@johnevaMar 01.2006 — You were told correct it goes at the top of your document.

[code=html]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Example</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
a:link{text-decoration: none}
-->
</style>
</head>

<body>
<a href="http://www.messenger.yahoo.com">Yahoo</a>
</body>
</html>

[/code]
Copy linkTweet thisAlerts:
@bryan_hall28_msMar 01.2006 — yes ther is a way and if i can get a min i can find teh code for you!
Copy linkTweet thisAlerts:
@bryan_hall28_msMar 01.2006 — <A STYLE="text-decoration:none" HREF="link.html">

This is an unusual link, it has no underline</A>


just replace the link.html with what u want
Copy linkTweet thisAlerts:
@lilkimauthorMar 01.2006 — Oh thank you very much, that worked and was much easier. Thank you John for your reply too. HUGS
×

Success!

Help @lilkim 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.2,
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: @meenaratha,
tipped: article
amount: 1000 SATS,

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

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