You are viewing a single comment's thread from:

RE: Steemit Markdown Basics for Beginners

in #steemit7 years ago

Issue with controlling the spacing between words/characters is the word wrap in Steemit's style. It is set to make Steemit as responsive as possible for tablets and phones. There are ways to do it but mobile view of post may differ.

📌 Possible Solutions:

  • You can use HTML <pre></pre> tags to get your desired function.
    • Demo:
      P R E                 FORMATTED      Text 
  • Aside from &nbsp; there is &ensp; x2 as big &emsp; x4 as big.
    • For increased distance between elements, use multiple times.
  • One last way, you can use a transparent graphic to specified width.
    • Code: Spacing![](http://de.mo/50px-spacer.png)Example!
    • Demo:
      SpacingExample!

📌 If you want more control of post layout, learn steemit HTML.


⚠ I'm working on an app to help make it easier to use HTML: Find out more...
This post was edited with HastyMarkup!

Sort:  

thanks for the info - it's useful - I'll check out the app you were working on