![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| ||||
| ||||
|
|
say i have the following table: table width="500" tr td width="250">this is the text im concerned with</td td></td /tr /table |
|
i need the width of the columns to STAY at 250 |
|
the tag "word-wrap: break-word;" works, |
|
what can i do to fix this? |
#3
| |||
| |||
|
|
say i have the following table: table width="500" tr td width="250">this is the text im concerned with</td td></td /tr /table i need the width of the columns to STAY at 250 and wrap text that is longer instead of blowing apart the whole table. |
|
the tag "word-wrap: break-word;" works, but is only supported in IE. what can i do to fix this? |
#4
| |||
| |||
|
|
"momo" <js (AT) js (DOT) com> wrote: say i have the following table: table width="500" tr td width="250">this is the text im concerned with</td td></td /tr /table i need the width of the columns to STAY at 250 and wrap text that is longer instead of blowing apart the whole table. The table cell width will stay at 250px provided that the cell content can be wrapped within that width. The cell content (and eventually the table itself) will stretch if the cell content cannot be wrapped within the specified width. the tag "word-wrap: break-word;" works, but is only supported in IE. what can i do to fix this? Font zooming will eventually cause the table to stretch, but it would take a fair amount of zooming given the provided "content" and cell width. It would have been much better if you had provided an url to what you are actually trying to do instead of posting bogus content and markup. Btw, this would not be an issue if you had used tables for their intended purpose instead of using them for layout. -- Spartanicus |
#5
| |||
| |||
|
|
It would have been much better if you had provided an url to what you are actually trying to do instead of posting bogus content and markup. here is an example of what i need to do. i would greatly appreciate it if someone has a fix http://www.sixhouse.net/wrap.html |
#6
| |||
| |||
|
|
here is an example of what i need to do. i would greatly appreciate it if someone has a fix http://www.sixhouse.net/wrap.html |
![]() |
| Thread Tools | |
| Display Modes | |
| |