J
JD
How do I get links to *not* be underlined, and black instead of blue.
I read this would work by placing it between ,<head> and </head>, but it
doesn't:
<style>
A:link {color: #000000; text-decoration: none}
</style>
I read this would work by placing it between ,<head> and </head>, but it
doesn't:
<style>
A:link {color: #000000; text-decoration: none}
</style>