I kinda got this on how I wanted it to display by wrapping text around the image or content
tcptestingboard.boards.net How it looks my forum -->
thecreativepen.proboards.com<div class="container">
<div class="title-bar"><center><h2>Text Wrapped Arround Random Images</h2></center></div>
<div class="content">
<div>
<div style="float:left; width: 50px; height: 50px; margin: 10px; background-color: #ffffff;">
<script language="JavaScript">
<!--
/*
Free Random Image Link Script- By JavaScript Kit(http://www.javascriptkit.com)
Over 200+ free JavaScripts here!
Updated: 00/04/25
*/
function random_imglink(){
var myimages=new Array()
//specify random images below. You can have as many as you wish
myimages[1]="ADD IMAGE URL HERE"
myimages[2]="ADD IMAGE URL HERE"
myimages[3]="ADD IMAGE URL HERE"
//specify corresponding links below
var imagelinks=new Array()
imagelinks[1]="ADD CORRESPONDING LINK HERE"
imagelinks[2]="ADD CORRESPONDING LINK HERE"
imagelinks[3]="ADD CORRESPONDING LINK HERE"
var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
document.write('<a href='+'"'+imagelinks[ry]+'"'+'><img src="'+myimages[ry]+ '" height="50" width="50" border="0" "></a>')
}
random_imglink()
//-->
</script>
</div>
<br /><p>Test Showing text wrapped arround random images a new image show with each visit to the forum</p>
<p>Test Showing text wrapped arround random images a new image show with each visit to the forum</p>
<p>Test Showing text wrapped arround random images a new image show with each visit to the forum</p>
</div>
</div></div>
<br />
Steve