Struggling to get rid of this pesky underline on my website, no matter what I try.
Attempted solutions like text-decoration:none;
and color: #FFFFFF;
have been fruitless so far.
The current CSS looks like this:
#noday {
color: #ECECEC;
font-family: "Times New Roman",Times,serif;
font-size: 1em;
}
The problematic code snippet is as follows:
<a href="http://www.example.com/content/" target"_blank"><div id="noday"><br><br>Random text here</div></a>
For a live example, visit: http://jsfiddle.net/c0c6g4rd/
I've referenced resources like Remove stubborn underline from link, but still haven't cracked the code :/