random colors at the bottom of the blog -66 -
in a different color every time we go to the blog.
1.
Go to template design. Then click on Edit HTML (not Expand Widget Templates) and look for the following:
body {background: $ bgcolor;
... }
Tuesday, June 12, 2007
Where To Buy Polymer Clay Sydney
* Delete background: $ bgcolor;
2.
Add the following code after \u0026lt;body>
2.
Add the following code after \u0026lt;body>
\u0026lt;script type='text/javascript'> bgcolorlist var = new Array ("# \u200b\u200b626868", "# 515f6c", "# 999966", " # 9ea8a8 "," # b2bdbd "," # 41485e "," # 777777 " "# Eeeee6") bgcolorlist document.bgColor = [Math.floor (Math.random () * bgcolorlist.length)] \u0026lt;/ script> - In new Array (), you can change the color codes you want. On the other hand, if you want more colors you add more or change otherwise you take away.
- You see the result in your blog press F5 on your keyboard and see different colors displayed at the bottom of the blog.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment