I have set up a top level section list with 2 columns, but find that when the last row contains only 1 item, it spans across the second column of the rows above it.
This is irritating me as i can't find out how to prevent this -- i have seen the code in design > text > web site > html (lines 9, 10, 11 & 12) but still am no nearer to a solution.
i'd like to do something like making my last row have a blank <td width="50%"></td> so the cols in the last row lines up with those above.
Do i need to use the javascript array and write my own output?
Any help gratefully received
This is irritating me as i can't find out how to prevent this -- i have seen the code in design > text > web site > html (lines 9, 10, 11 & 12) but still am no nearer to a solution.
i'd like to do something like making my last row have a blank <td width="50%"></td> so the cols in the last row lines up with those above.
Do i need to use the javascript array and write my own output?
Any help gratefully received
Comment