Resimlerde görüldüğü gibi bu 2 kareyi fiyat ve ürün adının yazdığı alta yaslayamadım ++ birde linklerin bölünme sorunu var kelime bitmeden bölünmüyor nasıl çözebilirim acaba?
Tasarım hali

Sitede görünenhali
2
●491
<!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>Başlıksız Belge</title>
<style type="text/css">
<!--
body { margin:0px 0px 0px 0px;}
.tasiyici{ text-align:center;}
.sayfa{ width:800px; height:500px; margin-left:auto; margin-right:auto;}
.1{ float:left; width:200px; height:150px;}
.2{ float:left; width:200px; height:150px;}
.3{ float:left; width:200px; height:150px;}
.4{ float:right; width:200px; height:150px;}
.satır21{ float:left; width:200px; height:150px;}
.satır22{ float:left; width:200px; height:150px;}
.satır23{ float:left; width:200px; height:150px;}
.satır24{ float:right; width:200px; height:150px;}
-->
</style>
</head>
<body>
<div class="tasiyici">
<div class="sayfa">
<div class="satır1">
<div class="1">
<table width="200" height="149" border="1">
<tr>
<td colspan="2">resim gelecek</td>
</tr>
<tr>
<td colspan="2">özellik gelecek</td>
</tr>
<tr>
<td colspan="2">fiyat</td>
</tr>
<tr>
<td width="88">detay</td>
<td width="96">sepete al</td>
</tr>
</table>
</div>
<div class="2">
<table width="200" height="149" border="1">
<tr>
<td colspan="2">resim gelecek</td>
</tr>
<tr>
<td colspan="2">özellik gelecek</td>
</tr>
<tr>
<td colspan="2">fiyat</td>
</tr>
<tr>
<td>detay</td>
<td>sepete al</td>
</tr>
</table>
</div>
<div class="3">
<table width="200" height="149" border="1">
<tr>
<td colspan="2">resim gelecek</td>
</tr>
<tr>
<td colspan="2">özellik gelecek</td>
</tr>
<tr>
<td colspan="2">fiyat</td>
</tr>
<tr>
<td>detay</td>
<td>sepete al</td>
</tr>
</table>
</div>
<div class="4">
<table width="200" height="149" border="1">
<tr>
<td colspan="2">resim gelecek</td>
</tr>
<tr>
<td colspan="2">özellik gelecek</td>
</tr>
<tr>
<td colspan="2">fiyat</td>
</tr>
<tr>
<td>detay</td>
<td>sepete al</td>
</tr>
</table>
</div>
<div style="clear:both"></div>
</div>
<div class="satır2">
<div class="satır21">
<table width="200" height="149" border="1">
<tr>
<td colspan="2">resim gelecek</td>
</tr>
<tr>
<td colspan="2">özellik gelecek</td>
</tr>
<tr>
<td colspan="2">fiyat</td>
</tr>
<tr>
<td>detay</td>
<td>sepete al</td>
</tr>
</table>
</div>
<div class="satır22">
<table width="200" height="149" border="1">
<tr>
<td colspan="2">resim gelecek</td>
</tr>
<tr>
<td colspan="2">özellik gelecek</td>
</tr>
<tr>
<td colspan="2">fiyat</td>
</tr>
<tr>
<td>detay</td>
<td>sepete al</td>
</tr>
</table>
</div>
<div class="satır23">
<table width="200" height="149" border="1">
<tr>
<td colspan="2">resim gelecek</td>
</tr>
<tr>
<td colspan="2">özellik gelecek</td>
</tr>
<tr>
<td colspan="2">fiyat</td>
</tr>
<tr>
<td>detay</td>
<td>sepete al</td>
</tr>
</table>
</div>
<div class="satır24">
<table width="200" height="149" border="1">
<tr>
<td colspan="2">resim gelecek</td>
</tr>
<tr>
<td colspan="2">özellik gelecek</td>
</tr>
<tr>
<td colspan="2">fiyat</td>
</tr>
<tr>
<td>detay</td>
<td>sepete al</td>
</tr>
</table>
</div>
<div style="clear:both"></div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>