Div and tr align

Posted by Hulk on Stack Overflow See other posts from Stack Overflow or by Hulk
Published on 2010-03-23T05:56:29Z Indexed on 2010/03/23 6:13 UTC
Read the original article Hit count: 326

Filed under:
|
|
|

All,

I am adding the follwing data to a table dynamically.So when adding this how to make the following appear inline.i.e, now the text area are showing up in new lines. And the images should be appear at the right hand corner of the row.

<div bgcolor="black">
    <img src="close.gif">
    </td></tr>
    <tr>
        <td>
            <div id="catgegory"> </div>
            <div id="description"> </div>
        </td>
        <td> 
            <div id = "div_content_bold"> 
                <textarea name = "point_text_81_1" rows = "8" cols = "18" class = "input" WRAP ></textarea> 
            </div> 
        </td>
        <td> 
            <div id = "div_content_bold"> 
                <textarea name = "point_text_81_1" rows = "8" cols = "18" class = "input" WRAP ></textarea> 
            </div> 
        </td>
        <td> 
            <div id = "div_content_bold"> 
                <textarea name = "point_text_81_1" rows = "8" cols = "18" class = "input" WRAP ></textarea> 
            </div> 
        </td>
        <td> 
            <div id = "div_content_bold"> 
                <textarea name = "point_text_81_1" rows = "8" cols = "18" class = "input" WRAP ></textarea> 
            </div> 
        </td>
        <td>  
        </td>
    </tr>
</div>

Thanks..

© Stack Overflow or respective owner

Related posts about html

Related posts about css