Link Post - Easy:

<img src="IMAGE_URL" style="display:none;">

<script>

  window.location = "LINK_TO_WEBSITE";

</script>

Free Upload Image:

        imgur.com/upload


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>


Color Codes Used:

 Golden: #dc821d
 Jinn_Blue: #6fa5e9
 Red: #ff0000
 Green: #00ff00
 Blue: #0000ff