Anybody out there know how to truncate titles displayed in views lists?
I don't think URLFilter.module will work in this case. I tried some CSS overflow properties, but that didn't seem to do the trick either. Ideally, I'd like to be able to set length limits (varying depending upon the view) for clickable titles in lists. If a title is too long (and therefore would wrap down to the next line), it should be truncated and followed by ellipsis.
I also include node listings on my website based on taxonomy terms. It is those listings that don't seem to take the above CSS style rules, even though they appear in the HTML source.
Hey guys/gals, I'm working on a Drupal 5 theme and it seems the 17 linked styles is way too much. I appreciate the easier management by keeping them separate but my question is, what triggers its' loading?
Most of the styles don't look as though they are needed for every page. The only one that removes itself that I've spotted is the admin.css file. Is this just not fully implemented yet?