Código PHP:
echo "<table width=480 align=center cellspacing=3 cellpadding=3 border=1 bordercolor=#003366>";
//echo "<tr>";
//echo "<td>";
//echo "<tr>";
echo "<td valign=top >Ref. ".$registro['referencia']."</td>";
$var = explode('-',$fecha);
echo "<td><div align=right>".$var[2]-$var[1]-$var[0]."</div></td></tr></td></tr>";
//ASI LO MUESTRO AHORA //echo "<td><div align=right>".$registro['fecha']."</div></td></tr></td></tr>"; //ASI ES COMO LO ESTOY MOSTRANDO EN FORMATO AÑOMESDIA
//echo "<tr>";
echo "<td>";
//echo "<tr>";
echo "<td valign=top>";