CSS class stripped out?
Support Ticket
+issues
So I found the *css and decided to put in a little styling to create more than one column.
.columns { -moz-column-count:2; /* Firefox */ -webkit-column-count:2; /* Safari and Chrome */ column-count:2; }
This is copied straight from the W3C manual.
Then I went to http://teenwolfwiki.416.cldstr.com/wagn/Character_List and edited the HTML and added a <div class="columns"> tag and </div> at the bottom. When I updated the HTML, the editor showed my content in 2 columns, but when I saved the content, the final display didn't. And when I went back to edit the HTML, the div class has been stripped out.
How should I go about adding styles if this isn't the way?