Cool idea - highlight entries by category with CSS
This sounds like a cool idea - and should be easy to get working with Roller. However, I'm stumped on making this work. Hopefully someone can help me out with the following macro:
#foreach( $entry in $entries ) #if ($entry.getCategory().startsWith("Java")) <div style="border-left: 2px solid red"> #else <div style="border-left: 2px solid blue"> #end
Once I get this working, making my category menu use the same colors will be a great way to indicate which categories I've posted to.
Posted by Dave Johnson on April 21, 2003 at 04:30 AM MDT #