Forums
This topic is locked
Cannot center table in page
13 Mar 2006 19:01:48 Jay Black posted:
Hey everyone ... first time on the site. Here is the layout that I am trying to duplicate:
www.likno.com/
I have an opening page with is just one table but I would like to find out how to make this table stay centered within the page no matter what (just like the above site)
Can anyone help?
TIA
Replies
Replied 13 Mar 2006 21:23:27
13 Mar 2006 21:23:27 Javier Castro replied:
Hi Jay,
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<th scope="row"> </th>
</tr>
</table><b></b>
check the code above ALIGN="CENTER" . It should work for what you want.
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<th scope="row"> </th>
</tr>
</table><b></b>
check the code above ALIGN="CENTER" . It should work for what you want.