Bake-Ware / EmbedChat

Learning chat for unwashed Embed Peasants
2 stars 0 forks source link

Text #1

Open MrCaptAm3rica opened 8 years ago

MrCaptAm3rica commented 8 years ago

Change text font, color and size

Bake-Ware commented 8 years ago

Until we get users and registration setup, I'd suggest letting the user just set the styles then save it to a cookie. Then have the cookie get read when the user opens the page. ref: http://www.w3schools.com/js/js_cookies.asp

Another option is using local storage to do this. (This is a better option for this item imo) http://www.w3schools.com/html/html5_webstorage.asp