I just set up my blog and have an index page that links to my posts. It would be nice if the links didn't have underlines on them, and I found out that I could insert the following line before each URL:
a style="text-decoration: none;
However, doing this for each link is a hassle. Is there a way I could make sure there isn't any underline for all the links on my page?
Thanks!
The blog I need help with is theintrepidbaker.wordpress.com.