Tags in-line

baroo's picture

baroo
August 19, 2010
3:34am

I would like the functionality to change the way tags are displayed or even the default display of tags to be in-line rather than displaying vertically in a block. Thanks

Bruce

 

btw i am loving drupal gardens and thanks to all for all the hard work in getting this going!

 

Status: Resolved

Comments

collins August 19, 2010
6:48am

I believe this is going to be fixed, but there was a temporary fix posted in this thread:

http://www.drupalgardens.com/content/tags-display-block-how-do-i-get-tag...

--
http://www.u-town.com/collins

(a writing blog)

baroo August 19, 2010
7:35am

It was my request but the temporary fix didn't work!

 
collins August 19, 2010
8:35am

I just tried it, and it didn't work for me, either.  I glanced at the source and didn't see anything obvious, but (like you) I can wait for the actual fix.

--
http://www.u-town.com/collins

(a writing blog)

Moderator
George Cassie August 19, 2010
8:54am

Hi all,

@baroo - I posted an update over at http://www.drupalgardens.com/content/tags-display-block-how-do-i-get-tags-display-inline

@collins - The fix over there was for that site in particular, using the name of its vocabulary in the CSS. A more general fix would be:

.field-type-taxonomy-term-reference .field-item {
  display: inline; float: none; margin-right: 1em;
}

George Cassie
Gardens Advisory Team

collins August 19, 2010
9:22am

Works like a charm.  Thanks.

--
http://www.u-town.com/collins

(a writing blog)

This topic has been closed to further comments.