I'm trying to put a span class around the link descriptions using LL, but when I put the code I want into the corresponding space on the LL Dashboard panel, LL changes it and outputs something different than what wrote.
If I enter <span class="press_quote">, the resulting code will be <span class=\"press_quote\">
If I enter <span class=press_quote>, it puts a quote mark at the end of the class name but not the beginning, ie <span class=press_quote">
If I try and cheat by using " or think perhaps it wants single quotes, it outputs exactly what I've put in (of course).
Any ideas as to what's up?