formatting on blog when using phone app

  • Unknown's avatar

    I’ve had recurring issues with formatting when using the android app.

    Here’s the latest example (notice that the text bleeds past the margin).

    https://unboundman.wordpress.com/2018/12/26/run-like-a-warrior/

    Is there a way to permanently fix this and ensure I don’t encounter the same problem in the future. If not, I’m going to use a different blogging service.

    Much thanks

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

  • Unknown's avatar

    I took a look in your page code and it seems it contains a lot of unnecessary code.
    <p><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;" data-mce-style="font-size: 11pt; font-family: Arial; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre;">In the men’s fitness community, running has a bad reputation.</span></p>
    Especially white-space:pre makes your text run of the screen. Whitespace is preserved by the browser. Text will only wrap on line breaks. Acts like the <pre> tag in HTML.
    This happens when you copy and paste your text from a wordprocessor.

  • The topic ‘formatting on blog when using phone app’ is closed to new replies.