Hi,

I am trying to display a list of taxonomy terms and also images in 1 line within a View (sorry to confuse, the tax terms next to each other on 1 line and the images next to each other on another).

Must be something simple... maybe its a CSS thing?

thanks in advance :)

Comments

OnthegOinOz’s picture

Oh yes, I have tried to use the 'inline' function but it does not do anything when I tick it?

Drave Robber’s picture

"Inline fields will be displayed next to each other" – that means fields of the same item, not fields of different items. Suppose you have two fields:
Node: title
User: name

By default, they would be displayed like:

My first blog post
John Smith

By making the fields inline and adding a separator, e.g. |, you could turn this into:

My first blog post | John Smith

Not sure what you already have and what you want to achieve, but have you tried playing with Grid display style?
If my guess is right, perhaps Table style plus Views Flipped Table from Views Hacks module could also yield something like that.

OnthegOinOz’s picture

Thanks for the reply Drave... unfortunately it still does not display the same fields in the same row just on a new line.

i.e. this is what I want -

Field - image

image1 image2 image3

i.e. this is what it does

Field - image

image1
image2
image3

Drave Robber’s picture

Are your efforts online?

OnthegOinOz’s picture

just pm'd you the link!

Drave Robber’s picture

I tried to tinker with CSS a bit, but this seems to be a Panels issue first – taxonomy terms are in one panel and images in another (alas, I'm not an expert in Panels).

* my messages might be in your spam folder – gmail for some reason doesn't like my domain.

OnthegOinOz’s picture

Thanks for trying... I'll keep looking myself

As yes you email went into the spam!

OnthegOinOz’s picture

To let you know, you were on the right track! I just isolated it to th column and then all the rest started falling into place. It was the display: inline

Thank again for your input !

flying dutchman’s picture

I'm facing the same issue now, and I'm wondering how you solved it?

EDIT: I solved it by setting "width: 100%" in the CSS code for the table inside the view...