Tagged: links
How can I have my links on the site main content be underlined? I tried to see what was making them display none, but I couldn’t figure it out. thank you. I tried to search for this on your site, but didn’t know the exact words to use.
http://50.87.248.198/~westpro1/dev/about-us/ (the word Daniel Weaver) is a link
thank you
gary
Hi gharding!
use this code in Quick CSS field:
a {
text-decoration: underline;
}
Regards,
Andy
that worked. thank you, Andy.