<html>
<head>
<title>HTML Online Editor Sample</title>
</head>
<body>
<pre>
<span style="font-size:18px;"><span _fck_bookmark="1" style="display: none;"> </span>Using the chrome "Inspect element" function you can see that there is css script
corrosponding to the grey color in the background. It says body.custom-background</span></pre>
<h1 style="text-align: center;">
<img alt="" src="http://s11.postimg.org/o627c8n6r/background2.jpg" /></h1>
<pre>
<span _fck_bookmark="1" style="display: none;"> </span><span style="font-size:16px;">
Below is what I want my page to look like. with the "e2e2e2" color removed. I tried locating this script in my "styles.css" file using the editor and changed the background portion of
style sheet to background: #fff;: But it is not chaning the background to be white as I would like. </span><span _fck_bookmark="1" style="display: none;"> </span></pre>
<div>
/* =Global</div>
<div>
----------------------------------------------- */</div>
<div>
</div>
<div>
body, input, textarea {</div>
<div>
color: #373737;</div>
<div>
font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;</div>
<div>
font-weight: 300;</div>
<div>
line-height: 1.625;</div>
<div>
}</div>
<div>
body {</div>
<div>
background: #fff;</div>
<div>
}</div>
<div>
#page {</div>
<div>
background: #fff;</div>
<div style="text-align: center;">
</div>
<div style="text-align: center;">
}<img alt="" src="http://s11.postimg.org/ezjwoyhyb/background3_what_i_want.jpg" style="width: 710px; height: 615px;" /></div></body>
</html>
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum's parser.]