Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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

Posted

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).

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 >

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...