To customize your Ranch Page click on the Manage Account link.HTML Code and Style Sheets may be used.The code you need to put the picture on the background is:<style>.main { background: url(http:address of your Pic); }</style>
This code should be put at the top of your ranch notes section, under Manage Account.To make the pastures and notice area hollow to be able to see all of your pic:<style>.main {background:url(http:address of your Pic);}.PastureHead {font-weight: bolder; color: #eeffaa; background-color: #cc6600;}.AltRecord{background-color: transparent;}</style>
Code to make background non repeating:<style>.main {background-image:url(http:address of your Pic); background-repeat: no-repeat; background-color: #009900;}.PastureHead {font-weight: bolder; color: #000000; background-color: #009900;}.AltRecord{background-color: transparent;}
</style>
<b><span style='color:green'>
Any unused space should be filled in with green, span style='color:green' can be changed to another color if desired.
My current Ranch Page CSS Code is:<style>.main {background:url(http:address of your Pic);}.PastureHead {font-weight: bolder; color: #006400; background-color: #DEB887;}a,a:active,a:hover,a:visited{color: #000000;}.AltRecord{background-color: transparent;}</style>
My Background Pic is 660px × 1,200px, I made it extra long to allow for more pastures to be listed and it not to repeat.w3 Schools-CSS Tutorials if you want to study CSS and get more creative!
To add a picture to your signature add the following code to your signature<img src="Pict Url.jpg" border="0"></a>