okram: gracias de nuevo.
Hice el cambio como dijiste, pero me vuelve al error
Query was empty.
El codigo ahora es el mismo que publique, pero con la correccion que me indicaste. Te publico el codigo del archivo tabla.php, ya que podria haber algo mal ahi.
tabla.php
Código PHP:
<body>
</p><table width="600" border="0" align="center" cellpadding="00" cellspacing="0">
<tr>
<td height="25" background="../logos/barra5.gif"><div align="center" class="Estilo12">
<?php
echo"<p>".$_pagi_navegacion."</p>";
?>
</div></td></tr>
<tr>
<td> </td>
</tr>
</table>
<?php
while($registro = mysql_fetch_array($_pagi_result)){
?><table width="600" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="90" height="80" rowspan="2"><div align="center" class="Estilo15"><img src="..<?php echo $registro['escudo']; ?>" border="0" /></a></div></td>
<td width="510" height="26" valign="middle" background="../logos/barra4.gif"><span class="Estilo18 Estilo1"><?php echo $registro['iniciales']; ?> <?php echo $registro['nombre']; ?></span></td>
</tr>
<tr>
<td width="510" height="54" valign="middle" bgcolor="#99FFFF"><p class="Estilo14 Estilo16"><span class="autor"><?php echo $registro['direccion']; ?> - <?php echo $registro['cp']; ?> - <?php echo $registro['localidad']; ?></span><br />
<span class="autor Estilo14 Estilo16"><?php echo $registro['fundacion']; ?></span></p></td>
</tr>
<tr>
<td height="16" colspan="2"> </td>
</tr>
<?php
}
mysql_close($conexion);
?>
</table>
<table width="600" border="0" align="center" cellpadding="00" cellspacing="0">
<tr>
<td height="25" background="../logos/barra5.gif"><div align="center" class="Estilo12">
<?php
echo"<p>".$_pagi_navegacion."</p>";
?>
</div></td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</body>