I am using CCK to allow users to create a "game page" where other users can see a main image, game description, genre, additional screen shots, etc.

Currently this is all displayed in a horizontal list format and doesn't look very pretty.

Without custom scripting how can I change how this information is displayed? Is there a module (Views?) that will allow me to do this?

Thank you very much for your help!

Comments

peterjlord’s picture

A good trick I discovered in some tutorial for views is do

  1. create a view with unformatted style
  2. create all your fields and make sure Exclude from display is checked
  3. create a global field Custom text which then gives you access to all the fields which you can format with html

I'm not sure but I think the Custom text field should be the last one.
There is also a great module http://drupal.org/project/views_customfield which allows you to create snippets of php