OK I’ve added them to my CSS stylesheet but how do I assign the categories to that specific class when it’s in PHP. This is what I have in index.php:
<div class=”entry2″>Categories: <?php the_category(‘, ‘) ?>…
See the categories is under that div class but how do I make the links in the categories under the #entry2 a: class?
Thanks.