I recently started a webcomic and I'm having some problems with the template. After spending several hours creating a new one (with a very basic knowledge of HTML) I saw myself incapable of changing the color of the links in comments. I tried to use CSS, but it was to no avail. However, when I hover the mouse over these links, I get red text somehow.
I know there are some mistakes... The thing is, could anyone with some free time help me? Did I insert wrongly the CSS code? I've tried to put it between the head and style tags. Is that the right place? Do I have to substitute any part of my template code?
I would be most thankful if someone decided to help me. I would not ask for help if I wasn't completely desperate.
Thanks a lot for your time and see you all around!
Here... You can insert this sort of code into your CSS. It just redefines how all normal links look (that aren't defined a different way). So Links in comments which can't be specially defined will now look different!
Sir, I truly owe you my first born child. Thanks a lot for your help, when I went to bed yesterday I saw everything in code style a la Matrix. It wasn't that difficult, after all - I think I was misplacing the code.