Page 1 of 1
displaying columns in content area
Posted: Sat Mar 21, 2009 7:53 am
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
Re: displaying columns in content area
Posted: Sat Mar 21, 2009 2:15 pm
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
Re: displaying columns in content area
Posted: Sat Mar 21, 2009 2:21 pm
by RonnyK