Esmi,
You’re the first person that has suggested stuff in three days that actually seems to be doing something. But its still not working, so I’m going to make an effort to explain the problem in detail and please excuse the lack of appropriate jargon cuz I am new to this.
1. If you look at my page, every post has a grey strip above it (below the post’s title). There is a comment link in this strip. Let’s call it the comment link
2. The links under the post, such as the Categories, let’s call this the Category links.
3. And let’s call the Tags under the post, the Tag links.
4. And the links inside the text which I am posting, let’s call this the Text links. These are the ones I want to fix. Everything else should stay as is.
Now, the problem is:
A. When I post the above code in the stylesheet that you suggested all 4 types of links plus the link for the post title change to a lighter color and become dotted for all posts on the page. This is not what I want since now all the links on the page are changing. I just want this to happen to the Text links.
B. When I change the code you suggested so that it has a “.content” in front of it and not a “.entry” the following happens~:
– The comment link is yellow like I want it, but only for posts that have not been commented on. But I want it yellow on all posts regardless of the number of comments or not.
– Then, for the text links everything comes up ok.
– For the category and tag links, they also change to lighter and dotted, but only for those that have been visited. But I just want them to not change at all.
As far I can tell this option (B) is working. The only thing is that it is working too well on all links. I need to remove the comments link and the category links from these changes. And I think we may be good to go.
C. When I change the code you suggested to take out the “a:visited” part, everything goes back to the same as it was. All links are working, but the Text links (except for the first post) are not lighter and not dotted.
D. I tried posting the code you suggested in the index template but it doesn’t seem to be working. This type of code (with color specifications) doesn’t exist in that template, so I’m not sure what to replicate
I hope all that gives you enough info to see what is going on. And mind you, I have not even mentioned as of yet all the different set of changes this code is making when I go to see a single post only.
help!!!!!