Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Minor Login.PHP problem...


noxas

Recommended Posts

Hi. In the style sheet i have a background image set for the body and a background colour (white) set for the main content.

 

for the majority of the site, it looks fine, but when i go to the login.php, the background image is still there, while the colour for the main content becomes transparant...

 

the rest of the site looks how it should though.. anyone have any idea why its doing that?

Link to comment
Share on other sites

In your login.php you're missing the code noted in RED below:

 

<!-- body_text //-->
   <td  [color="#FF0000"]class="main-content"[/color] valign="top" width="100%">

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 >

Link to comment
Share on other sites

In your login.php you're missing the code noted in RED below:

 

<!-- body_text //-->
   <td  [color="#FF0000"]class="main-content"[/color] valign="top" width="100%">

 

Thank you very much, that worked perfectly :)

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...