Posted by dfloss on 12/29/06 17:39
Achilles wrote:
> what i really want a <DIV> outside <TR>, IF this is not possible then
> is there any alternate to achieve below functionality??? Its bit
> urgent...!!
>
> <div>
> <tr>
> <td> Column 01 </td>
> <td> Column 02 </td>
> <td> Column 03 </td>
> <td> Column 04 </td>
> <td> Column 05 </td>
> </tr>
> </div>
>
How about doing it the regular way: <tr class="some_class">
Navigation:
[Reply to this message]
|