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; ?>I have views setup and I think that the <li> are being styled by Views but I cannot seem to find the page or over ride the styles.
If anyone knows how to float these or where the $terms are being coded I would greatly appreciate any info!
Thanks!

Comments
Success! Just got the css to
Success! Just got the css to overwrite using div.taxonomy ul.links li {}
(div.taxonomy is a custom class created within the custom taxonomy template)
Would still like to know where the $terms are being created though!
Thanks!
Shean Hoxie
Hoxie Web Design
http://www.thehox.com
Do an override in template.php
http://drupal.org/node/248687
http://www.workhabit.com/labs/handy-drupal-tips-striptags-and-theme-over...