مرحبا
استخدم css افضلك
وانا سويتلك طريقة ان شاء الله تكون نافعه لك
كود PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
.content {
border: 1px solid #CCC;
width:500px;
height:400px
}
.pic1 {
float:left;
margin-left:40px;
margin-top:10px;
border: 2px solid #F00;
width:170px;
height:120px;
}
</style>
</head>
<body>
<div class="content">
<div class="pic1"></div>
<div class="pic1"></div>
<div class="pic1"></div>
<div class="pic1"></div>
<div class="pic1"></div>
</div>
</body>
</html>
__________________
لا اله الا الله وحده لا شريك له . له الملك وله الحمد وهو على كل شئ قدير