Prueba esto :
Código PHP:
Ver original$html ='
<!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=iso-8859-1" />
<title>Campeonatos</title>
</head>
<body>
<table border="0"cellspacing="0" cellpadding="0" width="500" align="center">
<tr>
<table border="0" style=" border:#FF0000" align="center" background="modulos/imagenes/pelota3.jpg">
</tr>
<tr style=" background:#90a624" font-"family:verdana,arial; font-size:8pt">
<td align="center" width="400"> <span class="Estilo3">'.$datos['titulo'].'</span> </td><td> <a href="modulos/programacion/vistas/imprimir_pdf.php?id= '.$datos['id'].'" target="_blank"><img src="modulos/imagenes/pdf.jpeg"/></a></td>
</tr>
<tr>
<td> <br><br> <span class="Estilo3">'.$datos['campo'].'</span></td>
</tr>
<tr>
<td align="left">
</td>
<td> <a href="modulos/programacion/vistas/pdf2/imprimir_pdf2.php?id='.$datos['id'].'" target="_blank"><img src="modulos/imagenes/pdf.jpeg"/></a></td>
</tr>
</table>
<center>
<b>Página'.$paging->numEstaPagina().' de '.$paging->numTotalPaginas().'<br/>
</b>Mostrando'.$paging->numRegistrosMostrados().' , Fixture '.$paging->numPrimerRegistro().'
de un total de '.$paging->numTotalRegistros().'<br/><br/>
<div class=navigation>'.$paging->fetchNavegacion().'</div>
</center>
<tr>
</table>';