Fixed Table Cell Width?

You could try using the col tag to do table styling in one place for all rows but you will need to set the table-layout:fixed style on the table or the tables css class and set the overflow style for the cells.

You could try using the col tag to do table styling in one place for all rows but you will need to set the table-layout:fixed style on the table or the tables css class and set the overflow style for the cells w3schools.com/TAGS/tag_col.asp text text text and this be your CSS table. Fixed { table-layout:fixed; } table. Fixed td { overflow: hidden; }.

Awesome - this is a great solution, thank you :) – Jimbo Nov 18 '10 at 6:53.

Table td { table-layout:fixed; width:20px; overflow:hidden; word-wrap:break-word; }.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions