My technique for centering is I put < / center> at the end of my whole story and then < center > in the beginning. I then make a copy of < center >, look at the preview, and whatever lines didn't get centered I paste < center > in front of. I know there will eventually better solution but for now it doesn't take me long and it always works. I have spaces on the < center > codes because it wouldn't be visible here if I had them together the way they're supposed to be. Hope this helps! Thanks for the review!
You are viewing a single comment's thread from:
Thank you! We know how to center in the Steemit editor/raw HTML, and of course we can copy/paste from Steempower.org and polish it off here on Steemit, but we're looking for a native way to do it in Steempower.org if there is one
Just a note: the center tag is officially deprecated by the W3C and should not be used.
The official way to do this now is to use CSS and specify "margin-left: 0 auto; margin-right: 0 auto;"
<span style="margin:0 auto">centered text</span>
I'll look into adding a button for this on the markdown editor, but in the meantime please do it the modern way.