911gear Posted July 24, 2008 Posted July 24, 2008 www.911gear.ca just has anew design done and and the top banner is centered while the body is set to left side. Anyone know How I can get it right 911 Gear Quote
germ Posted July 24, 2008 Posted July 24, 2008 Using the Webdeveloper plugin in Firefox, I changed this code: <!-- body //--> <table topmargin="0" border="0" cellpadding="0" cellspacing="0" height="100%" width="1000"> to <!-- body //--> <table align="center" topmargin="0" border="0" cellpadding="0" cellspacing="0" height="100%" width="1000"> and it centered up. That would be in your default.php Or maybe the code is supposed to look like this: <!-- body //--> <table topmargin="0" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%"> (Note the "100%" instead of "1000") That matches the rest of your pages (even in the code). Quote If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.