Add blogger allow visitors to choose the background color code according to their desire

My brothers and sisters who follow the bloge professionals informatics ,, today endowed offer you a new addition in the world of the blog 
do not doubt that a lot of bloggers Ieno of the problem
 of satisfying all visitors to their blogs through the
 shape and colors of Style blog, but today , God wi
 lling, will give you a ( solution) t
 his add professionalism enables visitors f
 orums of choosing the appropriate background color control them by simply clicking on their favorite color easy and professional way , which increases the aesthetic code and make visitors satisfied all forums satisfaction form and choose t
he appropriate Skin them ,,, you will not prolong the start


                       



1Go To www.blogger.com

2Click on planning

3Click on the Add tool and then select HTML / Javascript

4Copy this code in its field

-------------------------------------------------------------------------------
<script type="text/javascript">
function bgChange(bg)
{
document.body.style.background=bg;
}
</script>
<table border="1" width="100%" height="20">
<tbody><tr>
<td onclick="bgChange('#8B008B')" bgcolor="#8B008B">
</td>
<td onclick="bgChange('#9400D3')" bgcolor="#9400D3">
</td>
<td onclick="bgChange('#008080')" bgcolor="#008080">
</td>
<td onclick="bgChange('#808080')" bgcolor="#808080">
</td>
<td onclick="bgChange('#CD853F')" bgcolor="#CD853F">
</td>
<td onclick="bgChange('#2F4F4F')" bgcolor="#2F4F4F">
</td>
<td onclick="bgChange('#DC143C')" bgcolor="#DC143C">
</td>
<td onclick="bgChange('#4B0082')" bgcolor="#4B0082">
</td>
<td onclick="bgChange('#A52A2A')" bgcolor="#A52A2A">
</td>
</tr></tbody></table>

---------------------------------------------------------------------------------------------------

Note.!!!

This code does not work, click here and copy the full source code<

5Then press Save

 

Post a Comment