Forums
This topic is locked
How to display Database!! help
Posted 23 Jun 2002 05:17:28
1
has voted
23 Jun 2002 05:17:28 Eddie Adamsociety posted:
I am working on some form for client to fill and submit to database.I display the data on the site BUT when I test to find some fault. I found that
...IF someone type in the TEXT field continue without hit ENTER keep typing .(vanlidelism)
It make the page that I diplay the data out of shape
Even I blind the data into table
but in the page show long sentence and page extend to the right frame
What should I do to protect that?
How to display the data by wrap them in the set size table?
please suggest
Than you
Edited by - adamsociety on 23 Jun 2002 05:18:21
Replies
Replied 23 Jun 2002 07:09:23
23 Jun 2002 07:09:23 aegis kleais replied:
If you table's width is setup as a Percentage, the table will increase to fit the width of the extremely long text. When using percentage tables, you can supply the TD tag's NOWRAP to prevent it from wrapping around.
However, I believe if you set the table width to a defined width such as pixels, it will force the long text to the next line (do not supply NOWRAP in this instance)
However, I believe if you set the table width to a defined width such as pixels, it will force the long text to the next line (do not supply NOWRAP in this instance)
Replied 23 Jun 2002 08:51:40
23 Jun 2002 08:51:40 Eddie Adamsociety replied:
I tried that. it doesn't work.
I did try to make table fix in pixel. when I got the data in the table still expand.
I think something with how the data was input if you type data in by press one character continue in the text field.
why is that?
sean
I did try to make table fix in pixel. when I got the data in the table still expand.
I think something with how the data was input if you type data in by press one character continue in the text field.
why is that?
sean