Using Drupal 6.12, Calendar 6.x-2.1, Date 6.x-2.2, and Views 6.x-2.6.
I'm trying to style the calendar view toggle links at top of the Calendar View page (the Year, Month, Week, Day, Add + links). Currently, the code output is similar to this:
<ul class="links">
<li class="0 first"><a href="#">Month</a></li>
<li class="1"><a href="#">Week</a></li>
<li class="2"><a href="#">Day</a></li>
<li class="3 last"><a href="#">Add+</a></li>
</ul>
Only problem, is that you can't style numerical classes. Is there a way to alter the output of this code to change those class names? My PHP skills are pretty bare bones, so I'm not really sure how to go about this. I want to avoid hacking the module code.
Here's a screenshot of the links I'm talking about: http://www.grabup.com/uploads/bcbe8283f6cf9b79fb92adbc29bfcccc.png
Any help would be much appreciated.
Read »








