Jump to content

div { background-color:#00FFFF; width:600px; height:500px; overflow: scroll }


jalen

Recommended Posts

I have a comment field where user enters comments, and sometimes this comments can be long and sometimes short.  when it is long, I would like to have it go down to the next line after I set the table data with in a table of a percent.    so far my code and how I see it is that if too much data is enter, it doesn't go to the next line but it

went all the way, so if more datas are enter it goes all the way to the right.

 

<table border=1 width=80%>

//left table data
<td width=45%>
A
</td>


//right table data
<td><div>

while loop is here
<table><td width=100>
comments is enter here
</td></table>
end while loop


SCROLL is here
</div></td>
</table>

 

when someone enter too much data, the data is going over the 100% it doesn't go to the next line as I would like.  Let me know if you know how to do this?  thanks

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.