Arr2
Virgin
- Joined
- May 15, 2024
- Posts
- 10
I had some fairly ambitious formatting in a story I posted where I wanted some blocks of text to be right-formatted AND have line breaks:
In other words, I wanted that code to generate three lines of text that were right-justified.
The Preview function of the story displayed text fine (more-or-less... I could live with it), but the formatting of the actual published story turned out to be broken, only right-aligning the first line and left-justifying the others.
My theory is that Literotica's code is breaking on the actual carriage return after the <br>... that is, the act of my putting in a hard return is being intrepretted by Literotica as saying, "Oh, you want this to be a new [left-aligned] paragraph."
Under this theory, formatting of this sort:
...might do what I want.
However, before I submit to the weeks-long process of trying to get a story edited, I wanted to see if anyone could confirm this might work, tell me a more-accepted solution, or inform me I'm barking up a futile tree.
Thanks for any help!
Code:
<p align="right">Testing 1<br>
Testing 2<br>
Testing 3</p>
In other words, I wanted that code to generate three lines of text that were right-justified.
The Preview function of the story displayed text fine (more-or-less... I could live with it), but the formatting of the actual published story turned out to be broken, only right-aligning the first line and left-justifying the others.
My theory is that Literotica's code is breaking on the actual carriage return after the <br>... that is, the act of my putting in a hard return is being intrepretted by Literotica as saying, "Oh, you want this to be a new [left-aligned] paragraph."
Under this theory, formatting of this sort:
Code:
<p align="right">Testing 1<br>Testing 2<br>Testing 3</p>
However, before I submit to the weeks-long process of trying to get a story edited, I wanted to see if anyone could confirm this might work, tell me a more-accepted solution, or inform me I'm barking up a futile tree.
Thanks for any help!