I am facing a peculiar issue where, with each image or word that appears ..... below
I have already applied internal and external CSS styles like the following:
a:hover {
text-decoration: none;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:active {
text-decoration: none;
}
This problem is occurring specifically in Safari 10, Mozilla 8, and Google Chrome.
Thank you in advance for any assistance, and I apologize if this question has been asked previously.