You have a problem with your PHP code and HTML structure. You can replace your code with this one:
<? $id = $_GET['id']; ?>
<p class="sansserif">
<b>Song title :</b>
<a href="search.php?id=<? echo $lyrics; ?>"><? echo $title ?></a>
</p>
This style does not only improve readability of...