After a half-hour of variations on the simple expand and what seemed like completely random failures, I’ve found the following:
When I use the expanded=”true tag”, the HTML automatically changes it to <span class=”highlight”>expanded=”true”</span>. This appears to make the expanded=true tag not work.
[expandsub1 title=”Words and Concepts” expanded=”true”]
L, G, B, T, Q, Q, I, A… what do all the letters mean?
[/expandsub1]
Works just fine.
[expandsub1 title=”Words and Concepts” <span class=”highlight”>expanded=”true”</span>]
L, G, B, T, Q, Q, I, A… what do all the letters mean?
[/expandsub1]
Does not work.
I have tried to go through and remove every single instance of this, but when I update the page, it appears to be adding itself back in. How do I make this stop?? I’m going to check the rest of my CSS and see if I can find something…