adele_caelia Posted January 31, 2007 Share Posted January 31, 2007 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 More sharing options...
Guest Posted February 1, 2007 Share Posted February 1, 2007 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.