displaying columns in content area

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
dilip
New Member
New Member
Posts: 3
Joined: Sat Mar 21, 2009 7:47 am

displaying columns in content area

Post by dilip »

Hi,

How do i display a list in 3 columns in the content/pages of my site?

sorry for a newbie question, i looked the forum but could not find an answer.

Thanks
spcherub
Power Poster
Power Poster
Posts: 402
Joined: Fri Jun 06, 2008 5:54 pm

Re: displaying columns in content area

Post by spcherub »

Dilip,

You can do this in several ways, none of which really are dependent on CMSMS. You can lay out the columns as floated divs (use CSS for floating and styling) or you can go old-school (not recommended) and use a table with three columns. In both cases you can put this code (divs or tables) into the content area (to add custom HTML you may need to turn off the WYSIWYG first). Or you can create a new template that has a separate content block for the list and can put the div or table code into the template itself.

Sanjay
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: displaying columns in content area

Post by RonnyK »

Post Reply

Return to “Layout and Design (CSS & HTML)”