Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

panel from righ goes to bottom


fresher

Recommended Posts

Posted

I have installed Guest Account v2.2 MS2 and in my page the panel from right top is now shown on the left bottom... i cant fix this error.

 

can someone help me? thanks.

Posted
can someone help me?

Not withouit a link to your site.

 

osC is "table based".

 

You must have knocked a leg off one of the tables.

 

We'll need a link to help reattach it.

;)

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 >

Posted

In your /shop/index.php, this code:

 

<!-- body_text_eof //-->
<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">
<!-- right_navigation //-->

You're missing the middle line in those 3 lines of code.

 

That should put the leg back on the table.

;)

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 >

Posted
In your /shop/index.php, this code:

 

<!-- body_text_eof //-->
<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">
<!-- right_navigation //-->

You're missing the middle line in those 3 lines of code.

 

That should put the leg back on the table.

;)

 

Thanks man :rolleyes: :blush:

Archived

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

×
×
  • Create New...