ilyash
11-06-2008, 09:45 PM
Hi, I have a table and the contents inside push the width so far that it pops out of the design
How can I properly prevent this in FF & IE & Safari [etc]
If I do table-layout:fixed, the table stays the right size, but The text overflows from 1 td to other
if i do overflow: hidden
then the text is gone, but the problem is this
say my text is "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
i only see aaaaaa
but if my text is "i like to go to the beach with girls"
i see "i like to go"
I want it to go to new line like it normally would
thanks
How can I properly prevent this in FF & IE & Safari [etc]
If I do table-layout:fixed, the table stays the right size, but The text overflows from 1 td to other
if i do overflow: hidden
then the text is gone, but the problem is this
say my text is "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
i only see aaaaaa
but if my text is "i like to go to the beach with girls"
i see "i like to go"
I want it to go to new line like it normally would
thanks
