I need help with some elements for my website, to enable logged in users to be able to alter the colour or background of their logged in area. I am looking for the best way to quickly accomplish this.
I would like something similar to this:
onclick="document.getElementById('id1').style.color = 'red'"> Click Me!
Though it needs to be permanent and remain after logging back in.