View Single Post
Old 12-27-2012, 11:06 PM   PM User | #2
tempz
Regular Coder

 
Join Date: Jul 2012
Location: London
Posts: 436
Thanks: 4
Thanked 80 Times in 80 Posts
tempz is an unknown quantity at this point
Try this.

Code:
<!-- saved from url=(0035)http://www.lifeleap.info/test44.php -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

<title>Untitled Document</title>
<link type="text/css" rel="stylesheet" href="/style.css">
<style type="text/css">
.content {float:; display:block; width:95%;}
.text_box_1a img {float: right;margin: 10px;}
.endo_name1 img {display:block; z-index:99; position:absolute; right:30px; bottom:150px; margin:0px;}

</style>
<script type="text/javascript">

/*** Temporary text filler function. Remove when complete dev ***/
var gibberish=["text text text text", "Testing", "CodingForums"]
function filltext(words){
for (var i=0; i<words; i++)
document.write(gibberish[Math.floor(Math.random()*3)]+" ")
}
</script>

</head>
<body>
<div class="text_box_1a">
	<div class="endo1">
		<img alt="Intuition Chat" src="/images/miscphotos/talking92d.jpg" width="220" height="207" border="0">
	</div>
	<div class="content">
	 <script type="text/javascript">filltext(285)</script>
	</div>
	<div class="endo_name1">
		<img alt="Intuition Chat" src="/images/miscgraphics/contactus2.gif" height="74" border="0">
	</div>
</div>

</body>
</html>
tempz is offline   Reply With Quote