alecjw Posted August 27, 2006 Share Posted August 27, 2006 Hi. I want to centre a table in page, how do i do it? Link to comment https://forums.phpfreaks.com/topic/18814-centre-a-table/ Share on other sites More sharing options...
AndyB Posted August 27, 2006 Share Posted August 27, 2006 [code]<table align='center' ....[/code] Link to comment https://forums.phpfreaks.com/topic/18814-centre-a-table/#findComment-81144 Share on other sites More sharing options...
alecjw Posted August 27, 2006 Author Share Posted August 27, 2006 Soz, I meant XHTML strict. I wasn't clear. There is no align attribute in strict. Link to comment https://forums.phpfreaks.com/topic/18814-centre-a-table/#findComment-81146 Share on other sites More sharing options...
AndyB Posted August 27, 2006 Share Posted August 27, 2006 CSS style - table { margin-left:auto; margin-right:auto; text-align: center; } Link to comment https://forums.phpfreaks.com/topic/18814-centre-a-table/#findComment-81156 Share on other sites More sharing options...
alecjw Posted August 27, 2006 Author Share Posted August 27, 2006 Thanks a lot! Link to comment https://forums.phpfreaks.com/topic/18814-centre-a-table/#findComment-81181 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.