Text Color Formatting Bug
TappedOut forum
Posted on Feb. 10, 2015, 12:39 a.m. by Blizzicane
HandOverflowException Playtest
Commander / EDH*
SCORE: 33 | 34 COMMENTS | 4738 VIEWSEpochalyptik says... #3
It's because of your div tags. Get rid of those and it'll work.
Alternatively, you could keep the div tags and put all of the content in p tags instead.
February 10, 2015 12:56 a.m.
Epochalyptik says... #4
For the purposes of illustration:
This text is not in any tags.
This text is not in any tags.
This text is in span tags.
This text is in span tags.
This text is in div and p tags.
This text is in div and p tags.
February 10, 2015 12:59 a.m.
Epochalyptik says... #5
This is actually one of the more annoying characteristics of div tags. It makes writing primers so much more tedious because divs are the most reliable tags to get spoiler text to function for all browsers, but they also force you to use extra tags to format the content properly.
February 10, 2015 1:01 a.m.
Blizzicane says... #6
February 10, 2015 1:11 a.m.
Blizzicane says... #7
February 10, 2015 1:17 a.m.
Femme_Fatale says... #8
Hi. Seems to work fine for me. Even in deck-lists.
February 10, 2015 1:31 a.m.
seems like an update to markdown stopped making it apply in some cases when its in tags? still not totally sure. huge upgrade this past weekend.
February 10, 2015 1:34 a.m.
Femme_Fatale says... #10
Perhaps a proper test.
For each new paragraph you want you must have a new p style color code.
February 10, 2015 1:36 a.m.
Blizzicane says... #11
Hmm it seems like it works when I separate them like femme said. :3
Though it a bit annoying now that I have to write a new div or p every time I want to write a new line now instead of just using one. Well it looks like I am going to have to go update all my decks with the new formatting unless, yeaGO this was unintentional and can be fixed? :S
February 10, 2015 2:20 a.m.
Epochalyptik says... #12
Pro tip: ctrl + c -> ctrl + v your HTML and make your life easy.
February 10, 2015 2:23 a.m.
Femme_Fatale says... #13
I think it would better if you did it this way. I did it this way from the beginning, so my decks are mostly fine.
I still have some lining issues though.
February 10, 2015 2:23 a.m.
Blizzicane says... #14
Epochalyptik - Oh don't worry I have been doing that since day one as there is no way I am going to write the code from scratch every time I post. Its just that I don't really feel like adding the code on every single line in the deck descriptions and updates section on every single deck I made but that's just me being lazy. XP
Blizzicane says... #2
However, when written outside the color text code the line formatting works fine. :3
12345
February 10, 2015 12:42 a.m.