PDA

View Full Version : Centering homepage


savannahga
Apr-21-2007, 11:41 AM
Hi, I just want to center the homepage & have the other pages starting at the top as they are now. Thanks for any help.

Allen
Apr-21-2007, 06:59 PM
Hi, I just want to center the homepage & have the other pages starting at the top as they are now. Thanks for any help.
You fix it? Looks centered to me.:scratch FF & IE6

savannahga
Apr-21-2007, 07:35 PM
Hi Allen, I mean vertically.

richW
Apr-21-2007, 08:01 PM
Jeff, Right before your table code in your header you have these:
<br>
<br>
<br>
Replace them with this: <div id="myTable">
Make sure you close the div by placing </div> after the line </table>

In the css:

#myTable {margin-top: 4px;}
.homepage #myTable {margin-top: 24px;}

It's hard to tell on my end to see how it works with all pages, give it a try...
Adjust as needed....
Backup your code first......