Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

simple but how to narrow the width of site page?


newnew

Recommended Posts

Posted

I need to show the whole site in width 70% instead of 100%. For example on index.php, which codes do I need to change, as there are tooooooooo many "witdth=100%".

 

Thanks!

Posted

try installing centershop css contribution, may make it a bit easier on you

Posted

Hi,

 

About line 49 of the index.php page right beneath the header code:

 

<!-- header //-->

<?php require(DIR_WS_INCLUDES . 'header.php'); ?>

<!-- header_eof //-->

 

<!-- body //-->

<table width="100%" border="1" cellpadding="3" cellspacing="3" bordercolor="#999999">

 

The table listing directly under the <!-- body //--> code is what you will change.

 

The easiest is to do a search for that table listing in your editor and change all the pages at once in the catalog folder only and you will also need to change all the table listings in the catalog/includes/header.php and footer.php

Posted
try installing centershop css contribution, may make it a bit easier on you

 

 

Thanks for all the help!!!! I think I might try this contribution, instead of making all the changes....

 

http://www.oscommerce.com/community/contri...arch,centershop

 

is this the link for centershop contribution? Why I downloaded but couldn't open. It's said to change .zip to .txt but there in nothing in it......???????? Please help.

Archived

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

×
×
  • Create New...