By OnthegOinOz on
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
Oh yes, I have tried to use
Oh yes, I have tried to use the 'inline' function but it does not do anything when I tick it?
"Inline fields will be
"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:
By making the fields inline and adding a separator, e.g. |, you could turn this into:
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.
Thanks for the reply Drave...
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
Are your efforts online?
Are your efforts online?
just pm'd you the link!
just pm'd you the link!
I tried to tinker with CSS a
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.
Thanks for trying... I'll
Thanks for trying... I'll keep looking myself
As yes you email went into the spam!
To let you know, you were on
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 !
How did you solve it?
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...