Reputation: 559
These websites have an element on the top of there pages that slideshow images and that are hyper linked. How can I make something like this in my Visual Studio?
Upvotes: 0
Views: 36
Reputation:
This is a very good image slider that you can use. (Not necessary, you can search for more in google). Simply put hyper link around your image tag
<a href="google.com"><img src="path to image" /></a>
Upvotes: 1