Thursday, January 31, 2008

colspan

To get a column to the left of the row we use colspan. For alignment valign is used.

For example we have a row with three columns in a JSP Page. Let’s say we don’t have any value for 1st and 2nd column. To place the data in 3rd column we use colspan attribute.

<td class="rmt-readOnlyData" valign="top" colspan="2" >

0 Comments:

Post a Comment

<< Home