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

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.