Jump to content

Edit History

Arklytte

Arklytte

Erm...So, I'm not sure if I did something right, something wrong, or if this is just normal function, and I'm too tired to realize it (been up WAY too long)

 

Nevertheless, since it's (probably) relevant to the issue of the code sanitizer, I thought I'd share.

 

I copied a character sheet template that @bwatford put together (thanks, btw, B, those templates are AWESOME!!!) and have been modifying it for my own use.  I have an Spoiler that I set up to contain OOC info & comments, and, since it's by itself (ie not nested within any other fieldsets or spoilers), I wanted it centered.  I brute forced it with 'Text Align:Center' in the source, because when I used the editor buttons, it wouldn't stick.  Frustratingly, the whole thing was Centered, including the text within the hidden area.  Thinking I would just be stuck with this, I ignored it in favor of tinkering with other things.

 

Well, tonight, I was editing it again, and I decided to try and put 'Text Align:Left' in the hidden part, and, wonder of wonders, it worked.  But, since the board had been stripping out code before, I figured it was going to strip this out as well, so, with a sigh, I re-edited it and saved it...and it kept the formatting! 😄

 

Now, again, I dont know if this is a step in the right direction, or if this is it just working how it's supposed to, or if y'all got the issue (partially) fixed.  But, for whatever reason, it's working in this instance, and I wanted to let y'all know, in case this is a good (or, potentially bad) thing.

 

Original thread (third post down)

 

Here's the spoiler:

OOC INFORMATION

TESTING

ONE

TWO

THREE

 

 

 

spacer.png

 

 

Here's the code:

<div class="mwspoiler" style="text-align:center;">
    <div class="mwspoiler-shown">
        <div class="mwspoiler-showtext" data-tc-id="w-0.13990970546259984" tc-textcontent="true">
            <p>
                OOC INFORMATION
            </p>
        </div>
    </div>

    <div class="mwspoiler-hidden" style="text-align: left; display: flex;">
        <div class="mwspoiler-hidetext" data-tc-id="w-0.4717722722974588" tc-textcontent="true">
            <p>
                TESTING
            </p>

            <p>
                ONE
            </p>

            <p>
                TWO
            </p>

            <p>
                THREE
            </p>

            <p>
                &nbsp;
            </p>

            <p>
                &nbsp;
            </p>

            <p>
                &nbsp;
            </p>

            <p>
                <a href="https://www.kingdomofmorrain.com/fieldspacer.png"><img data-loaded="true" data-ratio="0.15" data-src="https://www.kingdomofmorrain.com/fieldspacer.png" height="1" src="https://test.myth-weavers.com/applications/core/interface/js/spacer.png" style="height:1px; width:675px" width="800"></a>
            </p>
        </div>
    </div>
</div>

Arklytte

Arklytte

Erm...So, I'm not sure if I did something right, something wrong, or if this is just normal function, and I'm too tired to realize it (been up WAY too long)

 

Nevertheless, since it's (probably) relevant to the issue of the code sanitizer, I thought I'd share.

 

I copied a character sheet template that @bwatford put together (thanks, btw, B, those templates are AWESOME!!!) and have been modifying it for my own use.  I have an Spoiler that I set up to contain OOC info & comments, and, since it's by itself (ie not nested within any other fieldsets or spoilers), I wanted it centered.  I brute forced it with 'Text Align:Center' in the source, because when I used the editor buttons, it wouldn't stick.  Frustratingly, the whole thing was Centered, including the text within the hidden area.  Thinking I would just be stuck with this, I ignored it in favor of tinkering with other things.

 

Well, tonight, I was editing it again, and I decided to try and put 'Text Align:Left' in the hidden part, and, wonder of wonders, it worked.  But, since the board had been stripping out code before, I figured it was going to strip this out as well, so, with a sigh, I re-edited it and saved it...and it kept the formatting! 😄

 

Now, again, I dont know if this is a step in the right direction, or if this is it just working how it's supposed to, or if y'all got the issue (partially) fixed.  But, for whatever reason, it's working in this instance, and I wanted to let y'all know, in case this is a good (or, potentially bad) thing.

 

Here's the spoiler:

OOC INFORMATION

TESTING

ONE

TWO

THREE

 

 

 

spacer.png

 

 

Here's the code:

<div class="mwspoiler" style="text-align:center;">
    <div class="mwspoiler-shown">
        <div class="mwspoiler-showtext" data-tc-id="w-0.13990970546259984" tc-textcontent="true">
            <p>
                OOC INFORMATION
            </p>
        </div>
    </div>

    <div class="mwspoiler-hidden" style="text-align: left; display: flex;">
        <div class="mwspoiler-hidetext" data-tc-id="w-0.4717722722974588" tc-textcontent="true">
            <p>
                TESTING
            </p>

            <p>
                ONE
            </p>

            <p>
                TWO
            </p>

            <p>
                THREE
            </p>

            <p>
                &nbsp;
            </p>

            <p>
                &nbsp;
            </p>

            <p>
                &nbsp;
            </p>

            <p>
                <a href="https://www.kingdomofmorrain.com/fieldspacer.png"><img data-loaded="true" data-ratio="0.15" data-src="https://www.kingdomofmorrain.com/fieldspacer.png" height="1" src="https://test.myth-weavers.com/applications/core/interface/js/spacer.png" style="height:1px; width:675px" width="800"></a>
            </p>
        </div>
    </div>
</div>

Arklytte

Arklytte

Erm...So, I'm not sure if I did something right, something wrong, or if this is just normal function, and I'm too tired to realize it (been up WAY too long)

 

Nevertheless, since it's (probably relevant to the issue of the code sanitizer, I thought I'd share.

 

I copied a character sheet template that @bwatford put together (thanks, btw, B, those templates are AWESOME!!!) and have been modifying it for my own use.  I have an Spoiler that I set up to contain OOC info & comments, and, since it's by itself (ie not nested within any other fieldsets or spoilers), I wanted it centered.  I brute forced it with 'Text Align:Center' in the source, because when I used the editor buttons, it wouldn't stick.  Frustratingly, the whole thing was Centered, including the text within the hidden area.  Thinking I would just be stuck with this, I ignored it in favor of tinkering with other things.

 

Well, tonight, I was editing it again, and I decided to try and put 'Text Align:Left' in the hidden part, and, wonder of wonders, it worked.  But, since the board had been stripping out code before, I figured it was going to strip this out as well, so, with a sigh, I re-edited it and saved it...and it kept the formatting! 😄

 

Now, again, I dont know if this is a step in the right direction, or if this is it just working how it's supposed to, or if y'all got the issue (partially) fixed.  But, for whatever reason, it's working in this instance, and I wanted to let y'all know, in case this is a good (or, potentially bad) thing.

 

Here's the spoiler:

OOC INFORMATION

TESTING

ONE

TWO

THREE

 

 

 

spacer.png

 

 

Here's the code:

<div class="mwspoiler" style="text-align:center;">
    <div class="mwspoiler-shown">
        <div class="mwspoiler-showtext" data-tc-id="w-0.13990970546259984" tc-textcontent="true">
            <p>
                OOC INFORMATION
            </p>
        </div>
    </div>

    <div class="mwspoiler-hidden" style="text-align: left; display: flex;">
        <div class="mwspoiler-hidetext" data-tc-id="w-0.4717722722974588" tc-textcontent="true">
            <p>
                TESTING
            </p>

            <p>
                ONE
            </p>

            <p>
                TWO
            </p>

            <p>
                THREE
            </p>

            <p>
                &nbsp;
            </p>

            <p>
                &nbsp;
            </p>

            <p>
                &nbsp;
            </p>

            <p>
                <a href="https://www.kingdomofmorrain.com/fieldspacer.png"><img data-loaded="true" data-ratio="0.15" data-src="https://www.kingdomofmorrain.com/fieldspacer.png" height="1" src="https://test.myth-weavers.com/applications/core/interface/js/spacer.png" style="height:1px; width:675px" width="800"></a>
            </p>
        </div>
    </div>
</div>

Arklytte

Arklytte

Erm...So, I'm not sure if I did something right, something wrong, or if this is just normal function, and I'm too tired to realize it (been up WAY too long)

 

Nevertheless, since it's (probably relevant to the issue of the code sanitizer, I thought I'd share.

 

I copied a character sheet template that @bwatford put together (thanks, btw, B, those templates are AWESOME!!!) and have been modifying it for my own use.  I have an Spoiler that I set up to contain OOC info & comments, and, since it's by itself (ie not nested within any other fieldsets or spoilers), I wanted it centered.  I brute forced it with 'Text Align:Center' in the source, because when I used the editor buttons, it wouldn't stick.  Frustratingly, the whole thing was Centered, including the text within the hidden area.  Thinking I would just be stuck with this, I ignored it in favor of tinkering with other things.

 

Well, tonight, I was editing it again, and I decided to try and put 'Text Align:Left' in the hidden part, and, wonder of wonders, it worked.  But, since the board had been stripping out code before, I figured it was going to strip this out as well, so, with a sigh, I re-edited it and saved it...and it kept the formatting! 😄

 

Now, again, I dont know if this is a step in the right direction, or if this is it just working how it's supposed to, or if y'all got the issue (partially) fixed.  But, for whatever reason, it's working in this instance, and I wanted to let y'all know, in case this is a good (or, potentially bad) thing.

 

Here's the spoiler:

OOC INFORMATION

TESTING

ONE

TWO

THREE

 

 

 

spacer.png

 

 

Here's the code:

<div class="mwspoiler" style="text-align:center;">
    <div class="mwspoiler-shown">
        <div class="mwspoiler-showtext" data-tc-id="w-0.13990970546259984" tc-textcontent="true">
            <p>
                OOC INFORMATION
            </p>
        </div>
    </div>

    <div class="mwspoiler-hidden" style="text-align: left; display: flex;">
        <div class="mwspoiler-hidetext" data-tc-id="w-0.4717722722974588" tc-textcontent="true">
            <p>
                TESTING
            </p>

            <p>
                ONE
            </p>

            <p>
                TWO
            </p>

            <p>
                THREE
            </p>

            <p>
                &nbsp;
            </p>

            <p>
                &nbsp;
            </p>

            <p>
                &nbsp;
            </p>

            <p>
                <a href="https://www.kingdomofmorrain.com/fieldspacer.png"><img data-loaded="true" data-ratio="0.15" data-src="https://www.kingdomofmorrain.com/fieldspacer.png" height="1" src="https://test.myth-weavers.com/applications/core/interface/js/spacer.png" style="height:1px; width:675px" width="700"></a>
            </p>
        </div>
    </div>
</div>

Arklytte

Arklytte

Erm...So, I'm not sure if I did something right, something wrong, or if this is just normal function, and I'm too tired to realize it (been up WAY too long)

 

Nevertheless, since it's (probably relevant to the issue of the code sanitizer, I thought I'd share.

 

I copied a character sheet template that @bwatford put together (thanks, btw, B, those templates are AWESOME!!!) and have been modifying it for my own use.  I have an Spoiler that I set up to contain OOC info & comments, and, since it's by itself (ie not nested within any other fieldsets or spoilers), I wanted it centered.  I brute forced it with 'Text Align:Center' in the source, because when I used the editor buttons, it wouldn't stick.  Frustratingly, the whole thing was Centered, including the text within the hidden area.  Thinking I would just be stuck with this, I ignored it in favor of tinkering with other things.

 

Well, tonight, I was editing it again, and I decided to try and put 'Text Align:Left' in the hidden part, and, wonder of wonders, it worked.  But, since the board had been stripping out code before, I figured it was going to strip this out as well, so, with a sigh, I re-edited it and saved it...and it kept the formatting! 😄

 

Now, again, I dont know if this is a step in the right direction, or if this is it just working how it's supposed to, or if y'all got the issue (partially) fixed.  But, for whatever reason, it's working in this instance, and I wanted to let y'all know, in case this is a good (or, potentially bad) thing.

 

Here's the spoiler:

OOC INFORMATION

TESTING

ONE

TWO

THREE

 

 

 

spacer.png

 

 

Here's the code:

<div class="mwspoiler" style="text-align:center;">
    <div class="mwspoiler-shown">
        <div class="mwspoiler-showtext" data-tc-id="w-0.13990970546259984" tc-textcontent="true">
            <p>
                OOC INFORMATION
            </p>
        </div>
    </div>

    <div class="mwspoiler-hidden" style="text-align: left; display: flex;">
        <div class="mwspoiler-hidetext" data-tc-id="w-0.4717722722974588" tc-textcontent="true">
            <p>
                TESTING
            </p>

            <p>
                ONE
            </p>

            <p>
                TWO
            </p>

            <p>
                THREE
            </p>

            <p>
                &nbsp;
            </p>

            <p>
                &nbsp;
            </p>

            <p>
                &nbsp;
            </p>

            <p>
                <a href="https://www.kingdomofmorrain.com/fieldspacer.png"><img data-loaded="true" data-ratio="0.15" data-src="https://www.kingdomofmorrain.com/fieldspacer.png" height="1" src="https://test.myth-weavers.com/applications/core/interface/js/spacer.png" style="height:1px; width:675px" width="800"></a>
            </p>
        </div>
    </div>
</div>

Arklytte

Arklytte

Erm...So, I'm not sure if I did something right, something wrong, or if this is just normal function, and I'm too tired to realize it (been up WAY too long)

 

Nevertheless, since it's (probably relevant to the issue of the code sanitizer, I thought I'd share.

 

I copied a character sheet template that @bwatford put together (thanks, btw, B, those templates are AWESOME!!!) and have been modifying it for my own use.  I have an Spoiler that I set up to contain OOC info & comments, and, since it's by itself (ie not nested within any other fieldsets or spoilers), I wanted it centered.  I brute forced it with 'Text Align:Center' in the source, because when I used the editor buttons, it wouldn't stick.  Frustratingly, the whole thing was Centered, including the text within the hidden area.  Thinking I would just be stuck with this, I ignored it in favor of tinkering with other things.

 

Well, tonight, I was editing it again, and I decided to try and put 'Text Align:Left' in the hidden part, and, wonder of wonders, it worked.  But, since the board had been stripping out code before, I figured it was going to strip this out as well, so, with a sigh, I re-edited it and saved it...and it kept the formatting! 😄

 

Now, again, I dont know if this is a step in the right direction, or if this is it just working how it's supposed to, or if y'all got the issue (partially) fixed.  But, for whatever reason, it's working in this instance, and I wanted to let y'all know, in case this is a good (or, potentially bad) thing.

 

Here's the code:

<div class="mwspoiler" style="text-align:center;">
    <div class="mwspoiler-shown">
        <div class="mwspoiler-showtext" data-tc-id="w-0.13990970546259984" tc-textcontent="true">
            <p>
                OOC INFORMATION
            </p>
        </div>
    </div>

    <div class="mwspoiler-hidden" style="text-align: left; display: flex;">
        <div class="mwspoiler-hidetext" data-tc-id="w-0.4717722722974588" tc-textcontent="true">
            <p>
                TESTING
            </p>

            <p>
                ONE
            </p>

            <p>
                TWO
            </p>

            <p>
                THREE
            </p>

            <p>
                &nbsp;
            </p>

            <p>
                &nbsp;
            </p>

            <p>
                &nbsp;
            </p>

            <p>
                <a href="https://www.kingdomofmorrain.com/fieldspacer.png"><img data-loaded="true" data-ratio="0.15" data-src="https://www.kingdomofmorrain.com/fieldspacer.png" height="1" src="https://test.myth-weavers.com/applications/core/interface/js/spacer.png" style="height:1px; width:675px" width="800"></a>
            </p>
        </div>
    </div>
</div>

Arklytte

Arklytte

Erm...I'm not sure if this is a breakthrough, of just normal function, but I thought I should share, nevertheless, since it's relevant to the issue of the code sanitizer.

 

I copied a character sheet template that @bwatford put together (thanks, btw, B, those templates are AWESOME!!!) and have been modifying it for my own use.  I have an Spoiler that I set up to contain OOC info & comments, and, since it's by itself, I wanted it centered.  I brute forced it with 'Text Align:Center' in the source, but, frustratingly, the whole thing was Centered, including the text within the hidden area.  Thinking I would just be stuck with this, I ignored it.  Well, tonight, I was editing it again, and I tried to put 'Text Align:Left' in the hidden part, and, wonder of wonders, it worked.  But, since the board had been stripping out code, I figured it was going to strip this out as well, so, with a sigh, I re-edited it and saved it...and it kept the formatting! 😄

 

Now, again, I dont know if this is a step in the right direction, or if this is it just working how it's supposed to, or if y'all got the issue (partially) fixed.  But, for whatever reason, it's working in this instance, and I wanted to let y'all know, in case this is a good (or, potentially bad) thing.

 

Here's the code:

<div class="mwspoiler" style="text-align:center;">
    <div class="mwspoiler-shown">
        <div class="mwspoiler-showtext" data-tc-id="w-0.13990970546259984" tc-textcontent="true">
            <p>
                OOC INFORMATION
            </p>
        </div>
    </div>

    <div class="mwspoiler-hidden" style="text-align: left; display: flex;">
        <div class="mwspoiler-hidetext" data-tc-id="w-0.4717722722974588" tc-textcontent="true">
            <p>
                TESTING
            </p>

            <p>
                ONE
            </p>

            <p>
                TWO
            </p>

            <p>
                THREE
            </p>

            <p>
                &nbsp;
            </p>

            <p>
                &nbsp;
            </p>

            <p>
                &nbsp;
            </p>

            <p>
                <a href="https://www.kingdomofmorrain.com/fieldspacer.png"><img data-loaded="true" data-ratio="0.15" data-src="https://www.kingdomofmorrain.com/fieldspacer.png" height="1" src="https://test.myth-weavers.com/applications/core/interface/js/spacer.png" style="height:1px; width:675px" width="800"></a>
            </p>
        </div>
    </div>
</div>

Arklytte

Arklytte

Erm...I'm not sure if this is a breakthrough, of just normal function, but I thought I should share, nevertheless, since it's relevant to the issue of the code sanitizer.

 

I copied a character sheet template that @bwatford put together (thanks, btw, B, those templates are AWESOME!!!) and have been modifying it for my own use.  I have an Spoiler that I set up to contain OOC info & comments, and, since it's by itself, I wanted it centered.  I brute forced it with 'Text Align:Center' in the source, but, frustratingly, the whole thing was Centered.  Thinking I would just be stuck with this, I ignored it.  Well, tonight, I was editing it again, and I tried to put 'Text Align:Left' in the hidden part, and, wonder of wonders, it worked.  But, since the board had been stripping out code, I figured it was going to strip this out as well, so, with a sigh, I re-edited it and saved it...and it kept the formatting! 😄

 

Now, again, I dont know if this is a step in the right direction, or if this is it just working how it's supposed to, or if y'all got the issue (partially) fixed.  But, for whatever reason, it's working in this instance, and I wanted to let y'all know, in case this is a good (or, potentially bad) thing.

 

Here's the code:

<div class="mwspoiler" style="text-align:center;">
    <div class="mwspoiler-shown">
        <div class="mwspoiler-showtext" data-tc-id="w-0.13990970546259984" tc-textcontent="true">
            <p>
                OOC INFORMATION
            </p>
        </div>
    </div>

    <div class="mwspoiler-hidden" style="text-align: left; display: flex;">
        <div class="mwspoiler-hidetext" data-tc-id="w-0.4717722722974588" tc-textcontent="true">
            <p>
                TESTING
            </p>

            <p>
                ONE
            </p>

            <p>
                TWO
            </p>

            <p>
                THREE
            </p>

            <p>
                &nbsp;
            </p>

            <p>
                &nbsp;
            </p>

            <p>
                &nbsp;
            </p>

            <p>
                <a href="https://www.kingdomofmorrain.com/fieldspacer.png"><img data-loaded="true" data-ratio="0.15" data-src="https://www.kingdomofmorrain.com/fieldspacer.png" height="1" src="https://test.myth-weavers.com/applications/core/interface/js/spacer.png" style="height:1px; width:675px" width="800"></a>
            </p>
        </div>
    </div>
</div>

Arklytte

Arklytte

Erm...I'm not sure if this is a breakthrough, of just normal function, but I thought I should share, nevertheless, since it's relevant to the issue of the code sanitizer.

 

I copied a character sheet template that @bwatford put together (thanks, btw, B, those templates are AWESOME!!!) and have been modifying it for my own use.  I have an Spoiler that I set up to contain OOC info & comments, and, since it's by itself, I wanted it centered.  I brute forced it with 'Text Align:Center' in the source, but, frustratingly, the whole thing was Centered.  Thinking I would just be stuck with this, I ignored it.  Well, tonight, I was editing it again, and I tried to put 'Text Align:Left' in the hidden part, and, wonder of wonders, it worked.  But, since the board had been stripping out code, I figured it was going to strip this out as well, so, with a sigh, I re-edited it and saved it...and it kept the formatting!

 

Now, again, I dont know if this is a step in the right direction, or if this is it just working how it's supposed to, or if y'all got the issue (partially) fixed.  But, for whatever reason, it's working in this single instance, and I wanted to let y'all know, in case this is a good (or, potentially bad) thing.

 

Here's the code:

<div class="mwspoiler" style="text-align:center;">
    <div class="mwspoiler-shown">
        <div class="mwspoiler-showtext" data-tc-id="w-0.13990970546259984" tc-textcontent="true">
            <p>
                OOC INFORMATION
            </p>
        </div>
    </div>

    <div class="mwspoiler-hidden" style="text-align: left; display: flex;">
        <div class="mwspoiler-hidetext" data-tc-id="w-0.4717722722974588" tc-textcontent="true">
            <p>
                TESTING
            </p>

            <p>
                ONE
            </p>

            <p>
                TWO
            </p>

            <p>
                THREE
            </p>

            <p>
                &nbsp;
            </p>

            <p>
                &nbsp;
            </p>

            <p>
                &nbsp;
            </p>

            <p>
                <a href="https://www.kingdomofmorrain.com/fieldspacer.png"><img data-loaded="true" data-ratio="0.15" data-src="https://www.kingdomofmorrain.com/fieldspacer.png" height="1" src="https://test.myth-weavers.com/applications/core/interface/js/spacer.png" style="height:1px; width:675px" width="800"></a>
            </p>
        </div>
    </div>
</div>

×
×
  • Create New...