My site is findasource.org The css is findasournce.org/style.css How do I make the logo (the leaf on the header), link back to the homepage? when I look at the code, it references the css for the #logo. This is what it corresponds to in the style.css file #logo { float: left; background: url(images/img03.jpg) no-repeat left top; padding-left: 70px; } How do I add a link back to findasource (dot org)? Cant I somehow use a <a href="http://findasource.org/"> somewhere?
I tried wrapping <a href="http://findasource.org"> around the div logo, but I dont think I am doing it right? Does anyone have a suggestion?