He(GOD)believes
in you enough to call you His ambassador, His follower, even His child.
Adding a Border to a Script
STYLE="border:15px ridge blue"
Here's what you need to do---
To add a border to your images with the picture cube script , the enlarged code only you should already have the rest of the code, I just entered the rest of the code here so you would know where to insert it , of course you do not add the enlargement, just scrown down the page untill you see in large type,STYLE="border:15px ridge blue, also you can take the ridge(just delete the word ridge) out of the code for a flat border. After that I have added the code for inserting blank lines into your page.
<P ALIGN=Center><b><script language="JavaScript1.1">
//Picture Cube slideshow - By Tony Foster III
//Modifications by JK
//Visit JavaScript Kit (http://javascriptkit.com) for script
var specifyimage=new Array() //Your images
specifyimage[0]="http://freepages.genealogy.rootsweb.com/~baxter/grma/mday/6.jpg"
specifyimage[1]="http://freepages.genealogy.rootsweb.com/~baxter/grma/mday/4.jpg"
specifyimage[2]="http://freepages.genealogy.rootsweb.com/~baxter/grma/mday/5.jpg"
specifyimage[3]="http://freepages.genealogy.rootsweb.com/~baxter/grma/mday/9.jpg"
specifyimage[4]="http://freepages.genealogy.rootsweb.com/~baxter/grma/mday/8.jpg"
specifyimage[5]="http://freepages.genealogy.rootsweb.com/~baxter/grma/mday/10.jpg"
var delay=5000 //5 seconds
//Counter for array
var count =1;
var cubeimage=new Array()
for (i=0;i<specifyimage.length;i++){
cubeimage[i]=new Image()
cubeimage[i].src=specifyimage[i]
}
function movecube(){
if (window.createPopup)
cube.filters[0].apply()
document.images.cube.src=cubeimage[count].src;
if (window.createPopup)
cube.filters[0].play()
count++;
if (count==cubeimage.length)
count=0;
setTimeout("movecube()",delay)
}
window.onload=new Function("setTimeout('movecube()',delay)")
</script>
<img src="photo1.jpg" name="cube"
STYLE="border:15px ridge blue"
style="filter:progid:DXImageTransform.Microsoft.Stretch(stretchStyle='PUSH')">
<p align="center"><font style="font-size:10px;letter-spacing:normal;font-style:normal;font-family:verdana;color:#ffffff;filter:Shadow(color=#0000FF,strength=6);height:36px;">This free script provided by</font><br>
<font face="arial, helvetica" size="-2"><a href="http://javascriptkit.com">JavaScript
Kit</a></font></p>
If you want to add blank lines insert this code add more code for more lines.
The code-
<P>   </P>
<P>   </P>
<P>   </P>
<P>   </P>
<P>   </P>
<P>   </P>
<P>   </P>
<P>   </P>
<P>   </P>
<P>   </P>
<P>   </P>