Using the xml below to attach a footer to a 7 column grid, but only the column with the link displays. Is this the correct approach?
<![CDATA[DHTMLX]]>,#cspan,#cspan,#cspan,#cspan,#cspan,#cspan text-align:left,text-align:left,text-align:left,text-align:left,text-align:left,text-align:left,text-align:left
You need to enclose all content of param tag in CDATA section
<![CDATA[DHTMLX,#cspan,#cspan,#cspan,#cspan,#cspan,#cspan]]>
text-align:left,text-align:left,text-align:left,text-align:left,text-align:left,text-align:left,text-align:left