Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
Perl
How do you display hyperlinks without an underline?
katty
Programming language:
Perl
2021-02-01 01:21:51
0
Q:
How do you display hyperlinks without an underline?
ikegami
Code:
Perl
2021-02-01 01:24:38
<
a
style
=
"text-decoration: none;"
>
</
a
>
10
Mooing Duck
Code:
Perl
2021-02-06 20:16:33
{
text-decoration
:none; }
1
user51190
Code:
Perl
2021-02-06 20:14:53
a
{
text-decoration
: none; }
0
Tags
how
Related
remove underline from hyperlink
word remove all hyperlinks
New to Communities?
Join the community