Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

background color


adele_caelia

Recommended Posts

Hello,

 

I was wondering if it is possible to change the background color on my site pages? And if so how do I do this?

 

 

And is there a way to edit the pages in HTML? I used to use zencart and they had this function and it made things so easy, and now looking at all this code my head is spinning!

 

Thanks for any help!

Link to comment
Share on other sites

Hello,

 

I was wondering if it is possible to change the background color on my site pages? And if so how do I do this?

And is there a way to edit the pages in HTML? I used to use zencart and they had this function and it made things so easy, and now looking at all this code my head is spinning!

 

Thanks for any help!

 

 

Look in your stylesheet.css file open it with any plain text editor like notepad etc..

 

look for the body section should be something like --

BODY {

 background: #ffffff;

 color: #000000;

 margin: 0px;

}

 

Change the background color to what ever you want..

 

As for your 2nd question sorry no help there.. I wouldn't open the php files in something like frontpage. I use Dreamweaver but I don't think I've ever used the design view only the code view. But you could edit the html included in the pages using any plain text editor like notepad..

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...