Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Overall Width & Other Basic ?'s


Guest

Recommended Posts

Hi and thanks in advance for any help you can offer with these newbie questions. I have a basic knowlwdge of who to change things, but I just can't figure out where to make the changes. I tried a search but couldn't find an answer to these questions.

 

I want to make some adjustments to the layout to make it look more like the main site.

 

1) Where can I adjust the overall width to 800px verses the 100% it seems to be set at?

 

2) Where can I change the overall background color to our orange, BUT keep the background of all the tables white/grey that they are now. I found the style sheet and was able to change the background color but the table bg was also orange.

 

 

Thanks Again...

Link to comment
Share on other sites

Hi and thanks in advance for any help you can offer with these newbie questions. I have a basic knowlwdge of who to change things, but I just can't figure out where to make the changes. I tried a search but couldn't find an answer to these questions.

 

I want to make some adjustments to the layout to make it look more like the main site.

 

1) Where can I adjust the overall width to 800px verses the 100% it seems to be set at?

 

2) Where can I change the overall background color to our orange, BUT keep the background of all the tables white/grey that they are now. I found the style sheet and was able to change the background color but the table bg was also orange.

 

 

Thanks Again...

easiest way to change width for all pages is

find in catalog/includes/header.php

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

 

change to

?>
<table border="0" width="800px" cellspacing="0" cellpadding="0">
<tr>
<td><table border="0" width="100%" cellspacing="0" cellpadding="0">

 

in catalog/includes/footer.php find

</table>
<?php
 }
?>

 

change to

</table>
</td></tr></table>
<?php
 }
?>

Link to comment
Share on other sites

a MUCH SIMPLER center & size is Center & size Shop http://addons.oscommerce.com/info/1485

 

Do you know about the language files?

Oscommerce Road Map for the newbies http://www.oscommerce.com/forums/index.php?showtopic=307356

How Do I …? http://www.oscommerce.com/forums/index.php?sho...c=274968&hl=

Design Basics http://www.oscommerce.com/forums/index.php?showtopic=139426

And don't forget the Tips section: http://www.oscommerce.com/forums/index.php?showforum=12

 

Search here before you post any questions:

Search for contribs with google, put site:http://addons.oscommerce.com then query

Search the forum with google by putting site:http://www.oscommerce.com/forums then query.

Sam

 

Remember, What you think I ment may not be what I thought I ment when I said it.

 

Contributions:

 

Auto Backup your Database, Easy way

 

Multi Images with Fancy Pop-ups, Easy way

 

Products in columns with multi buy etc etc

 

Disable any Category or Product, Easy way

 

Secure & Improve your account pages et al.

Link to comment
Share on other sites

a MUCH SIMPLER center & size is Center & size Shop http://addons.oscommerce.com/info/1485

 

Do you know about the language files?

Oscommerce Road Map for the newbies http://www.oscommerce.com/forums/index.php?showtopic=307356

How Do I …? http://www.oscommerce.com/forums/index.php?sho...c=274968&hl=

Design Basics http://www.oscommerce.com/forums/index.php?showtopic=139426

And don't forget the Tips section: http://www.oscommerce.com/forums/index.php?showforum=12

 

Search here before you post any questions:

Search for contribs with google, put site:http://addons.oscommerce.com then query

Search the forum with google by putting site:http://www.oscommerce.com/forums then query.

 

Thanks for the links. I used the search function on the site, without much luck. For example I just tried "Let's See What We Have Here" which is now displaying as th header at the top of the catagory pages. Nothing with or without the quotes.

 

I will try Google with the site: function, thanks for the tip.

Link to comment
Share on other sites

Thgose silly little cartton images in the top right of every page are in the following piese of code taken from index.php.

 

<td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . $category['categories_image'], $category['categories_name'], HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>

 

There will be something similar in nearly all the pages in your catalog/ file.

 

There is a contribution to remove all these images. search the contribution section to find it.

REMEMBER BACKUP, BACKUP AND BACKUP

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...