rjgeek
Posts: 3
|
| Posted: 09/05/2008, 1:11 PM |
|
Love CCS but one thing I do not like is how to layout grids. What is the easiest way to layout two grids next to each other or have 3 side by side.
Thanks
|
 |
 |
wkempees
Posts: 1679
|
| Posted: 09/05/2008, 1:26 PM |
|
Simplest way;
On your page, press InsertTable (from MenuBar:Table or Icon).
Select minimal 3 columns, 1 row. (Cellpading/spacing suggest 5), Border = 0,1.
This will display a table on your page.
Position mouse cursor in Cell 1, from toolbox use Grid or Grid Builder build your grid.
Position mouse cursor in Cell 2, from toolbox use Grid or Grid Builder build your grid.
Position mouse cursor in Cell 3, from toolbox use Grid or Grid Builder build your grid.
Or if existing grids on Page, do the Insert Table above the first grid.
Then drag and drop each grid in a cell.
That's it.
You asked for easiest.
Walter
_________________
Origin: NL, T:GMT+1 (Forumtime +9)
CCS3/4.01.006 PhP, MySQL .Net/InMotion(Vista/XP, XAMPP)
if you liked this info PAYPAL me: http://donate.consultair.eu
|
 |
 |
|