authoxictaxap
New Member
I have this HTML:\[code\]<ul><li> <ul> <li> <a href="http://stackoverflow.com/questions/13856330/#"> <span> Test </span> Link </a> </li> </ul></li></ul>?\[/code\]And this CSS:\[code\]ul li ul li span { text-decoration:none;}?\[/code\]Why would the span inside the anchor still have underline?In other words: How would I get all the text underlined, except the SPAN. Thanks