Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
Boa tarde a todos
Deem uma olhada na imagem
/applications/core/interface/imageproxy/imageproxy.php?img=http://www.ipasppiracicaba.sp.gov.br/teste/imagem.jpg&key=5817df3b5ac567c4b79bd7ceb78e905f8679db186f738397df98894fedf730ab" alt="imagem.jpg" />
O banner onde esta escrito CASAE tem que ficar alinhado com a primeira paginação. Ele esta alinhando com a de baixo.
O código
<table width="100%" align="center" cellpadding="4" cellspacing="3" >
<? $j=0; $linha=0;
while ($j < $i) {
$descricao = substr($obsa[$j],0,50);
$novaUrlGerar = geraUrl("{$nome[$j]}-{$cidadea[$j]}");
$novaUrl = "{$dir2}/{$novaUrlGerar}_{$id[$j]}.html";
?>
<tr valign="top"><td valign="top"><table width="100%" border="0" align="center" cellpadding="1" cellspacing="1" class="bannerHolder1" style="background-color:#F6F7F9; border: 1px solid #E5E5E5">
<tr valign="top">
<td width="15%" valign="middle"><a href="<?=$novaUrl?>" class=\"bmenu\"><img src="imoveis/<? echo $foto[$j] ?>" width="200" height="110" border="0" /></a></td>
<td width="42%" align="left" valign="top"><a href="<?=$novaUrl?>" class=\"bmenu\"><font style="font-size:30px; font-family:Tahoma, Geneva, sans-serif;">
<? echo htmlentities($nome[$j]); ?></font><br />
<? echo htmlentities(substr($obsa[$j],0,300)); ?></a><br />
<br /><br /><br />
<div style="font-size:14px"><a href="<?=$novaUrl?>" class=\"bmenu\"><? echo $cidadea[$j]; ?></a></div></td>
<td width="43%" align="center" valign="middle"><div style="color:#900; font-family:Tahoma, Geneva, sans-serif; font-size:26px;">
<div align="right">
<? if ($vvenda[$j] != "0.00") { ?>
R$ <? echo number_format($vvenda[$j],2,",","."); ?>
<? } else { ?>
Confira
<? } ?>
<br />
</div>
</div><div style="color:#000; font-family:Tahoma, Geneva, sans-serif; font-size:18px;">
<div align="right">
<?
$txt = "select * from empresas where cnpj='$codimb[$j]'";
//echo $txt;
$sql = mysql_query($txt);
if(mysql_num_rows($sql) > 0) {
$dados = mysql_fetch_array($sql);
//echo mysql_error();
echo htmlentities($dados["imobiliaria"]);
echo "<BR>";
echo $dados["telefone"];
} else {
}
?>
</div>
</div></td>
</tr>
</table>
<?
echo "</b></a>";
$linha++;
$j++;
}
?>
</td>
<td width="178" valign="top">
<p align="center">
<?
while ($row = mysql_fetch_array($rsExibirBannerServicos, MYSQL_ASSOC)) {
$localBanner = "adm-5CEB03C2-7C9F-44F9-8D44-4B7B9B63DEB2/".$row['banner'];
$linkBanner = 'http://'.$row["link"];
echo "<a href='$linkBanner' target='_blank' rel='lightbox[roadtrip]'>";
echo "<img src=$localBanner align=top width=170 height=400 class=img onmouseover=this.style.opacity=1;this.filters.alpha.opacity=100
onmouseout=this.style.opacity=0.4;this.filters.alpha.opacity=40/></a>";
echo "<p>";
}
?>
</p></td>
</tr>
</table>
<?
} else { ?>
<strong>A pesquisa não retornou nenhum resultado !</strong>
<? }
}
}
?>
Alguem tem uma luz de pq isso ta ocorrendo
[]'s
Carlos
Carregando comentários...