I used Firebug to capture the html for the following two categories:
<a*title="View all posts filed under Arkanoid (MAC)"*href="http://yourbestgamesstore.com/category/arcade-action-4/arkanoid-38">Arkanoid (MAC)</a>
<a*title="View all posts filed under Arkanoid (WIN)"*href="http://yourbestgamesstore.com/category/arcade-action-6/arkanoid-40">Arkanoid (WIN)</a>
It seem to me that what determines the category in the first instance is /arkanoid-38"> and in the second instance /arkanoid-40"> I'm the one that put the (MAC) and (WIN) in the text that actually shows as the category on the page. Problem is that these games come in by rss feed and whenever a new game comes in it just ignores my changes and plops in a new category with no reference to either (MAC) or (WIN).
So It would be nice if I could remove all the (MAC) and (WIN) that I have added and get to a point where the rss supplied category would automatically put a different colored background with either a win or mac logo for each category.
Advice?