Hide/Show Code for Two-Column List
TappedOut forum
Posted on Jan. 29, 2014, 8 p.m. by ducttapedeckbox
I've seen items being displayed in two bullet columns, and I've seen Hide/Show options. I don't know how to do either, but would like to do both together (have a hide/show option for a two-column list) to preserve a soon-to-be-updated deck list. Could someone who's proficient in coding help me out with this? Thanks!
ducttapedeckbox says... #3
Thanks for the reference Matsi883, it'll help a lot. Now I just have to figure out getting the bulleted lists into multiple columns
January 29, 2014 8:27 p.m.
Femme_Fatale says... #5
Just remember, in order for most codes to show up after you updated the description or made a post, you MUST refresh the page for them to work! I spent many a week trying to figure out why my codes won't work because of this issue.
Matsi883 says... #2
I made a primer on Show/Hide, and it resides here. I believe if you put the other HTML where the spoiler content goes, it should work. What I know about bulleted lists is you start with ul in <>, (or ol if you want numbered lists), and each item has an li (in <>) and /li at the end. You also have /ul (or /ol, remember, all inside <>) at the end of the list.
January 29, 2014 8:18 p.m.