View Single Post
  #8 (permalink)  
Old Dec 5th, 2007, 17:00
nashultz07 nashultz07 is offline
Junior Member
Join Date: Jul 2007
Location: Arkansas, USA
Age: 21
Posts: 45
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: how to center webpage

So, what Corey is saying is to put your code like this:

Code: Select all
<div align="center">
<table width='98%' height='100%' border='0' cellpadding='0' cellspacing='0'>
 
...
 
</table></table>
</form>
</div>
But I would also have to agree with Marc and swagner about using CSS instead of tables.
Reply With Quote