New line, but no new paragraph

Be sure to read and follow the guidelines for our forums.

Aug 28, 2024 2:39 pm
Is there a way to insert a newline into the text?

In tables a new paragraph (Enter key) automatically creates a new table row, but I'd like to break up text without making a new table row. Is there a way to do that?
Last edited August 28, 2024 2:39 pm
Aug 28, 2024 2:52 pm
I paste this line of code (in the post text box) to achieve what you describe:
[color=";clear:both;display:block;"]     [/color]


(and you can turn this into a snippet to use quickly from a pull down menu on the npc sheet if you want:
[snippet="New Line"]
[color=";clear:both;display:block;"]     [/color]
[/snippet]


https://i.imgur.com/v5sWla1.png
Aug 28, 2024 2:57 pm
If you don't need formatting inside the cells, you can also use the code tag. :D

CellCell
Text Text Text
Text Text
Text
[ +- ] Code
Last edited August 28, 2024 2:59 pm
Aug 28, 2024 9:32 pm
Dr_B says:
[color=";clear:both;display:block;"]     [/color]

Nice. The shorter:
[f=display:block;][/f]

will also do if you already have [ color] tags involved and nesting is a problem.
Sep 5, 2024 2:55 pm
I don't care about colors now, just a way to break the text without making a new table row. I'll try this, thanks.

I tried, and it works. However, if I leave the format block empty, it won't make an empty line. However, I circumvented this by inserting a non-breaking space html entity, and it does even the empty line trick.
Last edited September 5, 2024 3:02 pm

You do not have permission to post in this thread.