Where to change the $terms <li>
Posted by sheanhoxie on January 4, 2009 at 12:51am
Im trying to find where the taxonomy $terms <li>'s
are created when listed within a node. I need to change the class information that is associated.
Please see my site here: http://www.thehox.com/sdg/park/street+plaza
Im trying to get each <li> to float so that I can apply a width to each of them, as you can see they dont align properly.
I have a custom taxonomy page template with the following code:
<?php if (count($taxonomy)): ?>
<?php print $terms ?>
<?php endif; ?>