Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removed right column, now want it back - but how?


victoriouspirate

Recommended Posts

Posted

If you look at the HTML source for your site, you'll see this:

 

   <td width="150" valign="top"><table border="0" width="150" cellspacing="0" cellpadding="2">
<!-- right_navigation //-->
<!-- right_navigation_eof //-->
</table></td>

 

This should also appear in your /catalog/index.php file in order for code in column_right.php to show up:

 

<!-- right_navigation //-->
<?php require(DIR_WS_INCLUDES . 'column_right.php'); ?>
<!-- right_navigation_eof //-->

Check there.

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

Glad it worked for you, Ma'am.

 

I was noticing on your site how the links change to the same color as the background when the cursor passes over them.

 

If you change to this code in your stylsheet.css, your visitors would be able to see what they're clicking on more readily:

 

A.headerNavigation:hover {
 color: #C0C0C0;
}

A:hover {
 color: #FF00FF;
 text-decoration: underline;
}

The only things I've modified in those code segments is the color attribute.

 

Color is always subject to personal taste, so pardon me if I've overstepped my boundries...

:blush:

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 >

Archived

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

×
×
  • Create New...