Tappedout description help
TappedOut forum
Posted on Nov. 12, 2014, 5:49 a.m. by Tolluf
Howdy folks, been creating a new deck on here and was looking to structure the description part of the deck profile to look more tidy and organized.I've been looking around diffrent decks and found some users have been making these "dropdown" menues that hides the information unless you click on it to reveal.Been checking up a bit on html coding for it but could not wrap my head around what code to use for this. Help please? :D
There's another really long winded way of doing it which I can show you but I honestly don't think it has any advantages over the simpler method.
November 12, 2014 6:40 a.m.
Okay, tried to paste the text into the description box for my deck but all that displays is the code.I would like to separate the description into creatures, instants, sorceries etc.
Would this be the right way to do it?
< details > < summary > Creatures < / summary >
< / details >
November 12, 2014 6:45 a.m.
Im unable to figure out that code even :(Just copying it and putting text where "Your text here" stands doesn't work?
November 12, 2014 7:01 a.m.
LIke this
(summary)(details)TITLE(/summary)
TEXT
(/details)
N.B - no spaces between 'summary' and 'details' and the brackets that surround those words. Replace curvy brackets with triangle ones.
November 12, 2014 7:06 a.m.
I had to put spaces in to show you the text otherwise the code would have "worked" and just shown you a drop down arrow. When you go to copy it you have to get rid of those spaces between the words in the brackets and the brackets that surround them. That's like a generic rule of coding and trying to demonstrate it to other people on the net.
November 12, 2014 7:08 a.m.
JexInfinite says... #9
You don't want the spaces in the syntax whatever it is. No spaces should be inside < and >.
November 12, 2014 7:12 a.m.
JexInfinite says... #10
Well, ChiefBell helped out quite a few people with this. Now I can look more professional.
November 12, 2014 7:13 a.m.
It's a really nice way of doing EDH decks for example, just because you have to describe a lot more card choices than a regular 60 card deck.
November 12, 2014 7:15 a.m.
Haha, thanks alot to all of you. It's more clear now and I got it working. Having a brain running on fumes on the way home from uni... :D
November 12, 2014 7:17 a.m.
@ChiefBell is there a way to make the title of the section bigger?
ChiefBell says... #2
Really easy one is this -
< details > < summary > TITLE OF SECTION < / summary >
YOUR TEXT HERE
< / details >
Apparently it doesnt work on some browsers but I havent found any yet......
November 12, 2014 6:36 a.m.