Blogger Help Codes
*Have a look at Web Development (Cretive Codes)
•Link Post - Easy:
<img src="IMAGE_URL" style="display:none;">
<script>
window.location = "LINK_TO_WEBSITE";
</script>
<img src="IMAGE_URL" style="display:none;"> <script> window.location = "LINK_TO_WEBSITE"; </script>
•Free Upload Image:
•Image Alignment and border:
<img align="left" border="2" .....>•Change text color with hash code:
<font color="red">This is some text!</font> <font color="#FF0000"> This is some text!</font>
<font color="rgb(255,0,0)"> This is some text!</font>
Jinn_Blue: #6fa5e9
Red: #ff0000
Green: #00ff00
Blue: #0000ff
<font color="rgb(255,0,0)"> This is some text!</font>
•Color Codes Used:
Golden: #dc821dJinn_Blue: #6fa5e9
Red: #ff0000
Green: #00ff00
Blue: #0000ff