Image Borders
To add a quick border around your picture without editing it in a graphics program, use this code.

1 <IMG SRC="URL OF IMAGE" style="BORDER:1 solid #000000">
2 The 1 is the width of the border.
3 Solid can be changed to dotted or dashed
4 #000000 specifies the border color.
5 Here are some different examples:










