hafunui
06-14-2005, 08:25 PM
How can i center a table on the page? I want it in the CENTER of the page, not top middle.
|
View Full Version : Centering a table hafunui 06-14-2005, 08:25 PM How can i center a table on the page? I want it in the CENTER of the page, not top middle. MaGiCSuN 06-14-2005, 08:31 PM <table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%"> <tr><td valign="center" align="middle"> your table layout here </td></tr></table> Love, Mirna hafunui 06-14-2005, 08:34 PM <table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%"> <tr><td valign="center" align="middle"> your table layout here </td></tr></table> Love, Mirna Ahh. thank you! :) however, I just figured it out after i posted. blah |