how to change activity backround?Hi Ive added activ

edited March 2012 in General Discussion
Hi

Ive added activities to my app, but how do I change the background colour of the activity.

Thanks
Shani

Comments

  • it can be done on custom page designer, simply click source code and scroll to the top and for example a purple background use this html code

    <html>
    <body style="background-color:Purple;">

    then at the bottom of the source code do

    </body>
    </html>

    and this will give you a purple background
  • For other activities, you can do it from the 'Styles' tab.
  • @mrclifford,

    Thanks for the code, worked like a charm.  Although I have noticed that the code gets kicked out and goes back to white.  The only work around I've discovered is to add that code as the very last change, save changes, and then don't mess with it after that.
Sign In or Register to comment.