Vitalij Kornijenko
Vitalij Kornijenko

Reputation: 559

Add a design element to my .aspx website

microsoft.com

kavos-aparatai.lt

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

Answers (1)

user2401931
user2401931

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

Related Questions