I’d like to underline text links in body text (blog post, page content, etc.) but no other links. Looking at the code, it seems like there’s no way to do this without also underlining graphics that are links throughout the site (as on the private link above). And while it might be easier to change the text color, I wonder if there’s an easy way to just underline text links without also underlining images.
Thanks!
Although, it occurs to me I can do text-decoration: underline rather than border-bottom and have some of the same effects. But it seems like CSS doesn’t let you create a dotted line, change the color, etc.