Howdy
Just a quick Q (total novice to html, only doing it as it’s a core uni module)
I have a table set in a div, this should be in the centre of the page, it works fine in IE 6 but when I view the page in firefox all the table is aligned to the left hand side of the page. Anyone got any ideas?
My css has this code for this div...
#players {width: 550px; text-align: centre}
The only other thing on the page is my menu this is 2 divs (one top left hand corner and on the top right hand side of the page) so there should not be anything interfering with it.
Do I need anything like position: relative or anything in there?
Cheers
Just a quick Q (total novice to html, only doing it as it’s a core uni module)
I have a table set in a div, this should be in the centre of the page, it works fine in IE 6 but when I view the page in firefox all the table is aligned to the left hand side of the page. Anyone got any ideas?
My css has this code for this div...
#players {width: 550px; text-align: centre}
The only other thing on the page is my menu this is 2 divs (one top left hand corner and on the top right hand side of the page) so there should not be anything interfering with it.
Do I need anything like position: relative or anything in there?

Cheers