Home

 An I-Net Marketing Presentation         

Learn How: 

Add a Page Border

This script will add a 5 pixel red border around the page:

<script language="JavaScript">
<!--
if (document.all)
document.body.style.cssText="border: 5 #FF0000 solid"
//-->
</script>

Home