
02-20-2006, 07:57 PM
|
 |
SEO Junior and a half
|
|
Join Date: Feb 2006
Location: NH (US)
Posts: 44
|
|
Quote:
|
Originally Posted by RyanSmith
Check out:
[url] I think what you probably want to do is get rid of the table and replace it with a DIV that has
margin: 0px auto 0px auto;
Or something like that.
|
That would work, and I've thought about redesiging the whole site using <div> tags, and css positioning. I was just wondering if there is a way to modify the body element and accomplish the same effect while still keeping the tables.
can I apply the above to the body element - like:
body {
margin: 0px auto 0px auto;
}
???
|