Quote:
Originally Posted by cockhungryhoes
This makes the tables relitive?
|
Yes. You can use it to size the cells too, e.g. -table width="50%"--tr--td width="25%"- but note the width of cells is relative to the width of the table, in my example the cell would be 12.5% of the width of the screen
Quote:
Originally Posted by cockhungryhoes
every time I use tables for anything it looks off in most browsers. Sometimes its good in IE, but all others are no good
|
I would guess you are making a mistake in your table which IE is correcting for, but others are not. Possibly leaving out a /td or /tr, I used to make that mistake when I started, looked fine on my browser (Voyager in those days) because it compensated, but failed in some other browsers.