add a poem

  • Unknown's avatar

    add a poem with proper line breaks

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi ritalosch,

    Below is an HTML mock paragraph and line break code you can use to write poems on your website. You also have to use HTML editor, located beside the Visual Editor. Just preview your poem before publishing.

    <p> stands for a paragraph,
    for line break

    <html>
    <body>
    
    <p>This is<br>a paragraph<br>with line breaks</p>
    <p>This is<br>a paragraph<br>with line breaks</p>
    <p>This is<br>a paragraph<br>with line breaks</p>
    <p>This is<br>a paragraph<br>with line breaks</p>
    
    </body>
    </html>
  • Unknown's avatar

    Thank you so much for your suggestion. However I am very very low-tech and do not understand the code stuff. I’m trying to distinguish between a single spaced couple of lines and a larger stanza break

  • Unknown's avatar

    I am using your poem as a reference.

    <html>
    <body>
    
    <p>Having simple quirky fun<br>walking alone<br>through this cool December<br>afternoon</p>
    
    <p>peering down into big dark<br>animal holes<br>burrowed beneath ancient<br>walnut trees,</p>
    
    </body>
    </html>

    Result:
    Having simple quirky fun
    walking alone
    through this cool December
    afternoon

    peering down into big dark
    animal holes
    burrowed beneath ancient
    walnut trees,

    Just copy-paste the poem between the code. Place
    for single spacing and <p> for paragraph; </p> to end the paragraph. Just try it out and preview it.

  • The topic ‘add a poem’ is closed to new replies.