You're welcome! I need to review the centering and linked image embedding codes again. Sometimes when I center linked images the whole post gets stuck centered.
You are viewing a single comment's thread from:
You're welcome! I need to review the centering and linked image embedding codes again. Sometimes when I center linked images the whole post gets stuck centered.
Generally, that means ya missed the backslash on the end code
<p dir="auto">The other possibility... You may have used another code, skipped a line assuming you could start the code on one line and end it several later... And sometimes you can. 😏 And sometimes it just won't. <p dir="auto">For example: <h1><center>If I wanted to center this<center>And this<center>and make it a heading size <p dir="auto">but not this<br /> I have to start and end EACH line of the code, but they have to be touching... no spaces. <p dir="auto">The above would look like this:<br /> <code># <center>If I wanted to center this</center><center>And this</center><center>and make it a heading size</center><br /> but not this<br /> I have to start and end EACH line of the code, but they have to be touching... no spaces. <p dir="auto">It's kinda of a bitch. However! I do know there is someone working on a super amazing Markdown editor I'll be testing soon, that will make all this easy peasy. <p dir="auto">If you ever need me to look at a post and help trouble-shoot your format, let me know. We can share in real time with Hackmd.io . <p dir="auto">Good luck!</center>
, so look for those first.That helps. I will experiment with this next time I have problems.