/    Sign up×
Community /Pin to ProfileBookmark

How can I make this code So it looks like this:
1.) White text
2.) Redish white underline

[code]
<style type=”text/css”>
A:link { text-decoration: underline; color: #FFFFFF;}
A:visited { text-decoration: underline; color: #F1F1F1; }
A:hover { text-decoration: none; color: #E2E2E2; }
BODY { font-family: Verdana,Arial;
</style>
[/code]

to post a comment
CSS

1 Comments(s)

Copy linkTweet thisAlerts:
@SanimApr 23.2005 — To change the color of an underline, it has to be border-bottom, not text-decoration.
[code=html]
<style type="text/css">
a {
text-decoration: none;
border-bottom: 1px solid #ff0000;
color: #F1F1F1; /* The color is just for text color. I don't know if you meant F1F1F1 to be the text color or not, but yeah.
}
</style>
[/code]
×

Success!

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