Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Site Size Width


2johnsons

Recommended Posts

Follow this

 

in your stylesheet.css

add

 

body, html {

background: #C1C1C1;

color: #000000;

margin: 0px;

padding:0px;

text-align: center;

}

 

#centrepage{

width: 850px;

margin: 10px auto 10px auto;

background: White;

text-align: left;

}

 

 

 

 

====================================

file = catalog\include\header.php

line = 55, insert new line

 

<div id= "centrepage" >

 

 

====================================

file = catalog\include\footer.php

line = 60 (new last line in file), insert

 

</div>

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Link to comment
Share on other sites

Follow this

 

in your stylesheet.css

add

 

body, html {

background: #C1C1C1;

color: #000000;

margin: 0px;

padding:0px;

text-align: center;

}

 

#centrepage{

width: 850px;

margin: 10px auto 10px auto;

background: White;

text-align: left;

}

 

 

 

 

====================================

file = catalog\include\header.php

line = 55, insert new line

 

<div id= "centrepage" >

 

 

====================================

file = catalog\include\footer.php

line = 60 (new last line in file), insert

 

</div>

 

Thank you for the information,I must be doing something incorrect because it did not work. Please advice? Thank you.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...