r_ashish12
12-12-2005, 11:28 AM
i want to print the spans only in the format of 8 cols by 5 rows i.e. matrix form.
but when i give a <br> tag after the row to get on to the next row, it is giving a big white strip/gap in between the two rows. i want them to be printed in continous fashion means without any gap.
this is the case with FireFox & Opera. it is working finely in IE.
can anybody give me any suggestion for this?
thanks in advance.
My code is--
<span style="display:table-cell" class="cube1"></span><br>
<span style="display:table-cell" class="cube2"></span>
but when i give a <br> tag after the row to get on to the next row, it is giving a big white strip/gap in between the two rows. i want them to be printed in continous fashion means without any gap.
this is the case with FireFox & Opera. it is working finely in IE.
can anybody give me any suggestion for this?
thanks in advance.
My code is--
<span style="display:table-cell" class="cube1"></span><br>
<span style="display:table-cell" class="cube2"></span>