Hola, tengo este estilo definido:
Código CSS:
Ver original<style type="text/css">
#tdbook a{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #3B5998; text-decoration: none; display:block; background-color:#F9F9F9; text-decoration:none; height:100%; width:100%;}
#tdbook a:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #3B5998; text-decoration: none; background-color:#697FAE; color:white;}
</style>
Código PHP:
echo "<div id='tdbook'>";
echo "<table border=0 cellpadding=0 cellspacing=0>";
echo "<tr width=500>";
echo "<td width=500 style='vertical-align: middle;'>";
echo "<a href=mybook.php?idrss=$idrss style='vertical-align:middle;'>";
echo "<img src=$image width=25 height=25 border=0 style='margin-left:10px; margin-top:10px; margin-bottom:10px; float:left; vertical-align:middle;'>";
echo "<table border=0 cellpadding=0 cellspacing=0>";
echo "<tr>";
echo "<td width=10></td>";
echo "<td height=25>$title</td>";
echo "<td width=10></td>";
echo "</tr>";
echo "</table>";
echo "</a>";
echo "</td>";
echo "</tr>";
echo "</div>";
El tema es que tengo un bucle en el que saco varios registros con su imagen y título pero, sorprendentemente, me funciona el estilo en el 90% de los casos pero hay veces que algunos registros salen
SIN el estilo (como si no cogiera bien). El caso es que no son siempre los mismos registros. ¿?¿?¿?