View Single Post
  #3 (permalink)  
Old 10-10-2008, 10:08 AM
PR Design's Avatar
PR Design PR Design is offline
CSS Wizardry
 
Join Date: May 2007
Location: Leeds, England
Gender: Male
Posts: 9,624
Default

HTML Code:
<html>
<head>
<style type="text/css">
.info-post {
	margin-top:5px;
	padding: 5px;
	background: #90a8ae;
	width:600px;
	overflow:hidden;
	font-size: 1.3em;
	line-height: 1.4em;
}
.info-post-user {
	float:left;
	width:490px;
}
.info-post-back {
	float:right;
	width:100px;
	text-align:right;
}
</style>
</head>
<body>
	<div class="info-post">
		<div class="info-post-user">1/10/2008 351 scholio</div>
		<div class="info-post-back"><a href="javascript:history.back()">Terug</a></div>
	</div>
</body>
</html>
__________________
I am — Harry Roberts | “Yeah, do maggots get drunk when they bury alcoholics?”
Reply With Quote