Div and tr align
- by Hulk
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..