954,591 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

href for a css syled image

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?

cdano
Newbie Poster
1 post since Jul 2010
Reputation Points: 10
Solved Threads: 0
 

You cannot put an "href" on a div. Put the anchor around the div like so:

<a href="http://google.com">
	<div></div>
</a>
pwinfrey
Newbie Poster
18 posts since Jul 2010
Reputation Points: 15
Solved Threads: 6
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You