hey :) so i wanna add this effect text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; to all the links on my blog not the text! :) but i dont know where to put it do you know where should i put it? ps i have the narnia xxx
If you want to add it to the links like for a, a:link, a:hover, a:visited. I think in Narnia there is only a and a:hover. Anyway, "a" denotes a link. If my memory serves it's actually a psuedo class but that's more than you need to know. Just place that code in a and a:hover for it to appear around links. You may need to also place it in the header links for it to appear there as well. (:















