クリック可能な会社のロゴをヘッダーに追加して、ホームページにリダイレクトしたいと考えています。これを試してみましたが、ヘッダー全体をクリック可能にします。
<div id="header">
<a style="display:block" href="profile.php" >
<label>
<img src="images/logo.png" height="50x" width="180px" />
</label>
</a>
</div>
関連する CSS を追加しました。
div#header a
{
position:fixed;
height:40px;margin:0;width:100%;
padding-left:30px;background: #00BFFF
}