$bla = 0; while($row = mysql_fetch_array($result)) { echo "<div style=\"position:relative; left:".$bla."px;\">".$row['intro']."</div><p>"; }