Hi,
I have a
JSP page which displays data in the form of a dynamic table. In the table the value of the COLSPAN attribute for the <td> is calculated based on a formula. The total colspan for each row should be 1440. Whenever the colspan for a particular <td> exceeds beyond 1000, the colspan is automatically changed to 1.
Is there any maximum value of the colspan attribute?.
For Ex:
The below is the output in the System.out.println();
</td> [/code]
But in the browser, it looks like
[
Kindly reply.
Regards,
mahesh