![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Stop specifying a table width of 100%. Don't specify a width at all. Right now you specify 100%, which makes the browser make a table the width of the page, which is much wider than the columns you have defined, so the browser expands the widths of the columns. No, that's all right, because the first column is the only one for which he's trying to specify the width, he's just doing it wrong. Once he gets it right, the browser should allocate 160 pixels to the first column and then allocate the remaining width to the other columns. |
|
Also, do style="width:160x; text-align:center;" to center the contents of that table cell. Don't tell him to use 160x! |

#2
| |||
| |||
|
|
Harlan Messinger wrote: Stop specifying a table width of 100%. Don't specify a width at all. Right now you specify 100%, which makes the browser make a table the width of the page, which is much wider than the columns you have defined, so the browser expands the widths of the columns. No, that's all right, because the first column is the only one for which he's trying to specify the width, he's just doing it wrong. Once he gets it right, the browser should allocate 160 pixels to the first column and then allocate the remaining width to the other columns. Some browsers ignore the specified widths if the table is wider than its contents, though this is not as serious a problem as it used to be. |
|
Also, do style="width:160x; text-align:center;" to center the contents of that table cell. Don't tell him to use 160x! Typo ![]() |
)
#3
| |||
| |||
|
|
Hi there, I finally found the solution in another forum ... a stupidity of IE (...) for those of you who think that are teachers or Gods in the matter, you should have it clear that not always your suggestions and requests are right. In the free country where I live in, we all have the right of saying and doing whatever we want to. |
![]() |
| Thread Tools | |
| Display Modes | |
| |