Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

My footer won't center!


Carl Drago

Recommended Posts

Posted

www.transcellstore.com

 

After clicking on a category from the menu item and then clicking on any product - you are taken to the product description page.

 

This is where my footer seems to want to be left justified.

 

The code seems to match the index page, which is working just fine.

 

Not sure if I need to post code (or can) - first time here.

 

Any help is appreciated!

Posted
www.transcellstore.com

 

After clicking on a category from the menu item and then clicking on any product - you are taken to the product description page.

 

This is where my footer seems to want to be left justified.

 

The code seems to match the index page, which is working just fine.

 

Not sure if I need to post code (or can) - first time here.

 

Any help is appreciated!

 

I only have the 'view source' from your site to go off of. Anyway I copied and pasted that code into Dreamweaver so I could have a better visual view. On your front page, the footer is inside the main table for the page. On your products page, the footer is outside the main table, so its not centered like the rest of the page. Which means that on your products page, you have closed the main page table before the footer, where on the front page you have closed it after which is of course what you want to happen. So look for a stray </table> tag that perhaps shouldn't be there. Hope that helps.

'

Be well,

Tina

If you're not having fun you're not doing it right

 

Teach a person to fish rather than give them a loaf of bread or however that saying goes.

Posted
I only have the 'view source' from your site to go off of. Anyway I copied and pasted that code into Dreamweaver so I could have a better visual view. On your front page, the footer is inside the main table for the page. On your products page, the footer is outside the main table, so its not centered like the rest of the page. Which means that on your products page, you have closed the main page table before the footer, where on the front page you have closed it after which is of course what you want to happen. So look for a stray </table> tag that perhaps shouldn't be there. Hope that helps.

'

Be well,

Tina

 

 

I guess I'm not seeing it - what do I need to post in order to have someone point out the mistake?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...