I need the image and property information contained in the table to be at the same height, but I do not know how to fix it.
Here are the photos of how you are and how I wanted to:
FollowtheHTMLcode:
<!DOCTYPE html>
<html lang="pt-br">
<head>
<title>LoremIpsum</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" type="text/css" rel="stylesheet">
<!-- CSS do Index -->
<link href="css/imoveis.css" type="text/css" rel="stylesheet">
<link href="css/geral.css" type="text/css" rel="stylesheet">
</head>
<body>
<div class="container">
<header class="row">
<div class="masthead">
<div class="img-header">
<a class="logo" href="#">LoremIpsum.Com</a> <span class="icones"><a href="#"><span class="glyphicon glyphicon-home"></span></a> <a href="#"><span class="glyphicon glyphicon-envelope"></span></a></span>
</div>
</div>
</header>
<div class="row">
<div role="main" class="col-md-12">
<div class="separador" style="margin-bottom: 5px"></div>
<div class="table-responsive">
<tbody class="bloco" align="center">
<tr><td style="height:140px; width:170px">
<table style="border:1px solid #B0C088" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr><td align="center"><a name="tm226" href="#"><img src="imagem/tm22600/tm22600.jpg"></a></td>
</tr>
</tbody>
</table>
</td>
<td style="width:600px">
<table style="width:585px">
<tbody>
<tr>
<td class="info" width="135">ID: XXYYY</td>
<td class="info" width="200">Área: XX hectares</td>
<td class="info" width="250"><a href="mapatm226.htm"><span class="glyphicon glyphicon-search"></span> XXXXXXXXXXXXXXXXXXX - XX</a>
</td>
</tr>
<tr>
<td class="descricao" colspan="3" height="90" width="585"><p><span style="font-weight:700; color:#FF6600">ATENÇÃO!</span> <span style="font-weight:700; color:#829951">Oportunidade!</span> Sitio com 32 hectares (320.000 m²) a Venda em São Bento do Sapucaí, região da Serra da Mantiqueira, em local de rara beleza e total privacidade sem estar isolada, lindos recantos e vista (360º) panorâmica para a Pedra do Baú, são os cartões postais desta propriedade. Terreno com ótima topografia, muitos platôs, terras de cultura, pastos bem formados e rico em água. Ótima localização e fácil acesso, fica apenas 3 km da cidade. Oportunidade única para investir em uma área de beleza cinematográfica, com alto potencial para empreendimentos voltados ao lazer e ao turismo.</p></td>
</tr>
<tr><td align="center" colspan="3" height="25" width="585">
<table style="border-collapse: collapse" width="585">
<tbody>
<tr><td width="585">
<table width="585">
<tbody>
<tr><td class="info" width="135">R$0.000.000,00</td>
<td class="info" width="200"><a href="mailto:[email protected]?subject=TMXXX - XX hectares - XXXXXXXXXXXXXXXXX-XX - LoremIpsum.Com"><span class="glyphicon glyphicon-envelope"></span> Clique Aqui</a></td>
<td class="info" width="250"><span class=" glyphicon glyphicon-phone-alt"></span> (XX) XXXX.XXXX</td>
</tr>
</tbody>
</table>
</td></tr>
</tbody>
</table>
</td></tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</div>
<div class="separador"></div>
</div>
</div>
<footer class="row">
<div class="img-footer">
</div>
<p style="font-size: 8px; margin-top: 5px; margin-bottom:2px"> <img style="margin-left: 10px; margin-right: 10px" src="imagem/Index/informacao.gif" /> <!--<span class="glyphicon glyphicon-earphone" style="margin-left: 10px; margin-right: 10px"></span> +55 12 3971.1150 --> <span class="linkt1">TERMOS DE USO</span> Web Design & Development by <a class="linkt1" href="mailto:[email protected]">LoremIpsum.Com</a> © 2003 | All
rights reserved | <span class="linkt1">CRECI SP XXXXX
- CRECI MG XXXXX</span> </p>
<p style="font-size: 11px; margin-bottom:3px"> Encontre seu Imóvel na <a class="linkt2" href="terrasdamantiqueira.com">LoremIpsum.Com</a>
</p>
<p style="font-size:8px; margin-bottom:1px">
<a href="#" class="linkt1">CASAS A VENDA</a> |
<a href="#" class="linkt1">CHÁCARAS A VENDA</a> |
<a href="#" class="linkt1">SÍTIOS A VENDA</a> |
<a href="#" class="linkt1">FAZENDAS A VENDA</a> |
<a href="#" class="linkt1">POUSADAS A VENDA</a> |
<a href="#" class="linkt1">TERRENOS A VENDA</a>
</p>
<p style="font-size:11px"><a href="#" class="link3">CLIQUE AQUI</a> e Cadastre seu Imóvel a Venda conosco</p>
</footer>
</div>
<!-- jQuery (necessario para os plugins Javascript Bootstrap) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script><scriptsrc="js/bootstrap.min.js"></script>
</body>
</html>