Forum Moderators: open
yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
always stretch the temple (I have aout 400 pixles of space to work with). Is there a way to create a typcial table that bends the input at the 400 pixel mark rather than strethcdes the table some other way?
Methods tried and either failed or ruined the look of the site include:
1) text field with scroll bars
2) limiting number of characters (works but becuase some characters are longer than others, it makes legitiamate text look bad (stops too far from the margin).
3) Programming autmatic breaks in continueous text. Works, but just seems hokey and overkill.
Is here a better way to do this?
Many thanks!
[edited by: tedster at 2:27 am (utc) on Jan. 12, 2007]
[edit reason] add line breaks to prevent side scroll [/edit]
You would have to program it (in the language of your choice) to count the input characters and look for a space character, if there's no space in 400 chars - insert one. Then reset the count and keep looking.