5E Character Create Playlist
  1. #1

    Parser Formatting

    Good day to all;
    Is there a way to do line feeds instead of paragraphs for text that needs to start at the beginning of a line?

    I have been using:
    <p>text</p>
    <p>text 2</p>
    winds up looking like:
    text

    text2

    I would like it look like the following with out any line spacing:
    text
    text 2

    A list wouldn't work in my situation because it indents and adds bullets.

    Tan

  2. #2

    Join Date
    Mar 2006
    Location
    Arkansas
    Posts
    7,397
    If the text is inside a formatted text control you can try \r between the text in a paragraph.

  3. #3
    That did not work. I tried \r, /r, <r></r>, <r><\r>. There must be a way! If you have any other ideas please let me know.

    Thanks
    Tan

  4. #4
    I've never used the parser, but the tags you are using are html/xml
    so maybe this will work - at least its what I do to get the same effect in xml modules.

    create a table with only one entry per line. They sit right under each other with no paragraph spacing.

    <table>
    <tr><td>Text1</td></tr>
    <tr><td>Text2</td></tr>
    </table>

  5. #5
    Sweet, that might just do the trick.

    Thanks
    Tan

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
DICE PACKS BUNDLE

Log in

Log in