create a table that shows 2 row and 5 column.
Instead of
1
2
3
4
a.s.o
I want
12345
space writable
678910
I've made a CurrentRow MOD and got to the lines, but
not the space
<table width="500" border="1"> <tr><cfoutput query="testrec" startRow="#StartRow_testrec#" maxRows="#MaxRows_testrec#"> <td>#testrec.tblOnskelista# </td> <CFIF testrec.CurrentRow MOD 5 IS 0> </TR> <TR></TR> </CFIF> </cfoutput> </table>
but how do you get to space
12345
space writable
678910

New Topic/Question
Reply




MultiQuote



|