Mr.Curiosity Posted May 11, 2011 Share Posted May 11, 2011 I wanted to add a background colour on my website, but when I change my global.css > background-colour ; redit turns out like this, please check attachment no. (1) and I wanted them to be like in the attachment no.(2)how I can make in such a way that the center part of website has its own background, that is white.and the left and right side is an empty background so I can change the colour whenever I want. Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted May 11, 2011 Share Posted May 11, 2011 In global.css find #page (around line 206) and add the following: background-color:#fff;That should do it. Let me know if that works or not.Marty Shue Link to comment Share on other sites More sharing options...
Mr.Curiosity Posted May 12, 2011 Author Share Posted May 12, 2011 In global.css find #page (around line 206) and add the following: background-color:#fff;That should do it. Let me know if that works or not.Marty Shue I couldnt find that line, maybe we are using different PS version, mine 1.4but I tried to find all "background-color" and change to #fff ( except the one for red background )and I am still cannot create a white background page in center. Link to comment Share on other sites More sharing options...
Mr.Curiosity Posted May 12, 2011 Author Share Posted May 12, 2011 now i figured out why I can find that line.the default global.css in PS1.4 /* global layout */ #page { width: 980px; margin: 0 auto 2px auto; text-align: left so i add the background line /* global layout */ #page { background: white ; width: 980px; margin: 0 auto 2px auto; text-align: left SOLVED Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted May 12, 2011 Share Posted May 12, 2011 Glad to see you found what I was talking about! I was coming over to post some more info for you but you solved it. Loooking back I could've been a little more specific in my initial post. Marty Shue Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now