Ever since I started writing posts with this theme, I've been using a code that makes the links dotted. I like the look better than the normal link formatting.
However, my understanding of css is very VERY basic, so I never figured out how to add the change into the style sheet itself. So, to achieve the effect, I've always just added the code into the posts themselves. Here's what that looks like.
Ever since I started writing posts, I've been using a code that makes the links dotted. I like the look better than the normal link formatting.
However, my understanding of css is very VERY basic, so I never figured out how to add the change into the style sheet itself. So, to achieve the effect, I've always just added the code into the posts themselves. Here's what that looks like.
Surely there must be a way to add the change to the style sheet itself. And now I'm wondering how.
Back then, I tried adding the code to the section:
a:link, a:visited {
}
but that didn't work.
Basically, I'm tired of always copying the code into posts and now that I've started using smaller laptop to update the blog, things become more and more cluttered with the screen being so small. What are your thoughts?