hmmmmm... wrapping tds at frame width??

liunx

Guest
Heres a good ?<br />
<br />
does anyone know how to have a table automatically wrap a <td> when the width of a frame or iframe would be overshot ( causing a horizontal scrollbar ) so that the <td> would wrap to the bottom left just like with text in a textarea in order to achieve the ultimate goal of constantly adding <td>'s side by side but with NO horizontal scrollbar?<br />
<br />
ie:<br />
imagine each letter below as a <td><br />
<br />
----------------------------<br />
| | |<br />
| these are wor| |<br />
|ds and when they get to ---<br />
|the far right side of th| |<br />
|e textarea then they wil| |<br />
|l automatically wrap pre| |<br />
|tty much as i am showing| |<br />
|in this ascii example bo| |<br />
|x. | |<br />
| | |<br />
| | |<br />
| | |<br />
| | |<br />
| | |<br />
| | |<br />
| | |<br />
| ---<br />
| | |<br />
| | |<br />
----------------------------<br />
<br />
<br />
can it be done automatically ( perhaps with css or html ) without javascript?<!--content-->bump...<!--content-->td's don't wrap, the contents of those cells do.<!--content-->crap! i was affraid you were going to say that...<br />
<br />
i sort of knew it but had a shinny glimmor of hope for a moment * sigh * :(<!--content-->
 
Back
Top