Div classes keep getting stripped out

Support Ticket

+status
 

God this functionality is driving me nuts.

 

http://teenwolfwiki.com/wagn/3x08_Visionary

 

All I want to do is change the color of some text. I added lines to the CSS file to do that. I called out the class in the HTML editor window. When I save the card they vanish and the HTML shows empty div tags. I thought this was because Episode cards had been set to Basic, so I set it to HTML because that's supposed to leave my coding alone. It does not. What am I missing?

 

Wagn strips out most classes from HTML. But it will leave in classes that begin with "w-" so for example on my wiki I use the class "w-gray" and then have CSS style those things gray.

--John Abbe.....2014-01-24 21:55:46 +0000

To be clear, Wagn strips out most classes, but not from HTML cards (those with the HTML type). Most other cardtypess (including Basic) will strip extra HTML. I don't know what you mean by having set Episode card to HTML. A card can only have one type; it can't have both the Episode type and the HTML type.

 

In addition to John's workaround, there are at least two others:

 

1. You can include an HTML card inside the Episode card where you need the special classes

2. You can add a structure rule to the Episode card (one that applies as narrowly as only to the one episode card if necessary), and that structure rule can be an HTML card.

--Ethan McCutchen.....2014-01-24 22:06:12 +0000

Okay, so I go to the base card for the Episode cardtype. I go to Advanced > Rules > All Episode Cards. There's a "default" option, and when you open that you can select a type. It was Basic. I changed it to HTML. I have no idea what that setting is actually supposed to do, but it seemed like the best way to say "hey, Episode cards should act like HTML cards not Basic cards".

--Lora Friedenthal.....2014-01-24 22:53:13 +0000