Guest Posted July 29, 2005 Share Posted July 29, 2005 I am very new to php, I know ASP. I took over a web site that is php and I am recreating the same look and feel on another server, for a different web site. How can I change the color of the background or put the theme from the other web site. I really just need to change the color of the backgroun and a few minor things I can't figure it out. can anyone help me? Link to comment Share on other sites More sharing options...
Halfpint Posted July 29, 2005 Share Posted July 29, 2005 I am very new to php, I know ASP. I took over a web site that is php and I am recreating the same look and feel on another server, for a different web site. How can I change the color of the background or put the theme from the other web site. I really just need to change the color of the backgroun and a few minor things I can't figure it out. can anyone help me? <{POST_SNAPBACK}> Take a look in your style sheet, you can change the background colour to whatever you want. body { background: #ffffff; color: #000000; margin: 0px; margin:0; } Link to comment Share on other sites More sharing options...
Guest Posted July 29, 2005 Share Posted July 29, 2005 Take a look in your style sheet, you can change the background colour to whatever you want. body { background: #ffffff; color: #000000; margin: 0px; margin:0; } <{POST_SNAPBACK}> Thanks!! I feel really bad asking this but I can't find the main style sheet? can you tell me where it is? or at what directory it should be in? Link to comment Share on other sites More sharing options...
Guest Posted July 30, 2005 Share Posted July 30, 2005 Thanks!!I feel really bad asking this but I can't find the main style sheet? can you tell me where it is? or at what directory it should be in? <{POST_SNAPBACK}> It's in the main folder public_html/yourcartname It's under stylesheet.css Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.