Wrapping content in td
        Posted  
        
            by Hulk
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Hulk
        
        
        
        Published on 2010-04-27T07:05:24Z
        Indexed on 
            2010/04/27
            7:33 UTC
        
        
        Read the original article
        Hit count: 386
        
This following code is used to wrap up the contents within the textarea
        <td> <textarea rows = "8" cols = "18" border ="1" class="input" style="border: none;overflow:visible;width:100%;" maxlength="5">'+col_det[data]+'</textarea> </td>
How to implement the same for a tag i.e, the conetnt within td tag should be wrapped
<td>%s</td>,(sum variable)
Thanks..
© Stack Overflow or respective owner