Hi,
How to align user image and other details side by side as shown below using views I searched a lot not able to figure it out
|................| Name:abc.. |.................| Name : abc
|................| Age:xx ... |.................| Age :xx
| Picture ...| Add: xyz ... | Picture..... | Add : xyz
|................| city:qwe....|.................| city:qwe
|................| Name:abc.. |.................| Name : abc
|................| Age:xx ... |.................| Age :xx
| Picture ...| Add: xyz ... | Picture..... | Add : xyz
|................| city:qwe...|.................| city:qwe
I am able to display image fields and other one below the other but not as shown. how can i achieve this all are cck field anyone please help.
Thanks in Advance,
Comments
Use the table format
Have you tried using the table format? Instead of text, html, unordered liste, etc, choose a table format. That would put all the fields just as you diagram. You might have to create a template file for it to theme it if you want it to look different than the default colors.
GRID and Teaser and Panels
A Panel Page for the Content Type allows you to control layouts of fields, so for this you'd want a Teaser output, and have that in a Grid view.
I did something similar in a 6 project (canned, sorry). It's very trial and error but worth experimenting.
I achieved this using Panels.
Thanks a lot flightrisk & iandickson for the immediate reply,I achieved this using the grid and panels layout.Displaying fine now