Aqui el codigo que creo te funcionaria
Código PHP:
Ver originalinclude_once "conexion.php";
$resultados = mysql_query("select * from libros");
?>
<h1><font color="black">Libros para el alumno Vol I</font><h1>
<table class="table2">
<thead>
<tr>
<th></th>
<th scope="col" abbr="Starter">Español</th>
</tr>
</thead>
<tfoot>
<tr>
<th scope="row"></th>
</tr>
</tfoot>
<tbody>
<tr>
<th scope="row"></th>
echo '<td><a href="Primero\Volumen\'.$row["nombre_archivo"].'">'.$row["materia"].'</a></td> ';
}