Forum Moderators: not2easy
Here is my Wordpress code:
<div class="post"><h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2></div> You'll see that the link is inside an h2 header, and .post div. What is the correct CSS markup so that links remain the same color regardless of being visited or not?