XSitePro Non Tiling Images
Sometimes when you are working on a site, you may want to have an image as a Background for one of the XSitePro Panels. This is great if you have a small texture type image that you want ot repeat and tile across the whole panel. Or if you have a large image that takes up the whole panel.
But what do you do if you want a small image as the background on just a part of the panel?
Place this code in the “Scipts” section on the “Other” tab. (Bottom box)
This is for the Center Panel –
<style>
TD.XSP_CENTER_PANEL{background-repeat:no-repeat;}
</style>
This is for the Header Panel –
<style>
TD.XSP_HEADER_PANEL{background-repeat:no-repeat;}
</style>
