I think I could read this 10 or 20 times and still have more to learn.
Thanks to @josephsavage, this post was resteemed and highlighted in today's edition of The Daily Sneak.
Thank you for your efforts to create quality content!
I think I could read this 10 or 20 times and still have more to learn.
Thanks to @josephsavage, this post was resteemed and highlighted in today's edition of The Daily Sneak.
Thank you for your efforts to create quality content!
Wow! Thank you!
And yes. Even going over it and revamping and adding new codes, I had to be VERY careful and make sure I was doing everything just right. And I think I did... I hope. 😳
Thanks for highlighting this post! 😍
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
</center>
, so look for those first.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.
For example:
but not this
I have to start and end EACH line of the code, but they have to be touching... no spaces.
The above would look like this:
# <center>If I wanted to center this</center><center>And this</center><center>and make it a heading size</center>
but not this
I have to start and end EACH line of the code, but they have to be touching... no spaces.
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.
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 .
Good luck!
That helps. I will experiment with this next time I have problems.