A ver si esto sirve...
Código PHP:
$sql=mysql_query("select disponibles from estadosskill5 where disponibles<>0")
if(mysql_num_rows($sql)==0){
echo "<table border='0' align='rigth'>"; echo "<br>";
echo '<td class="estilo2" align="left"><input type="image" src="images/alerta.gif" width="40" height="35"/>';
echo "<td class='estilo2' align='left'>Alarma por: No hay agentes disponibles</td>";
echo "</table>";
}
Saludos.