Is it possible to change the way that a view spits out data?

Currently it makes a table, 1 row per node, each cell in that row is a different piece of data.

What I want it a row that contains the images from the node and the next row under had the node titles.

So output would show a nodes image with the title under it and have 5 or so on one line.

Comments

stevenlyons’s picture

are you sure you shouldn't be using an image gallery for that?

j0k3z’s picture

I am running a travel website.

I add a bunch of hotels/restaurants/bars to my website. Each of these busineses are a node. Each of these nodes has taxonomy based on business type (hotel/bar/etc) and also Location (city name)

The website uses views so guest can choose business type and location and get the results shown.

It looks bad how it is currently output. I want each node to have their image and name below it. Is there a better way to do this?

j0k3z’s picture

bump for the morning crowd

j0k3z’s picture

Im not too familiar with css, but would it be possible to do this using css?