I'm using the biography module for my my account profile. I've added cck taxonomy fields for multiple user selected terms which I want to print as a list of skills our users are able to contribute. It works great and I've even got the terms as links so that you can click and see what other users share these skills. But the terms are printed each on it's own line.

term
term
term
term

This takes too up way too much much space. Our users have loads of skills! How can I css this so that the terms will show up one after another on the same line?

term term term term

Any tips appreciated.

Comments

robloach’s picture

Status: Active » Fixed

You could use something like Contemplate or node-bio.tpl.php to theme your content.

Anonymous’s picture

Status: Fixed » Closed (fixed)