Hi, I would like to customise the look of a view and move around the images and fields so they have the look, spacing, position and feel that I want.

How do i customise a view ?

As it’s a view I am customising, and that will be dynamic what do I need to do to get hold of the fields of that view?

Do I need to customise a template to customise the layout of the view?

Should this be done with CSS, programming or a module?

Once again thankyou for all the great help

Comments

Keeling’s picture

Try this...

1. Navigate to admin >views
2. Select the theme wizard tab
3. Select your view from the pulldown menu and click generate theme
4. Then follow the provided instructions to create your views-title-tpl.php file

Tip: Add divs to your views-title-tpl.php file to control field elements using CSS

Good Luck!

www.keelingdesign.com

jwolf’s picture

Theming your Views
http://drupal.org/node/42597

How to theme views
http://drupal.org/node/128741

bleak26’s picture

Where should i upload the new files to ?

Does the template.php go in the theme folder you are editing ? where should the new view and css be placed ?

Thanks From Chris