I copied this link: <link rel="stylesheet" href="http://www.w3schools.com/lib/w3.css">
This is for a slideshow in my HTML. But its effects are seen for the entire body. How can I use it only for the slideshow?
I copied this link: <link rel="stylesheet" href="http://www.w3schools.com/lib/w3.css">
This is for a slideshow in my HTML. But its effects are seen for the entire body. How can I use it only for the slideshow?
May be you can find your solution in this link:-http://qnimate.com/creating-a-slider-using-html-and-css-only/
You can't do that simply because you don't own the file, so you can't modify it. That's sad for you but this file probably use "global" classes and you need to modify this file in order to delete all the body, p, div, ect... css classes so they will not affect your entire page anymore.
But, hey, I HAVE A SOLUTION for you, you see this link, yeah, this one: http://www.w3schools.com/lib/w3.css ! Just use it like any other link, you will see all the css stuff, you just need to put it in your own css file then modify it.
Hope that will help you.