/    Sign up×
Community /Pin to ProfileBookmark

Hello all.

Just signed up to the forum and was hoping someone could help me out.

I’m in the process of learning html to build myself a homepage and I was wondering if it is possible to create a hyperlink without having it underlined?

to post a comment
HTML

6 Comments(s)

Copy linkTweet thisAlerts:
@pyroJul 20.2003 — Yes, with css:

<style type="text/css">

a {

text-decoration: none;

}

</style>
Copy linkTweet thisAlerts:
@Khalid_AliJul 20.2003 — ad the following in the head section of your HTML page

<style type="text/css">

a{text-decoration:none;}/*removes the default underline from all the links*/

a:hover{text-decoration:underline;}/*displays the underline on all the links at mouse over*/

</style>
Copy linkTweet thisAlerts:
@Khalid_AliJul 20.2003 — LOL pyro...
Copy linkTweet thisAlerts:
@Rick_GarrisonJul 20.2003 — You don't even need any CSS stuff- just put in the HEAD of your document:

<style fprolloverstyle>a{text-decoration:none}A:visited {text-decoration: none} A:active {text-decoration: none;} A:hover {text-decoration: none}

</style>

Read the above reply's to see what each one does.?
Copy linkTweet thisAlerts:
@pyroJul 20.2003 — First of all, that is still CSS, just with some crappy type definition (or whatever fprolloverstyle is...). Use either Khalid's or my method...
Copy linkTweet thisAlerts:
@MinouJul 20.2003 — [size=0][/size]Go to [URL=http://www.lissaexplains.com]Lissa Explains[/URL]. It's for kids, I don't know if you're an adult or not but it really doesn't matter. Anyway. Go to the CSS section and you'll find out how to customize things like that.
×

Success!

Help @charlie1 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,
)...