controlling table length
Posted: Tue May 10, 2005 7:58 am
if i have a table with a length of
and i have a word, a very long word, or let's say an email address like
thisisalongemailaddress@someemailaddress.com
Code: Select all
------------
| |
------------thisisalongemailaddress@someemailaddress.com
the tendency of the table is to adjust the length to accomodate the characters of the word or email address, looking like
--------------------------------------------
thisisalongemailaddress@someemailaddress.com|
--------------------------------------------
now, my question, is there a way i can control this?i mean, if the first table is the length of my table, iserted a long word, the length of the table will not adjust and the remaining letters will automatically goes to the next line...is it possible??if yes, how??
thanks in advance