I know there is a simple way to do this, but for the last 6 hours I have not been able to find it.

I have created a view which displays all a users pictures.

My problem is that all the images are displayed underneath each other. I want them next to each other.

HOW?

Any help from kindly souls will be repaid in good vibrations.

Regards,
Frustrated
London.

Comments

baronmunchowsen’s picture

Hi,

The views themeing documentation can be found here: http://drupal.org/node/42597

Also, have you considered displaying your view as a 'list' and then displaying the list items inline (or floating them left) via css?

Manamarak’s picture

Genius.

Float them all left!

I was trying to find a way of putting a unique div tag around each individual image.

I'll say it again.

Genius!

As promissed:

Good Vibarations.

/// \\\ /// \\\ ///
\\\ /// \\\ /// \\\

baronmunchowsen’s picture

You may want to add a 'height' value to the li's in the css file for i.e. 6 if memory serves.