Uncle Jim's Javascript Designs
Page Border Styles
Author: Jim Stiles
This is an example of how to add border styles to your browser pages.
This is accomplished by adding the following styles to the BODY tag:
style="border-right: thick solid rgb(225, 0, 0);
To change the other border sides, simply exchange the word RIGHT with LEFT, TOP and BOTTOM.