I want to add my clickable company logo to the header, which will redirect them to homepage. I tried this, but it makes the whole header clickable.\[code\]<div id="header"> <a style="display:block" href="http://stackoverflow.com/questions/14500160/profile.php" > <label> <img src="http://stackoverflow.com/questions/14500160/images/logo.png" height="50x" width="180px" /> </label> </a></div>\[/code\]I have added the CSS associated with it:\[code\]div#header a{ position:fixed; height:40px;margin:0;width:100%; padding-left:30px;background: #00BFFF }\[/code\]