Hey guys, I'm having some trouble in PHP. I have an html table that is filled with rows of data from a database. What I want the table to do is, when a maximum size is reached, the table data extends downwards so it doesn't run off the screen. For instance:
This:
ffffff
fffff
Instead of :
fffffffffffffffffffffffffffffff.
It works for textarea fields, but I want it to work for regular text fields. Any help would be appreciated.
2007-12-18
03:50:07
·
3 answers
·
asked by
austin
2
in
Computers & Internet
➔ Programming & Design