I have a master page that is referenceing a css style sheet that places an image that I want to link to. countdown block is the image style:
Days left in FY
Where do I put the href?
You cannot put an "href" on a div. Put the anchor around the div like so:
<a href="http://google.com"> <div></div> </a>