I need to create a view with the following elements:

Username Player picture
DOB
Position

I have created a content type with couple of fields:
Player Name
DOB
Position
Picture (Filefield image)

I have created a view but it's displaying it in the following table order:

Username DOB Position Picture

And I want the picutre to be adjacent to fields. Currently my player page is done all in HTML and tables where it's listing the information as follow

Username Picture
DOB
Position

Can the views module list my content in the above format?

Comments

scoutbaker’s picture

This is not the forum for support questions.

You can theme the output of Views. Install the Advanced Help module to get access to additional documentation on Views. You can also look around the forums and the support queue for Views for other Views-related theming information.

rpatros’s picture

Thank you