How to change the background color of custom page

From PropertyMinder WIKI

(Difference between revisions)
Jump to: navigation, search
Anastasia (Talk | contribs)
(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 { ...")
Newer edit →

Revision as of 02:48, 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).

________________________

<style type="text/css">

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

</style>

________________________

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