Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

What happened to my shopping cart page?


jfoster1980

Recommended Posts

Posted

Justin,

 

The first thing to jumps out when you look at the source code is that your style sheet on that page is called "stylesheet.css" - on all other pages it's "style.css".

 

Was defining the style sheet name part of the setup for your contribution?

 

Worst case scenario, copy the contents of "style.css" to the other "stylesheet.css" and that should restore your background and positioning issues.

 

Good luck.

Pete

Posted
Justin,

 

The first thing to jumps out when you look at the source code is that your style sheet on that page is called "stylesheet.css" - on all other pages it's "style.css".

 

Was defining the style sheet name part of the setup for your contribution?

 

Worst case scenario, copy the contents of "style.css" to the other "stylesheet.css" and that should restore your background and positioning issues.

 

Good luck.

Pete

 

It changed but its still looks like a bomb hit it I did your recommendation and its got a green background lol. anways got any more suggestions?

Posted

When I view HTML source on your shopping cart, I see this:

<!-- body_text //-->

<td width="
100%
" valign="top"><form name="cart_quantity" action="
method="post">

<table border="0" width="
100%
" cellspacing="0" cellpadding="0">

<tr>

<td><table border="0" width="
100%
" cellspacing="0" cellpadding="0">

When I view source on your other pages, I see:

<!-- body_text //-->

<td width="
520
" valign="top">

<table border="0" width="
520
" cellspacing="0" cellpadding="0">

<tr>

<td
width="412
" valign="top"><table border="0" width="
412
" cellspacing="0" cellpadding="0">

Starting here will be helpful to you :)

It's all just ones and zeros....

Archived

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

×
×
  • Create New...