Monday 15 July 2013

html - Hyperlink for an image inside the div -



html - Hyperlink for an image inside the div -

i have multiple div's used image slider contains image path shown below.

<div data-src="images/slides/slideone.jpg"> </div> <div data-src="images/slides/slideone.jpg"> </div> <div data-src="images/slides/slideone.jpg"> </div>

i want add together hyperlink each image how can that...?

if slider static , remain same can add together hyperlink below:-

<a href="url">link text</a>

html

No comments:

Post a Comment