Picture Border
Picture Border
DescriptionThis tag will allow you to add a border to your pictures. The tag for the border looks like BORDER="#". This adds onto the picture tag, so the end result looks like

<IMG SRC="url" BORDER="#">

The #, is replaced with the size of the border, which ranges from 0 to 999. Below is an example, using the border tag. The border on the example is set to 3.
Code
<IMG SRC="http://www.activejump.com/images/sample.jpg" BORDER="3">
Output
Practice
Advertisements