![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am having a problem formatting the third column. It should be 70px wide, but it is extending well beyond 70. The 2nd and 3rd column should be the same width. The content of the 3rd column wraps like it is suppose to, but the width does not get fixed at 70px. |
|
table border="1" <tr <td <div style="position:fixed; width:120px;" 2 - new stuff and other important stuff titles </div </td <td <div style="position:fixed; width:70px; word-wrap:break-word;" Mon 02/02/04 </div </td <td <div style="position:fixed; width:70px; word-wrap:break-word;" Fri 12/31/04 kjhdfasdfadsfa andfdandsfnakdsnfaksnfdkajn </div </td <td <div style="position:fixed; width:400px;" Need to add some stuff here </div </td </tr /table |
#3
| |||
| |||
|
|
Michael Hill <hillmw (AT) ram (DOT) lmtas.lmco.com> wrote: I am having a problem formatting the third column. It should be 70px wide, but it is extending well beyond 70. The 2nd and 3rd column should be the same width. The content of the 3rd column wraps like it is suppose to, but the width does not get fixed at 70px. If you set the width to 70px and then include content that's larger than 70px, you're going to get a column that's wider than 70px. You could try max-width, but IE6 doesn't support it. |
#4
| |||
| |||
|
|
Michael Hill <hillmw (AT) ram (DOT) lmtas.lmco.com> wrote: I am having a problem formatting the third column. It should be 70px wide, but it is extending well beyond 70. The 2nd and 3rd column should be the same width. The content of the 3rd column wraps like it is suppose to, but the width does not get fixed at 70px. If you set the width to 70px and then include content that's larger than 70px, you're going to get a column that's wider than 70px. You could try max-width, but IE6 doesn't support it. table border="1" tr td div style="position:fixed; width:120px;" 2 - new stuff and other important stuff titles /div /td td div style="position:fixed; width:70px; word-wrap:break-word;" Mon 02/02/04 /div /td td div style="position:fixed; width:70px; word-wrap:break-word;" Fri 12/31/04 kjhdfasdfadsfa andfdandsfnakdsnfaksnfdkajn /div /td td div style="position:fixed; width:400px;" Need to add some stuff here /div /td /tr /table -- Harlan Messinger Remove the first dot from my e-mail address. Veuillez ๔ter le premier point de mon adresse de courriel. |
#5
| |||
| |||
|
|
Harlan, Do you have any other suggestions other than limiting my content? |
|
Mike Harlan Messinger wrote: Michael Hill <hillmw (AT) ram (DOT) lmtas.lmco.com> wrote: I am having a problem formatting the third column. It should be 70px wide, but it is extending well beyond 70. The 2nd and 3rd column should be the same width. The content of the 3rd column wraps like it is suppose to, but the width does not get fixed at 70px. If you set the width to 70px and then include content that's larger than 70px, you're going to get a column that's wider than 70px. You could try max-width, but IE6 doesn't support it. table border="1" tr td div style="position:fixed; width:120px;" 2 - new stuff and other important stuff titles /div /td td div style="position:fixed; width:70px; word-wrap:break-word;" Mon 02/02/04 /div /td td div style="position:fixed; width:70px; word-wrap:break-word;" Fri 12/31/04 kjhdfasdfadsfa andfdandsfnakdsnfaksnfdkajn /div /td td div style="position:fixed; width:400px;" Need to add some stuff here /div /td /tr /table -- Harlan Messinger Remove the first dot from my e-mail address. Veuillez ๔ter le premier point de mon adresse de courriel. |
![]() |
| Thread Tools | |
| Display Modes | |
| |