How to change the background color of custom page

From PropertyMinder WIKI

(Difference between revisions)
Jump to: navigation, search
(Created page with "Insert the following code into the HTML/Source Code of the page (this should go at the very top of the page). ________________________ <style type="text/css"> div#content { ...")
Line 3: Line 3:
________________________
________________________
-
<style type="text/css">
+
<no html> <style type="text/css">
   div#content {
   div#content {
                             background-color:#556c11;
                             background-color:#556c11;
                       }
                       }
</style>
</style>
-
 
+
</no html>
________________________
________________________

Revision as of 02:49, 19 October 2011

Insert the following code into the HTML/Source Code of the page (this should go at the very top of the page).

________________________

<no html> <style type="text/css">

  div#content {
                           background-color:#556c11;
                      }

</style> </no html> ________________________

NOTE: to change the color, find the HEX Color Code for your color and replace the #556c11 color with it. (Example: White = #FFFFFF)

You may use this site to find the hex code.

http://www.2createawebsite.com/build/hex-colors.html

Personal tools
Office Solution
Training Videos
SOLUTIONS