Forum Moderators: not2easy
Is there any way i can use css to centre the table so that it will work across platforms?
table { text-align:left; }
#mytable { margin:0 auto; /* for good browsers + IE 6 */ }
where your table has an ID of mytable