Custom page background options

I would like to see an option to set colors and/or image backgrounds in the custom page activities.  Not a global setting for all but an individual setting for each custom page activity.   


Thanks

Comments

  • I uesd this code here to add color to my custom pages.

    <div style="background-colorCUSTOM COLOR HERE;border:1px solid black;padding:10px;">
    <p></p>
    </div>

    All you do is cut the source code that'll already exist from your project on your custom page and paste it between the <p> and the </p>
    So your entire project will be between those to pieces.

    Hope this helps!

Sign In or Register to comment.