View Single Post
Old Today, 01:17 AM   #1
icearch
Zealot
icearch will become famous soon enoughicearch will become famous soon enoughicearch will become famous soon enoughicearch will become famous soon enoughicearch will become famous soon enoughicearch will become famous soon enough
 
Posts: 111
Karma: 530
Join Date: Nov 2025
Device: none
Want more elegant way to do this (too long to fit in title)

Here I have some play script, I want to format it like this:

Click image for larger version

Name:	a96026ad-2f36-4913-bf47-7990ac920c25.png
Views:	18
Size:	61.8 KB
ID:	221870

That is: character name and their line should have in-paragraph spacing, not between-paragraph sapcing. And the line should have 2em indentation.

I can think two ways to do this:

1. Using < br/ >, and add lots of & #160; which is so dumb.

2. Using two < p >, and set margin-bottom of the upper paragraph and margin-top of the lower paragraph to 0, and set lower paragraph text-indent to 2em. Which is to much code to my taste.

So I want to know is there any more elegant way to achieve this outcome?
icearch is offline   Reply With Quote