*Hey folks.* *So I am pretty new on Steemit, but I have noticed a lot of posts lack basic formatting. In my opinion, you need to do anything in your power to make your post stand out. Slapping a picture and writing one paragraph is not good enough.* *In this blog post I will give you all the tools needed to make your blog stand out from the pack.* http://www.anita.com/blog/en_us/wp-content/uploads/sites/3/2016/02/blog-success.jpg # The Formatting Mentality *** <p> <div class="pull-left"> http://i65.tinypic.com/8y9r9f.jpg </div> So before we dive into the tips and tricks, let me first just give you a few pointers on what your mentality should be. So for me personally, the cost of learning barely any coding was worth it because I wanted my blogs to look good. Not for anyone in particular, but for me, <b>I</b> wanted them to look cool for the sake of looking cool. Once you know the basic coding <b>(and trust me it take no time to learn it, the <a href="https://en.wikipedia.org/wiki/Opportunity_cost">oppertunity cost</a> is definitely worth it)</b> you won't even notice the coding as you are making your post. At any rate, you should always try to improve your work. This is your platform, you project yourself through it. It's only logical to try and make your projection as shiny as possible. </p> # The Editor vs Coding --- First thing's first. You could always use the built in editor. http://i67.tinypic.com/2lictx3.png The options here are basic however, and you need more if you want your posts to shine. http://i66.tinypic.com/2h4e4n6.png I know some people recoil at the sound of the word "coding", but the coding you actually have to do is pretty minimal and fun to use (for me at least :D). It's also really simple. So Steemit support two coding languages: **Markdown** and **HTML**. You can't use any CSS functionalities (yet). And you can mix and match Markdown and HTML in most cases. # Basic Formatting *** Huge walls of text don't impress anyone (in fact they are quite annoying). When you're done expressing your thought, press ENTER. Make every paragraph chain to the previous one, and you'll have a free flowing article. This alone will make a huge difference in your post, and make it much more readable. Now for the most basic of coding. Keep in mind that every HTML tag requires you to close it with an "/" before the closing tag (Markdown simply requires you to repeat the same tag). HTML also requires that you closing tags be in the opposite order of the opening ones. And all letters and symbols must to be combined (same for Markdown). | Formatting| Markdown| HTML| | ------------- |-------------| -----| | **Bold** | ** | `<b>` | | *Italic* | * | `<i>` | | ~~Strikethrough~~ | ~~ | `<s>` | | [Link](https://steemit.com/@grocko) | `[TEXT](LINK)` | `<ahref=LINK>TEXT</a>"` | As for headers, there are six header sizes in both Markdown and HTML. The ones I'm using on this post are H1, the biggest ones. For markdown you simply use "#SPACEtitle", the more "#" you use, the smaller the title. HTML's tags go from `<h1>` to `<h6>`. And they work the same way as Markdown's. # Images and Video *** Ok, so using images and occasionally videos, in your posts, is important. And it's made really easy on Steemit. Simply copy and paste your link and it should work. If you are having problems (because this sometimes doesn\t work with some links, for some reason). Download said image and use an image uploader [(like this one)](https://imgbb.com/), to upload the image again and copy that url. I also want to quickly say that you should always credit the picture source if needed. Leaving pictures uncredited is unethical, as well as plagiarism. # Additional Coding --- <center>https://media.giphy.com/media/13HBDT4QSTpveU/giphy.gif</center> How did I make the image above align in the center? `<center>` You wanna type in a smaller font? Something to put under an image? Try out `<sub>` These are all simple commands that you can find with a quick google search. We'll however cover a couple more important coding commands here. ### Lists Using lists is much simpler in Markdown rather than HTML. For Markdown it's a simple "*" or "-" for unordered lists, and 1.(or any number you want) for ordered lists. Like I said simple. The tags have to be used on a new line with SPACE separating them. ### Horizontal Lime You've seen these all over Steemit: --- To achieve this it's a simple --- or *** on a new line. ### Floating Images This is some relatively new tech for Steemit, and in my opinion, really makes your blog look pretty.And it is done using HTML. <p> <div class="pull-right"> https://rlv.zcache.com/happy_smiley_face_round_stickers-rbdcd90a58b8e40a9b895e7c2fd1e65ef_v9waf_8byvr_324.jpg </div> To achieve the effect you see right now simply use this code: `<p>` `<div class="pull-left/right">` (img link) `</div>` (your text) `</P>` </P> One thing to note about when using this: the text that you enter will not support markdown! (so if you want to make something bold you will have to use the HTML tag < b >, rather then the ** that markdown uses) ### Text Justify This is for anyone that wants their text to look all neat and well structured, like in a newspaper. It aligns your article on both sides of the page. You need to use the "justify class" to achieve this. `<div class="text-justify">` (your text) `</div>` ### Blockquotes Quoting something is also really easy using Markdown. Simply use an ">" in a new line and type out your quote. # Conclusion *** I can only advise you to try your hardest. If you want to make your post look a specific way, go to google and try and find how. Just remember that Steemit only supports Markdown and HTML. Everyone on here had to learn this basic coding at some point, and none had too hard a time doing it. So don't fear the code! It is a very valuable tool in your Steemit career. And will help you greatly reach the audience you want. --- --- --- #### Thank you for reading! If you enjoyed the blog please consider **upvoting** and [**following!**](https://steemit.com/@grocko) As for image sources: [1](http://www.anita.com/blog/en_us/2016/02/22/bra-blogs-that-are-must-reads/), [2](http://natm.wikia.com/wiki/The_Thinker), [3](https://giphy.com/gifs/ign-describe-plans-13HBDT4QSTpveU), [4](https://www.zazzle.com/smiley+face+gifts)
author | grocko |
---|---|
permlink | formatting-help-how-to-make-your-blogs-stand-out |
category | tutorial |
json_metadata | {"tags":["tutorial","help","newbie","steemit","blog"],"image":["http://www.anita.com/blog/en_us/wp-content/uploads/sites/3/2016/02/blog-success.jpg","http://i65.tinypic.com/8y9r9f.jpg","http://i67.tinypic.com/2lictx3.png","http://i66.tinypic.com/2h4e4n6.png","https://media.giphy.com/media/13HBDT4QSTpveU/giphy.gif","https://rlv.zcache.com/happy_smiley_face_round_stickers-rbdcd90a58b8e40a9b895e7c2fd1e65ef_v9waf_8byvr_324.jpg"],"links":["https://en.wikipedia.org/wiki/Opportunity_cost","https://steemit.com/@grocko","https://imgbb.com/","http://www.anita.com/blog/en_us/2016/02/22/bra-blogs-that-are-must-reads/","http://natm.wikia.com/wiki/The_Thinker","https://giphy.com/gifs/ign-describe-plans-13HBDT4QSTpveU","https://www.zazzle.com/smiley+face+gifts"],"app":"steemit/0.1","format":"markdown"} |
created | 2017-06-26 17:40:57 |
last_update | 2017-06-26 18:38:00 |
depth | 0 |
children | 84 |
last_payout | 2017-07-03 17:40:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 38.728 HBD |
curator_payout_value | 11.639 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 6,406 |
author_reputation | 171,016,255,859,678 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,209,984 |
net_rshares | 5,378,623,842,942 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cloh76 | 0 | 396,668,858 | 0.2% | ||
diana.catherine | 0 | 401,557,809 | 0.1% | ||
krystle | 0 | 1,330,211,379 | 0.05% | ||
heimindanger | 0 | 42,986,202,605 | 50% | ||
carlidos | 0 | 0 | 0% | ||
freyman | 0 | 1,202,683,893 | 100% | ||
jsantana | 0 | 665,302,891 | 0.1% | ||
heretickitten | 0 | 351,965,945 | 0.2% | ||
ethical-ai | 0 | 128,112,618 | 0.1% | ||
jhermanbeans | 0 | 331,372,936 | 0.1% | ||
worldtraveler | 0 | 136,461,586 | 0.2% | ||
mgibson | 0 | 225,790,730 | 1% | ||
elias-jaxon | 0 | 0 | 100% | ||
gamer00 | 0 | 65,766,796,384 | 30% | ||
thejohalfiles | 0 | 4,818,868,867,499 | 10% | ||
starrkravenmaf | 0 | 251,198,453 | 0.3% | ||
bigtakosensei | 0 | 85,942,474 | 1% | ||
walterjay | 0 | 75,079,954,821 | 15% | ||
fisteganos | 0 | 518,850,908 | 0.1% | ||
mendezand | 0 | 106,935,663 | 0.1% | ||
sawang | 0 | 69,205,901 | 100% | ||
adam.angel | 0 | 878,409,151 | 100% | ||
banjo | 0 | 744,115,778 | 10.89% | ||
fronttowardenemy | 0 | 167,650,074 | 0.1% | ||
oluwoleolaide | 0 | 147,954,625 | 0.1% | ||
thomasgutierrez | 0 | 4,141,482,707 | 100% | ||
gbenga | 0 | 70,784,710 | 1% | ||
numpypython | 0 | 91,287,715 | 0.1% | ||
jocra | 0 | 492,532,540 | 0.1% | ||
dracosalieri | 0 | 207,273,741 | 0.5% | ||
harmlesslyfatal | 0 | 8,231,201,881 | 100% | ||
fernandam | 0 | 789,963,580 | 30% | ||
choogirl | 0 | 400,775,059 | 0.2% | ||
sidwrites | 0 | 178,594,162 | 0.1% | ||
nicnas | 0 | 11,064,686,962 | 100% | ||
starsteem | 0 | 71,535,844 | 0.3% | ||
gindor | 0 | 261,686,811 | 0.2% | ||
abcdoctor | 0 | 62,152,913 | 1% | ||
manuel78 | 0 | 51,237,683 | 1% | ||
whatamidoing | 0 | 88,930,695 | 0.1% | ||
nybble | 0 | 104,773,277 | 0.5% | ||
elew | 0 | 904,727,116 | 100% | ||
beng05 | 0 | 64,313,052 | 1% | ||
bymma | 0 | 270,996,499 | 1% | ||
dhn0411 | 0 | 1,128,072,731 | 100% | ||
pegasusphysics | 0 | 0 | 100% | ||
qwasert | 0 | 91,090,493 | 0.2% | ||
wvm | 0 | 5,065,114,784 | 100% | ||
kubbyelizabeth | 0 | 263,186,802 | 100% | ||
exavier | 0 | 4,460,740,966 | 100% | ||
madlila | 0 | 509,293,091 | 100% | ||
dx7200 | 0 | 73,977,518 | 100% | ||
wafimou | 0 | 227,652,345 | 100% | ||
seymourbucks | 0 | 1,775,033,733 | 100% | ||
sanakoev | 0 | 553,434,969 | 100% | ||
dienhassan | 0 | 210,828,287 | 100% | ||
bunabit | 0 | 0 | 100% | ||
randowhale | 0 | 263,352,974,044 | 1.4% | ||
loooping | 0 | 188,516,221 | 100% | ||
minnowsupport | 0 | 24,809,309,704 | 1% | ||
darkrpa77 | 0 | 876,337,410 | 100% | ||
kiporen212 | 0 | 2,837,736,777 | 1% | ||
tastetwist | 0 | 320,596,209 | 1% | ||
rachgudy | 0 | 713,218,317 | 100% | ||
teenz | 0 | 1,326,702,618 | 100% | ||
rawpride | 0 | 208,927,194 | 100% | ||
treinorstudio | 0 | 0 | 100% | ||
scalerman | 0 | 592,888,663 | 100% | ||
hi-everyone | 0 | 0 | 100% | ||
nnnhhh | 0 | 3,659,797,828 | 100% | ||
mitchiesfoodrace | 0 | 0 | 100% | ||
ausbitbot | 0 | 420,422,654 | 0.1% | ||
gpenco | 0 | 62,831,036 | 0.2% | ||
steemitadventure | 0 | 15,092,698,353 | 19% | ||
shadeless | 0 | 1,047,574,920 | 100% | ||
grocko | 0 | 1,477,944,475 | 100% | ||
peppernickel | 0 | 777,697,417 | 100% | ||
manofaction89 | 0 | 266,960,431 | 100% | ||
bigoldbitties | 0 | 1,160,697,483 | 100% | ||
fitinfun | 0 | 771,863,389 | 100% | ||
magiliw | 0 | 859,559,193 | 100% | ||
kristyglas | 0 | 342,405,185 | 100% | ||
helenkaquot | 0 | 0 | 100% | ||
elitaforce | 0 | 1,096,854,878 | 100% | ||
lolomarie | 0 | 876,323,018 | 100% | ||
kerlund74 | 0 | 0 | 100% | ||
vrcak | 0 | 1,143,282,032 | 100% | ||
zhaiavee | 0 | 1,108,461,161 | 100% | ||
shazeb | 0 | 481,686,685 | 100% | ||
harbysco | 0 | 0 | 100% | ||
taintedblood | 0 | 0 | 100% | ||
maulord | 0 | 0 | 100% | ||
spaingaroo | 0 | 0 | 100% | ||
shello | 0 | 0 | 100% | ||
khamil | 0 | 0 | 100% | ||
roykie17 | 0 | 0 | 100% | ||
intuitivejakob | 0 | 0 | 100% | ||
bluabaleno | 0 | 0 | 100% | ||
imealien | 0 | 0 | 100% | ||
fy1000000 | 0 | 0 | 100% |
Thanks for posting this useful guide. It will help me with my intro post! 👍🏻
author | adam.angel |
---|---|
permlink | re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170701t070313547z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-07-01 07:03:15 |
last_update | 2017-07-01 07:03:15 |
depth | 1 |
children | 0 |
last_payout | 2017-07-08 07:03:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 76 |
author_reputation | 76,731,190,989 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,858,563 |
net_rshares | 0 |
In other words, I have started learning **coding language**. Thanks to you.
author | charlesadeyemi |
---|---|
permlink | re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170817t055406536z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-08-17 05:54:09 |
last_update | 2017-08-17 05:54:09 |
depth | 1 |
children | 0 |
last_payout | 2017-08-24 05:54:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 75 |
author_reputation | 0 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,055,323 |
net_rshares | 0 |
Thank you for that lesson, its taking me time to learn the coding but im getting there!😄 By the way, ive seen it alot around, its prob. a silly question but how do you make the picture (or video??) move??? Like the cute one you have on this post with the cat typing... ? 🤔🤔
author | cooknbake |
---|---|
permlink | re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170903t105055205z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-09-03 10:50:57 |
last_update | 2017-09-03 10:50:57 |
depth | 1 |
children | 1 |
last_payout | 2017-09-10 10:50:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 275 |
author_reputation | 3,797,676,584,226 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,731,055 |
net_rshares | 0 |
Glad you found it useful. :) The cat moving is just a .gif my friend. It's just a moving image basically. A compressed video format of sorts.
author | grocko |
---|---|
permlink | re-cooknbake-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170906t191748093z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-09-06 19:17:48 |
last_update | 2017-09-06 19:17:48 |
depth | 2 |
children | 0 |
last_payout | 2017-09-13 19:17:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 141 |
author_reputation | 171,016,255,859,678 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 14,080,204 |
net_rshares | 0 |
Great post! resteemed.
author | doctorcrypto |
---|---|
permlink | re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170629t104344244z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-06-29 10:40:12 |
last_update | 2017-06-29 10:40:12 |
depth | 1 |
children | 1 |
last_payout | 2017-07-06 10:40:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 22 |
author_reputation | 15,262,316,111,880 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,605,641 |
net_rshares | 0 |
Thanks!
author | grocko |
---|---|
permlink | re-doctorcrypto-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170629t104250915z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-06-29 10:42:54 |
last_update | 2017-06-29 10:42:54 |
depth | 2 |
children | 0 |
last_payout | 2017-07-06 10:42:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.022 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 7 |
author_reputation | 171,016,255,859,678 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,605,880 |
net_rshares | 3,404,027,181 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
grocko | 0 | 3,404,027,181 | 100% |
Thank you so much! This was immensely helpful!I was wondering how some of these people were coming up with kick butt posts. No more voting power, but, I am following and resteemed for my friends!
author | dswigle |
---|---|
permlink | re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t192521413z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-06-26 19:25:18 |
last_update | 2017-06-26 19:25:18 |
depth | 1 |
children | 2 |
last_payout | 2017-07-03 19:25:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 196 |
author_reputation | 775,783,151,770,199 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,222,762 |
net_rshares | 0 |
Thanks man. This post was meant for people exactly like you. I'm glad you found it useful!
author | grocko |
---|---|
permlink | re-dswigle-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t192734228z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-06-26 19:27:36 |
last_update | 2017-06-26 19:27:36 |
depth | 2 |
children | 1 |
last_payout | 2017-07-03 19:27:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 90 |
author_reputation | 171,016,255,859,678 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,223,057 |
net_rshares | 0 |
You will never know just how much I appreciate it.
author | dswigle |
---|---|
permlink | re-grocko-re-dswigle-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t192910238z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-06-26 19:29:09 |
last_update | 2017-06-26 19:29:09 |
depth | 3 |
children | 0 |
last_payout | 2017-07-03 19:29:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 50 |
author_reputation | 775,783,151,770,199 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,223,246 |
net_rshares | 0 |
The keyboard cat is too cute :) Thank you for this, I have alot to learn and you covered it all I think.
author | elew |
---|---|
permlink | re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170629t025014536z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-06-29 02:50:15 |
last_update | 2017-06-29 02:50:15 |
depth | 1 |
children | 2 |
last_payout | 2017-07-06 02:50:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 104 |
author_reputation | 3,196,318,909,741 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,565,412 |
net_rshares | 0 |
Thanks. As long as it helps you out, we're all good. ;) Cute cats included. :D
author | grocko |
---|---|
permlink | re-elew-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170629t040512538z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-06-29 04:05:15 |
last_update | 2017-06-29 04:05:15 |
depth | 2 |
children | 1 |
last_payout | 2017-07-06 04:05:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.020 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 79 |
author_reputation | 171,016,255,859,678 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,572,038 |
net_rshares | 3,265,087,296 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
grocko | 0 | 3,265,087,296 | 100% |
:)
author | elew |
---|---|
permlink | re-grocko-re-elew-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170629t040558811z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-06-29 04:05:57 |
last_update | 2017-06-29 04:05:57 |
depth | 3 |
children | 0 |
last_payout | 2017-07-06 04:05:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 2 |
author_reputation | 3,196,318,909,741 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,572,098 |
net_rshares | 0 |
Useful information I'll use on my posts. Thanks for sharing.
author | exavier |
---|---|
permlink | re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t174203581z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-06-26 17:42:03 |
last_update | 2017-06-26 17:42:03 |
depth | 1 |
children | 1 |
last_payout | 2017-07-03 17:42:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 60 |
author_reputation | 721,814,528,661 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,210,101 |
net_rshares | 0 |
That's what it's here for man, to help everyone out! Tnx for stopping by.
author | grocko |
---|---|
permlink | re-exavier-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t174944646z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-06-26 17:49:45 |
last_update | 2017-06-26 17:49:45 |
depth | 2 |
children | 0 |
last_payout | 2017-07-03 17:49:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 75 |
author_reputation | 171,016,255,859,678 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,211,012 |
net_rshares | 0 |
Thanks! I'm still on a mission to figure out a way to center an image _and_ wrap text around it. Has anyone figured out a way to do it?
author | finnian |
---|---|
permlink | re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170811t144736293z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-08-11 14:47:36 |
last_update | 2017-08-11 14:47:36 |
depth | 1 |
children | 1 |
last_payout | 2017-08-18 14:47:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 136 |
author_reputation | 4,742,383,200,746 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,509,615 |
net_rshares | 0 |
I think there still isn't a real way to do that. It has to be something like align=center in html, and there is still no such functionality on the site. Yet. :)
author | grocko |
---|---|
permlink | re-finnian-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170811t225349158z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-08-11 22:53:51 |
last_update | 2017-08-11 22:53:51 |
depth | 2 |
children | 0 |
last_payout | 2017-08-18 22:53:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.022 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 164 |
author_reputation | 171,016,255,859,678 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,548,161 |
net_rshares | 8,832,837,598 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
finnian | 0 | 8,832,837,598 | 20% |
Thank you so much for this help. I followed you and resteemed to get this post on my feed. I need all the help I can get and this is all new to me. Much appreciated - Sharon at fitinfun :)
author | fitinfun |
---|---|
permlink | re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t235746324z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-06-26 23:57:48 |
last_update | 2017-06-26 23:58:18 |
depth | 1 |
children | 1 |
last_payout | 2017-07-03 23:57:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 188 |
author_reputation | 155,514,258,903,945 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,254,560 |
net_rshares | 0 |
That's why it was made fellow steemian. I'm so glad you found it helpful!
author | grocko |
---|---|
permlink | re-fitinfun-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170627t210715436z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-06-27 21:07:18 |
last_update | 2017-06-27 21:07:36 |
depth | 2 |
children | 0 |
last_payout | 2017-07-04 21:07:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 73 |
author_reputation | 171,016,255,859,678 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,388,123 |
net_rshares | 0 |
Sadly sometimes you can't polish a turd. Garbage in garbage out. All the formatting in the world can't save me. Good post though
author | fuckmylife |
---|---|
permlink | re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t190629605z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-06-26 19:06:03 |
last_update | 2017-06-26 19:06:03 |
depth | 1 |
children | 12 |
last_payout | 2017-07-03 19:06:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 128 |
author_reputation | 1,365,524,722,971 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,220,530 |
net_rshares | 0 |
Ummmm, thanks? I'm sure you could make a right on polished turd friend, I believe in you!
author | grocko |
---|---|
permlink | re-fuckmylife-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t191145431z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-06-26 19:11:45 |
last_update | 2017-06-26 19:11:45 |
depth | 2 |
children | 10 |
last_payout | 2017-07-03 19:11:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 91 |
author_reputation | 171,016,255,859,678 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,221,221 |
net_rshares | 0 |
I guess some of us just lack creativity. Thank you for the kind words.
author | fuckmylife |
---|---|
permlink | re-grocko-re-fuckmylife-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t191853099z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-06-26 19:18:27 |
last_update | 2017-06-26 19:18:27 |
depth | 3 |
children | 9 |
last_payout | 2017-07-03 19:18:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 70 |
author_reputation | 1,365,524,722,971 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,221,987 |
net_rshares | 0 |
You most certainly can! https://www.youtube.com/watch?v=yiJ9fy1qSFI Credit: Mythbusters TV Show
author | stormriderstudio |
---|---|
permlink | re-fuckmylife-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t195205563z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"image":["https://img.youtube.com/vi/yiJ9fy1qSFI/0.jpg"],"links":["https://www.youtube.com/watch?v=yiJ9fy1qSFI"],"app":"steemit/0.1"} |
created | 2017-06-26 19:52:06 |
last_update | 2017-06-26 19:52:06 |
depth | 2 |
children | 0 |
last_payout | 2017-07-03 19:52:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 95 |
author_reputation | 1,082,215,996,176 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,226,054 |
net_rshares | 0 |
Great post - Thanks! Any idea how to size up/down an image as well?
author | fy1000000 |
---|---|
permlink | re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20180520t002054063z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2018-05-20 00:20:54 |
last_update | 2018-05-20 00:20:54 |
depth | 1 |
children | 1 |
last_payout | 2018-05-27 00:20:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 67 |
author_reputation | 133,422,689 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 56,624,766 |
net_rshares | 0 |
I found a roundabout way to do this ---every time you cascade the `<div>` tag, the image gets resized by 50%. For example: `<div class="pull-left">` `<div class="pull-left"> ` `http://basebandtech.com/wp-content/uploads/admin.png` `</div>` `</div>`
author | fy1000000 |
---|---|
permlink | re-fy1000000-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20180520t151406818z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2018-05-20 15:14:06 |
last_update | 2018-05-20 15:32:18 |
depth | 2 |
children | 0 |
last_payout | 2018-05-27 15:14:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 250 |
author_reputation | 133,422,689 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 56,722,918 |
net_rshares | 0 |
Very clean guide! I've been using all these tricks myself! Also did you know you can do spoilers thingy a bit like reddit? > just do > followed by a bunch of spaces and then the spoiler
author | heimindanger |
---|---|
permlink | re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t195635227z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-06-26 19:56:36 |
last_update | 2017-06-26 19:56:36 |
depth | 1 |
children | 2 |
last_payout | 2017-07-03 19:56:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.074 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 286 |
author_reputation | -16,507,408,909,111 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,226,618 |
net_rshares | 8,148,234,984 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
heimindanger | 0 | 4,446,848,545 | 5% | ||
nnnhhh | 0 | 3,701,386,439 | 100% |
No I didn't. Thanks for the tip!
author | grocko |
---|---|
permlink | re-heimindanger-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t200157234z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-06-26 20:01:57 |
last_update | 2017-06-26 20:01:57 |
depth | 2 |
children | 0 |
last_payout | 2017-07-03 20:01:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 32 |
author_reputation | 171,016,255,859,678 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,227,332 |
net_rshares | 0 |
french tricks
author | nnnhhh |
---|---|
permlink | re-heimindanger-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t195833588z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-06-26 19:58:36 |
last_update | 2017-06-26 19:58:36 |
depth | 2 |
children | 0 |
last_payout | 2017-07-03 19:58:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 13 |
author_reputation | 492,880,581,889 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,226,881 |
net_rshares | 0 |
Hello!!! This is a great post! Thanks a lot! Finally, i ve posted using the alignment I want! Here is the post: https://steemit.com/cryptocurrency/@imealien/caged-deepmind-the-cdmcoin Thanks have a nice day!!!
author | imealien |
---|---|
permlink | re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20180125t152759291z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"links":["https://steemit.com/cryptocurrency/@imealien/caged-deepmind-the-cdmcoin"],"app":"steemit/0.1"} |
created | 2018-01-25 15:28:03 |
last_update | 2018-01-25 15:28:03 |
depth | 1 |
children | 0 |
last_payout | 2018-02-01 15:28:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 209 |
author_reputation | 38,617,401,804,916 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 32,228,676 |
net_rshares | 0 |
This is EXACTLY what I needed. I was trying to figure out how to wrap text beside images and your tutorial is the only one that worked for me. You totally rock. Big love, followed and upvoted from this minnow.
author | intuitivejakob |
---|---|
permlink | re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170912t175036545z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-09-12 17:50:36 |
last_update | 2017-09-12 17:50:36 |
depth | 1 |
children | 0 |
last_payout | 2017-09-19 17:50:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 211 |
author_reputation | 33,554,455,656,073 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 14,683,750 |
net_rshares | 0 |
Good post! I never saw the editor tab of the Steemit post section :D
author | jbp |
---|---|
permlink | re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t182228433z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-06-26 18:22:30 |
last_update | 2017-06-26 18:22:30 |
depth | 1 |
children | 1 |
last_payout | 2017-07-03 18:22:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 68 |
author_reputation | 3,479,318,844,272 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,215,145 |
net_rshares | 0 |
Tnx! Ye most people seem to miss it. They really need to make that more distinct.
author | grocko |
---|---|
permlink | re-jbp-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t182328145z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-06-26 18:23:30 |
last_update | 2017-06-26 18:23:30 |
depth | 2 |
children | 0 |
last_payout | 2017-07-03 18:23:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 81 |
author_reputation | 171,016,255,859,678 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,215,282 |
net_rshares | 0 |
Thanks for this information, I thought that I only could write plain text and add photos/videos... But I have learned to use *** and ** for Italic and bold text. This added a new dimension, it does not look to hard:-)
author | kerlund74 |
---|---|
permlink | re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170804t140525598z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-08-04 14:05:24 |
last_update | 2017-08-04 14:05:24 |
depth | 1 |
children | 0 |
last_payout | 2017-08-11 14:05:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 217 |
author_reputation | 1,801,083,516,525 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,753,308 |
net_rshares | 0 |
Thank you! Very helpful :D
author | kristyglas |
---|---|
permlink | re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t180813273z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-06-26 18:08:12 |
last_update | 2017-06-26 18:08:12 |
depth | 1 |
children | 1 |
last_payout | 2017-07-03 18:08:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 26 |
author_reputation | 128,388,033,443,655 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,213,390 |
net_rshares | 0 |
I'm glad you found it so!
author | grocko |
---|---|
permlink | re-kristyglas-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t181625869z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-06-26 18:16:27 |
last_update | 2017-06-26 18:16:27 |
depth | 2 |
children | 0 |
last_payout | 2017-07-03 18:16:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 25 |
author_reputation | 171,016,255,859,678 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,214,418 |
net_rshares | 0 |
Wait... @grocko can I check with you, when you add a video embed (like a YouTube embed), you use it just like embedding an image?
author | littlenewthings |
---|---|
permlink | re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170706t030650049z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"users":["grocko"],"app":"steemit/0.1"} |
created | 2017-07-06 03:06:33 |
last_update | 2017-07-06 03:06:33 |
depth | 1 |
children | 2 |
last_payout | 2017-07-13 03:06:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 129 |
author_reputation | 175,889,492,623,506 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,470,079 |
net_rshares | 0 |
I honestly just copy the links, both for images and for videos. Seems to be working just fine for me like that. :)
author | grocko |
---|---|
permlink | re-littlenewthings-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170706t221603698z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-07-06 22:16:06 |
last_update | 2017-07-06 22:16:06 |
depth | 2 |
children | 1 |
last_payout | 2017-07-13 22:16:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 114 |
author_reputation | 171,016,255,859,678 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,573,779 |
net_rshares | 0 |
yes I have tried it for a YouTube link. It worked. Thanks!
author | littlenewthings |
---|---|
permlink | re-grocko-re-littlenewthings-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170706t231504972z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-07-06 22:56:12 |
last_update | 2017-07-06 22:56:30 |
depth | 3 |
children | 0 |
last_payout | 2017-07-13 22:56:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 58 |
author_reputation | 175,889,492,623,506 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,576,890 |
net_rshares | 0 |
awesome , i just reestemed , this it might interest a lot of newbie same as me , thank for sharing , its very usefull because we have the steps to follow can learn more about coding in html , best regard may the steem force be with you steem buddy
author | loooping | ||||||
---|---|---|---|---|---|---|---|
permlink | re-grocko-2017629t163046228z | ||||||
category | tutorial | ||||||
json_metadata | {"tags":"tutorial","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-06-29 08:30:48 | ||||||
last_update | 2017-06-29 08:30:48 | ||||||
depth | 1 | ||||||
children | 5 | ||||||
last_payout | 2017-07-06 08:30:48 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.888 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 247 | ||||||
author_reputation | 438,958,877,371 | ||||||
root_title | "Formatting Help - How to make your blogs stand out" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 6,594,401 | ||||||
net_rshares | 104,055,374,789 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
good-karma | 0 | 100,336,457,025 | 0.05% | ||
mysteem | 0 | 84,100,558 | 0.05% | ||
demo | 0 | 161,941,849 | 0.05% | ||
feruz | 0 | 1,519,957,840 | 0.05% | ||
esteemapp | 0 | 676,224,583 | 0.05% | ||
meysam | 0 | 732,371,899 | 0.02% | ||
bounties | 0 | 172,457,699 | 0.05% | ||
steempoll | 0 | 167,406,324 | 0.05% | ||
tipping | 0 | 152,141,404 | 0.05% | ||
ortigas100 | 0 | 52,315,608 | 0.05% | ||
taintedblood | 0 | 0 | 100% |
author | grocko |
---|---|
permlink | re-loooping-re-grocko-2017629t163046228z-20170629t104150222z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-06-29 10:41:54 |
last_update | 2017-06-29 10:41:54 |
depth | 2 |
children | 4 |
last_payout | 2017-07-06 10:41:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.030 HBD |
curator_payout_value | 0.003 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 56 |
author_reputation | 171,016,255,859,678 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,605,789 |
net_rshares | 3,801,773,399 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
loooping | 0 | 188,645,328 | 100% | ||
darkrpa77 | 0 | 278,570,832 | 100% | ||
grocko | 0 | 3,334,557,239 | 100% |
Parking a comment so that I can refer to this later. Very unfortunate that it's not within the upvote period. Thanks for a great article, man! 10/10
author | maulord |
---|---|
permlink | re-grocko-re-loooping-re-grocko-2017629t163046228z-20170724t144941490z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-07-24 14:49:42 |
last_update | 2017-07-24 14:49:42 |
depth | 3 |
children | 3 |
last_payout | 2017-07-31 14:49:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 149 |
author_reputation | 11,322,976,256 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,545,361 |
net_rshares | 0 |
This was a very helpful tutorial and I appreciate your time, that you have put into it!
author | magiliw |
---|---|
permlink | re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170702t135026813z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-07-02 13:50:27 |
last_update | 2017-07-02 13:50:27 |
depth | 1 |
children | 1 |
last_payout | 2017-07-09 13:50:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 87 |
author_reputation | 1,167,316,895,309 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,016,013 |
net_rshares | 0 |
Thank you! Glad it served its purpose.
author | grocko |
---|---|
permlink | re-magiliw-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170702t163339832z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-07-02 16:33:42 |
last_update | 2017-07-02 16:33:42 |
depth | 2 |
children | 0 |
last_payout | 2017-07-09 16:33:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 38 |
author_reputation | 171,016,255,859,678 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,034,490 |
net_rshares | 0 |
Good post. I've gone back to pure html as Markdown and HTML do some weird things together that annoyed me. I haven't tried it but assume "table" will work too. Also having (*) for italics is annoying for anyone writing maths who wishes to express 3x4 as 3*4=12. See!
author | math-trail |
---|---|
permlink | re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t185337290z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-06-26 18:53:42 |
last_update | 2017-06-26 18:53:42 |
depth | 1 |
children | 1 |
last_payout | 2017-07-03 18:53:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 267 |
author_reputation | 6,215,667,826,830 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,219,039 |
net_rshares | 0 |
Danke! Ye, in some cases they work, and in some they don't. They really have a mind of their own.
author | grocko |
---|---|
permlink | re-math-trail-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t185646524z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-06-26 18:56:48 |
last_update | 2017-06-26 18:56:48 |
depth | 2 |
children | 0 |
last_payout | 2017-07-03 18:56:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 98 |
author_reputation | 171,016,255,859,678 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,219,395 |
net_rshares | 0 |
Thanks fo the tips! Following you and looking forward to more post like this.
author | mikej |
---|---|
permlink | re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170627t035532747z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-06-27 03:55:33 |
last_update | 2017-06-27 03:55:33 |
depth | 1 |
children | 1 |
last_payout | 2017-07-04 03:55:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 77 |
author_reputation | 697,958,030,131 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,277,894 |
net_rshares | 0 |
What a coincidence that you should ask! I made a [post about that yesterday!](https://steemit.com/tutorial/@grocko/formatting-help-how-to-make-your-blogs-stand-out)
author | grocko |
---|---|
permlink | re-mikej-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170627t210953562z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"links":["https://steemit.com/tutorial/@grocko/formatting-help-how-to-make-your-blogs-stand-out"],"app":"steemit/0.1"} |
created | 2017-06-27 21:09:54 |
last_update | 2017-06-27 21:09:54 |
depth | 2 |
children | 0 |
last_payout | 2017-07-04 21:09:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.024 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 164 |
author_reputation | 171,016,255,859,678 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,388,400 |
net_rshares | 3,666,893,248 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
grocko | 0 | 3,666,893,248 | 100% |
<p>Congratulations! This post has been upvoted from the communal account, @minnowsupport, by grocko from the Minnow Support Project. It's a witness project run by aggroed, ausbitbank, teamsteem, theprophet0, and someguy123. The goal is to help Steemit grow by supporting Minnows and creating a social network. Please find us in the <a href="https://discord.gg/HYj4yvw">Peace, Abundance, and Liberty Network (PALnet) Discord Channel</a>. It's a completely public and open space to all members of the Steemit community who voluntarily choose to be there.</p> <p>If you like what we're doing please upvote this comment so we can continue to build the community account that's supporting all members.</p>
author | minnowsupport |
---|---|
permlink | re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t180117629z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"cosgrove/0.0.1rc3"} |
created | 2017-06-26 18:01:18 |
last_update | 2017-06-26 18:01:18 |
depth | 1 |
children | 0 |
last_payout | 2017-07-03 18:01:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 707 |
author_reputation | 148,902,805,319,183 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,212,484 |
net_rshares | 0 |
I just found this awesome post! Very valuable info!! I wish I could still resteem this.. thanks for the info @grocko
author | mitchiesfoodrace |
---|---|
permlink | re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170801t140553491z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"users":["grocko"],"app":"steemit/0.1"} |
created | 2017-08-01 14:05:57 |
last_update | 2017-08-01 14:05:57 |
depth | 1 |
children | 1 |
last_payout | 2017-08-08 14:05:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 116 |
author_reputation | 1,117,071,830,717 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,427,463 |
net_rshares | 0 |
Glad you found it useful bud!
author | grocko |
---|---|
permlink | re-mitchiesfoodrace-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170801t161138868z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-08-01 16:11:39 |
last_update | 2017-08-01 16:11:39 |
depth | 2 |
children | 0 |
last_payout | 2017-08-08 16:11:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 29 |
author_reputation | 171,016,255,859,678 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,440,207 |
net_rshares | 0 |
Thanks @grocko i found your post very helpful
author | moemanmoesly |
---|---|
permlink | re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170811t210420970z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"users":["grocko"],"app":"steemit/0.1"} |
created | 2017-08-11 21:04:21 |
last_update | 2017-08-11 21:04:21 |
depth | 1 |
children | 0 |
last_payout | 2017-08-18 21:04:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 45 |
author_reputation | 99,350,146,725,915 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,541,037 |
net_rshares | 0 |
So *that's* how you do the horizontal line! ^_^; I spent an hour yesterday trying to figure that out and eventually had to settle for a centred string of tildes, lol. Thank you much. (found this post whilst scrolling through the PAL discord writing advice channel)
author | pegasusphysics |
---|---|
permlink | re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170705t142946022z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-07-05 14:29:45 |
last_update | 2017-07-05 14:30:45 |
depth | 1 |
children | 1 |
last_payout | 2017-07-12 14:29:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 264 |
author_reputation | 2,763,641,310,350 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,403,583 |
net_rshares | 0 |
Glad you found it useful friend! :)
author | grocko |
---|---|
permlink | re-pegasusphysics-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170706t221452279z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-07-06 22:14:57 |
last_update | 2017-07-06 22:14:57 |
depth | 2 |
children | 0 |
last_payout | 2017-07-13 22:14:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 35 |
author_reputation | 171,016,255,859,678 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,573,668 |
net_rshares | 0 |
This post received a 1.4% upvote from @randowhale thanks to @grocko! For more information, [click here](https://steemit.com/steemit/@randowhale/introducing-randowhale-will-you-get-the-100-vote-give-it-a-shot)!
author | randowhale |
---|---|
permlink | re-formatting-help-how-to-make-your-blogs-stand-out-20170630t020924 |
category | tutorial |
json_metadata | "{"app": "randowhale/0.1", "format": "markdown"}" |
created | 2017-06-30 02:09:27 |
last_update | 2017-06-30 02:09:27 |
depth | 1 |
children | 0 |
last_payout | 2017-07-07 02:09:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 210 |
author_reputation | 47,657,457,485,459 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,704,715 |
net_rshares | 1,598,889,744 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thedumpster | 0 | 1,598,889,744 | 1% |
Thanks, I wish I came across this when I first got on here!
author | rawpride |
---|---|
permlink | re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t204959712z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-06-26 20:49:51 |
last_update | 2017-06-26 20:49:51 |
depth | 1 |
children | 1 |
last_payout | 2017-07-03 20:49:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 59 |
author_reputation | 18,693,214,393,238 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,233,131 |
net_rshares | 0 |
Thanks man, appreciate that.
author | grocko |
---|---|
permlink | re-rawpride-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t221457011z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-06-26 22:14:57 |
last_update | 2017-06-26 22:14:57 |
depth | 2 |
children | 0 |
last_payout | 2017-07-03 22:14:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 28 |
author_reputation | 171,016,255,859,678 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,243,419 |
net_rshares | 0 |
Upvoted and Followed!
author | rawpride |
---|---|
permlink | re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t205039939z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-06-26 20:50:30 |
last_update | 2017-06-26 20:50:30 |
depth | 1 |
children | 1 |
last_payout | 2017-07-03 20:50:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 21 |
author_reputation | 18,693,214,393,238 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,233,222 |
net_rshares | 0 |
Thank you!
author | grocko |
---|---|
permlink | re-rawpride-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t221908705z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-06-26 22:19:09 |
last_update | 2017-06-26 22:19:09 |
depth | 2 |
children | 0 |
last_payout | 2017-07-03 22:19:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 171,016,255,859,678 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,243,897 |
net_rshares | 0 |
that's a great tutorial . . .
author | roykie17 |
---|---|
permlink | re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170830t081959314z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-08-30 09:23:15 |
last_update | 2017-08-30 09:23:15 |
depth | 1 |
children | 0 |
last_payout | 2017-09-06 09:23:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 29 |
author_reputation | 4,904,742,572,921 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,321,714 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
bluabaleno | 0 | 0 | 100% |
Thanks @grocko! Appreciate the image uploader link..I noticed I couldnt upload my image when using the editor? But theres an easy pic box when its no editor? New here and struggling a bit.. :)
author | scalerman |
---|---|
permlink | re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170627t030940631z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"users":["grocko"],"app":"steemit/0.1"} |
created | 2017-06-27 03:09:42 |
last_update | 2017-06-27 03:09:42 |
depth | 1 |
children | 1 |
last_payout | 2017-07-04 03:09:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 193 |
author_reputation | 226,949,661,773 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,273,544 |
net_rshares | 248,372,098 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
philipnbrown | 0 | 248,372,098 | 100% |
Ye, for sure not everything is as well explained as it could be. Glad you found the blog helpful!
author | grocko |
---|---|
permlink | re-scalerman-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170627t210904224z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-06-27 21:09:06 |
last_update | 2017-06-27 21:09:06 |
depth | 2 |
children | 0 |
last_payout | 2017-07-04 21:09:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 97 |
author_reputation | 171,016,255,859,678 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,388,316 |
net_rshares | 726,734,434 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
scalerman | 0 | 726,734,434 | 100% |
Great intro to formatting @grocko If you wrap your code in a pair of backticks (`) you will be able to format the code correctly in your posts. they will show like this `<a href="link">text</a>` For some reason `<code>` doesn't work, even though it recognises it as a html tag and won't display it the code inside is formatted as if the code tag wasn't there. --- <div class ="pull-right">https://steemitimages.com/DQmVyGb5Li5V38MkY444GrdYczb2HgVLWLbEoD8Hacyttrz/Hello.png</div> <sub><b>Scarlet</b> Just a minnow swimming in the undertow</sub>
author | scarletleonard |
---|---|
permlink | re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t180302835z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"users":["grocko"],"image":["https://steemitimages.com/DQmVyGb5Li5V38MkY444GrdYczb2HgVLWLbEoD8Hacyttrz/Hello.png"],"app":"steemit/0.1"} |
created | 2017-06-26 18:03:03 |
last_update | 2017-06-26 18:03:03 |
depth | 1 |
children | 2 |
last_payout | 2017-07-03 18:03:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 552 |
author_reputation | 351,529,324,731 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,212,706 |
net_rshares | 0 |
I was wondering why `<code>` wasn't working :D Thanks a bunch!
author | grocko |
---|---|
permlink | re-scarletleonard-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t180425792z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-06-26 18:04:27 |
last_update | 2017-06-26 18:31:48 |
depth | 2 |
children | 1 |
last_payout | 2017-07-03 18:04:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 62 |
author_reputation | 171,016,255,859,678 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,212,872 |
net_rshares | 0 |
It's a strange beast sometimes. Earlier I couldn't get my a and img tags to play nicely but it just kept putting the text for the image source and linking that to where I wanted it to go. Seems if you want to link an image you use an `<a>` tag but the image has to me in markdown. But every other instance where you try to mix html and markdown it fails. --- <div class ="pull-right">https://steemitimages.com/DQmVyGb5Li5V38MkY444GrdYczb2HgVLWLbEoD8Hacyttrz/Hello.png</div> <sub><b>Scarlet</b> Just a minnow swimming in the undertow</sub>
author | scarletleonard |
---|---|
permlink | re-grocko-re-scarletleonard-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t181401547z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"image":["https://steemitimages.com/DQmVyGb5Li5V38MkY444GrdYczb2HgVLWLbEoD8Hacyttrz/Hello.png"],"app":"steemit/0.1"} |
created | 2017-06-26 18:14:00 |
last_update | 2017-06-26 18:14:00 |
depth | 3 |
children | 0 |
last_payout | 2017-07-03 18:14:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 542 |
author_reputation | 351,529,324,731 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,214,138 |
net_rshares | 0 |
This was the exact post I was looking for. I couldn't find anything on how to align images in my posts. I feel that used correctly can give such a professional edge to a post. Thank you for sharing your tips c:
author | shello |
---|---|
permlink | re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170818t234024422z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-08-18 23:40:36 |
last_update | 2017-08-18 23:40:36 |
depth | 1 |
children | 1 |
last_payout | 2017-08-25 23:40:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 210 |
author_reputation | 16,533,387,036,996 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,218,140 |
net_rshares | 0 |
Your welcome bud! Glad you found it of use. Cheers!
author | grocko |
---|---|
permlink | re-shello-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170819t150404130z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-08-19 15:04:06 |
last_update | 2017-08-19 15:04:06 |
depth | 2 |
children | 0 |
last_payout | 2017-08-26 15:04:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 51 |
author_reputation | 171,016,255,859,678 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,269,649 |
net_rshares | 4,128,432,558 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
shello | 0 | 4,128,432,558 | 100% |
thanks for this kick in the pants. I have learnt both languages really, and I still haven't been bothering to use it to, as you said, make it as good as _I would like it to be_ have to look into that mental state
author | spaingaroo |
---|---|
permlink | re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170730t123306713z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-07-30 12:33:09 |
last_update | 2017-07-30 12:33:09 |
depth | 1 |
children | 0 |
last_payout | 2017-08-06 12:33:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 215 |
author_reputation | 1,617,181,418,894 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,214,681 |
net_rshares | 0 |
This is a great, informative article for those of us who are rather new here. I already knew some markdown tags, but had no idea you could combine it with html. Thank you so much!
author | tinypaleokitchen |
---|---|
permlink | re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170914t085551571z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-09-14 08:55:54 |
last_update | 2017-09-14 08:55:54 |
depth | 1 |
children | 0 |
last_payout | 2017-09-21 08:55:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 179 |
author_reputation | 6,093,183,628,234 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 14,843,836 |
net_rshares | 0 |
Thank you for a nice publication
author | tohamy7 |
---|---|
permlink | re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170630t080744320z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-06-29 09:08:09 |
last_update | 2017-06-29 09:08:09 |
depth | 1 |
children | 1 |
last_payout | 2017-07-06 09:08:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 32 |
author_reputation | 8,807,709,091,999 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,597,533 |
net_rshares | 0 |
Thanks for taking the time to check it out.
author | grocko |
---|---|
permlink | re-tohamy7-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170629t104217097z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-06-29 10:42:21 |
last_update | 2017-06-29 10:42:21 |
depth | 2 |
children | 0 |
last_payout | 2017-07-06 10:42:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.022 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 43 |
author_reputation | 171,016,255,859,678 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,605,831 |
net_rshares | 3,473,497,124 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
grocko | 0 | 3,473,497,124 | 100% |
Cool post! Upvoted! <center><hr><a href="https://steemit.com/@wvm"><img src="https://steemitimages.com/0x0/ Follow me on Steemit click below." alt="follow.jpg"></a><hr></center>
author | wvm |
---|---|
permlink | re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t190122167z |
category | tutorial |
json_metadata | "{"tags":["tutorial"],"image":["https://steemitimages.com/0x0/ Follow me on Steemit click below."],"links":["https://steemit.com/@wvm"],"app":"steemit/0.1"}" |
created | 2017-06-26 19:01:21 |
last_update | 2017-06-26 19:01:21 |
depth | 1 |
children | 1 |
last_payout | 2017-07-03 19:01:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.027 HBD |
curator_payout_value | 0.008 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 293 |
author_reputation | 1,755,829,867,297 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,219,950 |
net_rshares | 3,851,156,469 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
wvm | 0 | 3,851,156,469 | 100% |
Thank you!
author | grocko |
---|---|
permlink | re-wvm-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t190956587z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-06-26 19:09:57 |
last_update | 2017-06-26 19:09:57 |
depth | 2 |
children | 0 |
last_payout | 2017-07-03 19:09:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.024 HBD |
curator_payout_value | 0.008 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 171,016,255,859,678 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,221,012 |
net_rshares | 3,590,061,115 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
wvm | 0 | 3,590,061,115 | 100% |
wow this post is really helpful! :) hope you can visit my blog and checked it at the same it. will definitely do your advice.
author | zhaiavee |
---|---|
permlink | re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170701t040122503z |
category | tutorial |
json_metadata | {"tags":["tutorial"],"app":"steemit/0.1"} |
created | 2017-07-01 04:01:27 |
last_update | 2017-07-01 04:01:27 |
depth | 1 |
children | 0 |
last_payout | 2017-07-08 04:01:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 125 |
author_reputation | 50,740,646,883 |
root_title | "Formatting Help - How to make your blogs stand out" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,845,474 |
net_rshares | 0 |