Posted: 10/15/06 - 04:00 Post subject: How to disable CSS?
Hi! I have a simple question. At least I think that the solution is simple, I just can’t think of it right now. I made a webpage a long time ago where all the links are made that way so that when you go over a link, the characters become doubled. Now I want to make some changes and I would like one of the links not to be that way. So I was wondering, how can I disable CSS just for that one link?
CSS purpose is to enable you to assign any style to any part you want, even when it only applies to one piece of markup. I think that creating a class or ID that does what you want and then using a block or inline markup with DIV or SPAN might help. If it doesn’t you should probably post your CSS code with the HTML part so that someone here could check it.