Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
Olha só eu tenho uma lista de usuarios
Ai tem a imagem dele, e o nome dele e escrito ver perfil
o Ver perfil é um GET
Eu queria que em qualquer canto que voce clicasse dentro da linnha/coluna/div deste usuario, desse o GET, em vez de clicar no Ver Perfil
Isso é seria um href na <td> algo assim sera?
<td valign="top" width="50%">
<div style="margin-top:-10px;">
<table width="100%" border="0" align="center" cellpadding="1" cellspacing="1">
<tr>
<td bgcolor="#CCCCCC"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#FFFFFF"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr class="apelido">
<td width="5%" height="100%"><?php
echo '<div <p class="foto"><a href="'.$abre_foto.'" rel="lightbox">
<img src="'.$abre_foto.'" width="60" height="65" />
</a></div></td>';
?></td>
<td width="75%"><span style="width: 100px; font-family:'Courier New', Courier, monospace; font-size: 14px; text-align: left; padding: 0 8px;"> <?php echo ucwords($linhasessao[usuario]); ?></span></td>
<td width="10%" style="width: 100px; font-size: 18px; text-align: right; padding: 0 8px;">
<a href="../06/perfil.php?id=<?=$linha[id]?>"> <input type="text" style=" cursor:pointer; outline:none; float:right; margin-right:4px;" value="Ver perfil" class="botao1" size="15" /></a></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<div style="height:3px;"></div>
</div>
</td>
<?phpCarregando comentários...