Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Adding a Link to my Anything Slider Re: Adding a Link to my Anything Slider

#108931
Mottie
Member

Hi ddfashionsquare!

It looks like you’re just using images inside of the slider. If you add some css and wrap the image in a link, it will start doing what you need it to do. Here is the css you’ll need:

#slider a img { width: 100%; height: 100%; }

and the HTML


 Sexy, Soulful Statement Jewelry & Fashion Accessories
Free shipping when you spend $49
If you dont love your purchase, send it back!
Specializing in animal jewelry

I only added a link around the animal theme image since it seemed that I used the correct URL. I didn’t try any of the others, but that should give you an idea of how it works.