ปกติ เขาจะใช้วิธี margin-right:5px ไปทุกๆ div เลยนะครับ แต่มีการกำหนด กรอบนอกแทน เพื่อให้ครบ4แล้วจะถีบลงบรรทัดถัดๆไป
<div style="width:420px;border:1px solid black;padding-left:5px;margin:0 auto;">
<div style="float:left;margin-right:5px;width:100px;height: 100px;margin-bottom: 5px;background: red;"></div>
<div style="float:left;margin-right:5px;width:100px;height: 100px;margin-bottom: 5px;background: yellow;"></div>
<div style="float:left;margin-right:5px;width:100px;height: 100px;margin-bottom: 5px;background: red;"></div>
<div style="float:left;margin-right:5px;width:100px;height: 100px;margin-bottom: 5px;background: yellow;"></div>
<div style="float:left;margin-right:5px;width:100px;height: 100px;margin-bottom: 5px;background: red;"></div>
<div style="float:left;margin-right:5px;width:100px;height: 100px;margin-bottom: 5px;background: yellow;"></div>
<div style="float:left;margin-right:5px;width:100px;height: 100px;margin-bottom: 5px;background: red;"></div>
<div style="float:left;margin-right:5px;width:100px;height: 100px;margin-bottom: 5px;background: yellow;"></div>
<br style="clear:both;"/>
</div>
ประมาณนี้อะครับ ลบ inline style ออกไปไเป็นคลาสแทนครับ ลองปรับๆดู

