In a standard sub section list layout the column count is <actinic:variable name="SectionLinkColumnCount" />, each column is preceded by <td valign="top">
Thus far if I want three columns of equal width I have to replace <actinic:variable name="SectionLinkColumnCount" /> with figure 3 and put <td valign="top" width="33%">
If I want two columns of equal width I have to replace <actinic:variable name="SectionLinkColumnCount" /> with figure 2 and put <td valign="top" width="50%">
and so forth...
Is there some wizardry that will convert <actinic:variable name="SectionLinkColumnCount" /> into the respective percentage width for the <td> ?
There is something from Norman in a similar vein relating to brochure fragments in columns (http://community.sellerdeck.com/showthread.php?t=6040).
Thank you
Thus far if I want three columns of equal width I have to replace <actinic:variable name="SectionLinkColumnCount" /> with figure 3 and put <td valign="top" width="33%">
If I want two columns of equal width I have to replace <actinic:variable name="SectionLinkColumnCount" /> with figure 2 and put <td valign="top" width="50%">
and so forth...
Is there some wizardry that will convert <actinic:variable name="SectionLinkColumnCount" /> into the respective percentage width for the <td> ?
There is something from Norman in a similar vein relating to brochure fragments in columns (http://community.sellerdeck.com/showthread.php?t=6040).
Thank you
Comment