PDA

View Full Version : ZTAutolink - Joomla 1.7 - Custom css



jano_s
12-04-2011, 05:27 PM
I created new keyword in ZTAutolink. Everything works great, but when I set in "Custom css: "

text-decoration:none;
or

text-decoration: none
it doesn't work. "Link color: " work ok (links color are changed).
I look to my website source. It look ok (it should work).

<span style=" color:#000000; text-decoration:none;" >
What do I wrong?

david
12-05-2011, 06:42 AM
As I can see, it has added "text-decoration: none" to the keyword link. So that mean ZT Autolink is working well.

It seems you have a css element that effect to the style of code into <a><span> tags

Tip for you: you can add "text-decoration:none !important;" instead "text-decoration:none;"

Kind regards