Hi smacdonald.
Based on the source code, I should have the required styles in my CSS.
parsys_column being most prominent on the column divs:
<div class="parsys_column <%= par.getBaseCssClass()%>">
I think I know what the problem is though.
This is the style that its trying to assign to the column DIV's:
cq-colctrl-lt3 4 Columns (25%, 25%, 25%, 25%)-c1
So instead of rendering the class for the DIV as "cq-colctrl-lt3-c1"
it doesnt parse the tab and renders the class name as follows:
"cq-colctrl-lt3 4 Columns (25%, 25%, 25%, 25%)-c1"
The column layout editor has 3 values, number of columns, column class and the description.
Number of columns is seperated with a semicolon. And class and description with /t.
In the designer when creating the layout types,
its not possible to tab (switches focus to another element).
Therefore, I created my entries in notepad
and copied it over, including the tab spacing.
Havent been able to find where it parses the layouts yet.
But Im pretty sure its the /t thats giving me hassles.
Kind regards
Toby