create account

Formatting Help - How to make your blogs stand out by grocko

View this thread on: hive.blogpeakd.comecency.com
· @grocko · (edited)
$50.37
Formatting Help - How to make your blogs stand out
*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)
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 36 others
properties (23)
authorgrocko
permlinkformatting-help-how-to-make-your-blogs-stand-out
categorytutorial
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"}
created2017-06-26 17:40:57
last_update2017-06-26 18:38:00
depth0
children84
last_payout2017-07-03 17:40:57
cashout_time1969-12-31 23:59:59
total_payout_value38.728 HBD
curator_payout_value11.639 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length6,406
author_reputation171,016,255,859,678
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,209,984
net_rshares5,378,623,842,942
author_curate_reward""
vote details (100)
@adam.angel ·
Thanks for posting this useful guide. It will help me with my intro post! 👍🏻
properties (22)
authoradam.angel
permlinkre-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170701t070313547z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-07-01 07:03:15
last_update2017-07-01 07:03:15
depth1
children0
last_payout2017-07-08 07:03:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length76
author_reputation76,731,190,989
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,858,563
net_rshares0
@charlesadeyemi ·
In other words, I have started learning **coding language**. Thanks to you.
properties (22)
authorcharlesadeyemi
permlinkre-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170817t055406536z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-08-17 05:54:09
last_update2017-08-17 05:54:09
depth1
children0
last_payout2017-08-24 05:54:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length75
author_reputation0
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id12,055,323
net_rshares0
@cooknbake ·
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... ? 
🤔🤔
properties (22)
authorcooknbake
permlinkre-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170903t105055205z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-09-03 10:50:57
last_update2017-09-03 10:50:57
depth1
children1
last_payout2017-09-10 10:50:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length275
author_reputation3,797,676,584,226
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,731,055
net_rshares0
@grocko ·
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.
properties (22)
authorgrocko
permlinkre-cooknbake-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170906t191748093z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-09-06 19:17:48
last_update2017-09-06 19:17:48
depth2
children0
last_payout2017-09-13 19:17:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length141
author_reputation171,016,255,859,678
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,080,204
net_rshares0
@doctorcrypto ·
Great post! resteemed.
properties (22)
authordoctorcrypto
permlinkre-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170629t104344244z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-06-29 10:40:12
last_update2017-06-29 10:40:12
depth1
children1
last_payout2017-07-06 10:40:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length22
author_reputation15,262,316,111,880
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,605,641
net_rshares0
@grocko ·
$0.03
Thanks!
👍  
properties (23)
authorgrocko
permlinkre-doctorcrypto-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170629t104250915z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-06-29 10:42:54
last_update2017-06-29 10:42:54
depth2
children0
last_payout2017-07-06 10:42:54
cashout_time1969-12-31 23:59:59
total_payout_value0.022 HBD
curator_payout_value0.007 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7
author_reputation171,016,255,859,678
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,605,880
net_rshares3,404,027,181
author_curate_reward""
vote details (1)
@dswigle ·
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!
properties (22)
authordswigle
permlinkre-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t192521413z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-06-26 19:25:18
last_update2017-06-26 19:25:18
depth1
children2
last_payout2017-07-03 19:25:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length196
author_reputation775,783,151,770,199
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,222,762
net_rshares0
@grocko ·
Thanks man. This post was meant for people exactly like you. I'm glad you found it useful!
properties (22)
authorgrocko
permlinkre-dswigle-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t192734228z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-06-26 19:27:36
last_update2017-06-26 19:27:36
depth2
children1
last_payout2017-07-03 19:27:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length90
author_reputation171,016,255,859,678
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,223,057
net_rshares0
@dswigle ·
You will never know just how much I appreciate it.
properties (22)
authordswigle
permlinkre-grocko-re-dswigle-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t192910238z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-06-26 19:29:09
last_update2017-06-26 19:29:09
depth3
children0
last_payout2017-07-03 19:29:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length50
author_reputation775,783,151,770,199
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,223,246
net_rshares0
@elew ·
The keyboard cat is too cute :) Thank you for this, I have alot to learn and you covered it all I think.
properties (22)
authorelew
permlinkre-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170629t025014536z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-06-29 02:50:15
last_update2017-06-29 02:50:15
depth1
children2
last_payout2017-07-06 02:50:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length104
author_reputation3,196,318,909,741
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,565,412
net_rshares0
@grocko ·
$0.03
Thanks. As long as it helps you out, we're all good. ;)

Cute cats included. :D
👍  
properties (23)
authorgrocko
permlinkre-elew-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170629t040512538z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-06-29 04:05:15
last_update2017-06-29 04:05:15
depth2
children1
last_payout2017-07-06 04:05:15
cashout_time1969-12-31 23:59:59
total_payout_value0.020 HBD
curator_payout_value0.007 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length79
author_reputation171,016,255,859,678
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,572,038
net_rshares3,265,087,296
author_curate_reward""
vote details (1)
@elew ·
:)
properties (22)
authorelew
permlinkre-grocko-re-elew-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170629t040558811z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-06-29 04:05:57
last_update2017-06-29 04:05:57
depth3
children0
last_payout2017-07-06 04:05:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length2
author_reputation3,196,318,909,741
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,572,098
net_rshares0
@exavier ·
Useful information I'll use on my posts. Thanks for sharing.
properties (22)
authorexavier
permlinkre-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t174203581z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-06-26 17:42:03
last_update2017-06-26 17:42:03
depth1
children1
last_payout2017-07-03 17:42:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length60
author_reputation721,814,528,661
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,210,101
net_rshares0
@grocko ·
That's what it's here for man, to help everyone out! 

Tnx for stopping by.
properties (22)
authorgrocko
permlinkre-exavier-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t174944646z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-06-26 17:49:45
last_update2017-06-26 17:49:45
depth2
children0
last_payout2017-07-03 17:49:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length75
author_reputation171,016,255,859,678
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,211,012
net_rshares0
@finnian ·
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?
properties (22)
authorfinnian
permlinkre-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170811t144736293z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-08-11 14:47:36
last_update2017-08-11 14:47:36
depth1
children1
last_payout2017-08-18 14:47:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length136
author_reputation4,742,383,200,746
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id11,509,615
net_rshares0
@grocko ·
$0.03
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. :)
👍  
properties (23)
authorgrocko
permlinkre-finnian-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170811t225349158z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-08-11 22:53:51
last_update2017-08-11 22:53:51
depth2
children0
last_payout2017-08-18 22:53:51
cashout_time1969-12-31 23:59:59
total_payout_value0.022 HBD
curator_payout_value0.006 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length164
author_reputation171,016,255,859,678
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id11,548,161
net_rshares8,832,837,598
author_curate_reward""
vote details (1)
@fitinfun · (edited)
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 :)
properties (22)
authorfitinfun
permlinkre-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t235746324z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-06-26 23:57:48
last_update2017-06-26 23:58:18
depth1
children1
last_payout2017-07-03 23:57:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length188
author_reputation155,514,258,903,945
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,254,560
net_rshares0
@grocko · (edited)
That's why it was made fellow steemian. I'm so glad you found it helpful!
properties (22)
authorgrocko
permlinkre-fitinfun-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170627t210715436z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-06-27 21:07:18
last_update2017-06-27 21:07:36
depth2
children0
last_payout2017-07-04 21:07:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length73
author_reputation171,016,255,859,678
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,388,123
net_rshares0
@fuckmylife ·
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
properties (22)
authorfuckmylife
permlinkre-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t190629605z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-06-26 19:06:03
last_update2017-06-26 19:06:03
depth1
children12
last_payout2017-07-03 19:06:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length128
author_reputation1,365,524,722,971
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,220,530
net_rshares0
@grocko ·
Ummmm, thanks? 

I'm sure you could make a right on polished turd friend, I believe in you!
properties (22)
authorgrocko
permlinkre-fuckmylife-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t191145431z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-06-26 19:11:45
last_update2017-06-26 19:11:45
depth2
children10
last_payout2017-07-03 19:11:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length91
author_reputation171,016,255,859,678
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,221,221
net_rshares0
@fuckmylife ·
I guess some of us just lack creativity. Thank you for the kind words.
properties (22)
authorfuckmylife
permlinkre-grocko-re-fuckmylife-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t191853099z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-06-26 19:18:27
last_update2017-06-26 19:18:27
depth3
children9
last_payout2017-07-03 19:18:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length70
author_reputation1,365,524,722,971
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,221,987
net_rshares0
@stormriderstudio ·
You most certainly can!
https://www.youtube.com/watch?v=yiJ9fy1qSFI
Credit: Mythbusters TV Show
properties (22)
authorstormriderstudio
permlinkre-fuckmylife-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t195205563z
categorytutorial
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"}
created2017-06-26 19:52:06
last_update2017-06-26 19:52:06
depth2
children0
last_payout2017-07-03 19:52:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length95
author_reputation1,082,215,996,176
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,226,054
net_rshares0
@fy1000000 ·
Great post - Thanks! Any idea how to size up/down an image as well?
properties (22)
authorfy1000000
permlinkre-grocko-formatting-help-how-to-make-your-blogs-stand-out-20180520t002054063z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2018-05-20 00:20:54
last_update2018-05-20 00:20:54
depth1
children1
last_payout2018-05-27 00:20:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length67
author_reputation133,422,689
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id56,624,766
net_rshares0
@fy1000000 · (edited)
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>`
properties (22)
authorfy1000000
permlinkre-fy1000000-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20180520t151406818z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2018-05-20 15:14:06
last_update2018-05-20 15:32:18
depth2
children0
last_payout2018-05-27 15:14:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length250
author_reputation133,422,689
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id56,722,918
net_rshares0
@heimindanger ·
$0.07
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
👍  ,
properties (23)
authorheimindanger
permlinkre-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t195635227z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-06-26 19:56:36
last_update2017-06-26 19:56:36
depth1
children2
last_payout2017-07-03 19:56:36
cashout_time1969-12-31 23:59:59
total_payout_value0.074 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length286
author_reputation-16,507,408,909,111
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,226,618
net_rshares8,148,234,984
author_curate_reward""
vote details (2)
@grocko ·
No I didn't. Thanks for the tip!
properties (22)
authorgrocko
permlinkre-heimindanger-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t200157234z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-06-26 20:01:57
last_update2017-06-26 20:01:57
depth2
children0
last_payout2017-07-03 20:01:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length32
author_reputation171,016,255,859,678
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,227,332
net_rshares0
@nnnhhh ·
french tricks
properties (22)
authornnnhhh
permlinkre-heimindanger-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t195833588z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-06-26 19:58:36
last_update2017-06-26 19:58:36
depth2
children0
last_payout2017-07-03 19:58:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length13
author_reputation492,880,581,889
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,226,881
net_rshares0
@imealien ·
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!!!
properties (22)
authorimealien
permlinkre-grocko-formatting-help-how-to-make-your-blogs-stand-out-20180125t152759291z
categorytutorial
json_metadata{"tags":["tutorial"],"links":["https://steemit.com/cryptocurrency/@imealien/caged-deepmind-the-cdmcoin"],"app":"steemit/0.1"}
created2018-01-25 15:28:03
last_update2018-01-25 15:28:03
depth1
children0
last_payout2018-02-01 15:28:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length209
author_reputation38,617,401,804,916
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id32,228,676
net_rshares0
@intuitivejakob ·
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.
properties (22)
authorintuitivejakob
permlinkre-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170912t175036545z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-09-12 17:50:36
last_update2017-09-12 17:50:36
depth1
children0
last_payout2017-09-19 17:50:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length211
author_reputation33,554,455,656,073
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,683,750
net_rshares0
@jbp ·
Good post! I never saw the editor tab of the Steemit post section :D
properties (22)
authorjbp
permlinkre-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t182228433z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-06-26 18:22:30
last_update2017-06-26 18:22:30
depth1
children1
last_payout2017-07-03 18:22:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length68
author_reputation3,479,318,844,272
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,215,145
net_rshares0
@grocko ·
Tnx! Ye most people seem to miss it. They really need to make that more distinct.
properties (22)
authorgrocko
permlinkre-jbp-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t182328145z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-06-26 18:23:30
last_update2017-06-26 18:23:30
depth2
children0
last_payout2017-07-03 18:23:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length81
author_reputation171,016,255,859,678
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,215,282
net_rshares0
@kerlund74 ·
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:-)
properties (22)
authorkerlund74
permlinkre-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170804t140525598z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-08-04 14:05:24
last_update2017-08-04 14:05:24
depth1
children0
last_payout2017-08-11 14:05:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length217
author_reputation1,801,083,516,525
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id10,753,308
net_rshares0
@kristyglas ·
Thank you! Very helpful :D
properties (22)
authorkristyglas
permlinkre-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t180813273z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-06-26 18:08:12
last_update2017-06-26 18:08:12
depth1
children1
last_payout2017-07-03 18:08:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length26
author_reputation128,388,033,443,655
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,213,390
net_rshares0
@grocko ·
I'm glad you found it so!
properties (22)
authorgrocko
permlinkre-kristyglas-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t181625869z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-06-26 18:16:27
last_update2017-06-26 18:16:27
depth2
children0
last_payout2017-07-03 18:16:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length25
author_reputation171,016,255,859,678
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,214,418
net_rshares0
@littlenewthings ·
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?
properties (22)
authorlittlenewthings
permlinkre-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170706t030650049z
categorytutorial
json_metadata{"tags":["tutorial"],"users":["grocko"],"app":"steemit/0.1"}
created2017-07-06 03:06:33
last_update2017-07-06 03:06:33
depth1
children2
last_payout2017-07-13 03:06:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length129
author_reputation175,889,492,623,506
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id7,470,079
net_rshares0
@grocko ·
I honestly just copy the links, both for images and for videos. Seems to be working just fine for me like that. :)
properties (22)
authorgrocko
permlinkre-littlenewthings-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170706t221603698z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-07-06 22:16:06
last_update2017-07-06 22:16:06
depth2
children1
last_payout2017-07-13 22:16:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length114
author_reputation171,016,255,859,678
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id7,573,779
net_rshares0
@littlenewthings · (edited)
yes I have tried it for a YouTube link. It worked. Thanks!
properties (22)
authorlittlenewthings
permlinkre-grocko-re-littlenewthings-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170706t231504972z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-07-06 22:56:12
last_update2017-07-06 22:56:30
depth3
children0
last_payout2017-07-13 22:56:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length58
author_reputation175,889,492,623,506
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id7,576,890
net_rshares0
@loooping ·
$0.89
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
👍  , , , , , , , , , ,
properties (23)
authorloooping
permlinkre-grocko-2017629t163046228z
categorytutorial
json_metadata{"tags":"tutorial","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-06-29 08:30:48
last_update2017-06-29 08:30:48
depth1
children5
last_payout2017-07-06 08:30:48
cashout_time1969-12-31 23:59:59
total_payout_value0.888 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length247
author_reputation438,958,877,371
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,594,401
net_rshares104,055,374,789
author_curate_reward""
vote details (11)
@grocko ·
$0.03
May the steem flow through you as well, fellow steemian.
👍  , ,
properties (23)
authorgrocko
permlinkre-loooping-re-grocko-2017629t163046228z-20170629t104150222z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-06-29 10:41:54
last_update2017-06-29 10:41:54
depth2
children4
last_payout2017-07-06 10:41:54
cashout_time1969-12-31 23:59:59
total_payout_value0.030 HBD
curator_payout_value0.003 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length56
author_reputation171,016,255,859,678
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,605,789
net_rshares3,801,773,399
author_curate_reward""
vote details (3)
@maulord ·
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
properties (22)
authormaulord
permlinkre-grocko-re-loooping-re-grocko-2017629t163046228z-20170724t144941490z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-07-24 14:49:42
last_update2017-07-24 14:49:42
depth3
children3
last_payout2017-07-31 14:49:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length149
author_reputation11,322,976,256
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,545,361
net_rshares0
@magiliw ·
This was a very helpful tutorial and I appreciate your time, that you have put into it!
properties (22)
authormagiliw
permlinkre-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170702t135026813z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-07-02 13:50:27
last_update2017-07-02 13:50:27
depth1
children1
last_payout2017-07-09 13:50:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length87
author_reputation1,167,316,895,309
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id7,016,013
net_rshares0
@grocko ·
Thank you! Glad it served its purpose.
properties (22)
authorgrocko
permlinkre-magiliw-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170702t163339832z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-07-02 16:33:42
last_update2017-07-02 16:33:42
depth2
children0
last_payout2017-07-09 16:33:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length38
author_reputation171,016,255,859,678
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id7,034,490
net_rshares0
@math-trail ·
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!
properties (22)
authormath-trail
permlinkre-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t185337290z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-06-26 18:53:42
last_update2017-06-26 18:53:42
depth1
children1
last_payout2017-07-03 18:53:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length267
author_reputation6,215,667,826,830
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,219,039
net_rshares0
@grocko ·
Danke!

Ye, in some cases they work, and in some they don't. They really have a mind of their own.
properties (22)
authorgrocko
permlinkre-math-trail-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t185646524z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-06-26 18:56:48
last_update2017-06-26 18:56:48
depth2
children0
last_payout2017-07-03 18:56:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length98
author_reputation171,016,255,859,678
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,219,395
net_rshares0
@mikej ·
Thanks fo the tips! Following you and looking forward to more post like this.
properties (22)
authormikej
permlinkre-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170627t035532747z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-06-27 03:55:33
last_update2017-06-27 03:55:33
depth1
children1
last_payout2017-07-04 03:55:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length77
author_reputation697,958,030,131
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,277,894
net_rshares0
@grocko ·
$0.03
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)
👍  
properties (23)
authorgrocko
permlinkre-mikej-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170627t210953562z
categorytutorial
json_metadata{"tags":["tutorial"],"links":["https://steemit.com/tutorial/@grocko/formatting-help-how-to-make-your-blogs-stand-out"],"app":"steemit/0.1"}
created2017-06-27 21:09:54
last_update2017-06-27 21:09:54
depth2
children0
last_payout2017-07-04 21:09:54
cashout_time1969-12-31 23:59:59
total_payout_value0.024 HBD
curator_payout_value0.006 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length164
author_reputation171,016,255,859,678
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,388,400
net_rshares3,666,893,248
author_curate_reward""
vote details (1)
@minnowsupport ·
<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>
properties (22)
authorminnowsupport
permlinkre-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t180117629z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"cosgrove/0.0.1rc3"}
created2017-06-26 18:01:18
last_update2017-06-26 18:01:18
depth1
children0
last_payout2017-07-03 18:01:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length707
author_reputation148,902,805,319,183
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,212,484
net_rshares0
@mitchiesfoodrace ·
I just found this awesome post! Very valuable info!! I wish I could still resteem this.. thanks for the info @grocko
properties (22)
authormitchiesfoodrace
permlinkre-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170801t140553491z
categorytutorial
json_metadata{"tags":["tutorial"],"users":["grocko"],"app":"steemit/0.1"}
created2017-08-01 14:05:57
last_update2017-08-01 14:05:57
depth1
children1
last_payout2017-08-08 14:05:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length116
author_reputation1,117,071,830,717
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id10,427,463
net_rshares0
@grocko ·
Glad you found it useful bud!
properties (22)
authorgrocko
permlinkre-mitchiesfoodrace-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170801t161138868z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-08-01 16:11:39
last_update2017-08-01 16:11:39
depth2
children0
last_payout2017-08-08 16:11:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length29
author_reputation171,016,255,859,678
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id10,440,207
net_rshares0
@moemanmoesly ·
Thanks @grocko i found your post very helpful
properties (22)
authormoemanmoesly
permlinkre-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170811t210420970z
categorytutorial
json_metadata{"tags":["tutorial"],"users":["grocko"],"app":"steemit/0.1"}
created2017-08-11 21:04:21
last_update2017-08-11 21:04:21
depth1
children0
last_payout2017-08-18 21:04:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length45
author_reputation99,350,146,725,915
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id11,541,037
net_rshares0
@pegasusphysics · (edited)
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)
properties (22)
authorpegasusphysics
permlinkre-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170705t142946022z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-07-05 14:29:45
last_update2017-07-05 14:30:45
depth1
children1
last_payout2017-07-12 14:29:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length264
author_reputation2,763,641,310,350
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id7,403,583
net_rshares0
@grocko ·
Glad you found it useful friend! :)
properties (22)
authorgrocko
permlinkre-pegasusphysics-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170706t221452279z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-07-06 22:14:57
last_update2017-07-06 22:14:57
depth2
children0
last_payout2017-07-13 22:14:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length35
author_reputation171,016,255,859,678
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id7,573,668
net_rshares0
@randowhale ·
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)!
👍  
properties (23)
authorrandowhale
permlinkre-formatting-help-how-to-make-your-blogs-stand-out-20170630t020924
categorytutorial
json_metadata"{"app": "randowhale/0.1", "format": "markdown"}"
created2017-06-30 02:09:27
last_update2017-06-30 02:09:27
depth1
children0
last_payout2017-07-07 02:09:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length210
author_reputation47,657,457,485,459
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,704,715
net_rshares1,598,889,744
author_curate_reward""
vote details (1)
@rawpride ·
Thanks, I wish I came across this when I first got on here!
properties (22)
authorrawpride
permlinkre-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t204959712z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-06-26 20:49:51
last_update2017-06-26 20:49:51
depth1
children1
last_payout2017-07-03 20:49:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length59
author_reputation18,693,214,393,238
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,233,131
net_rshares0
@grocko ·
Thanks man, appreciate that.
properties (22)
authorgrocko
permlinkre-rawpride-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t221457011z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-06-26 22:14:57
last_update2017-06-26 22:14:57
depth2
children0
last_payout2017-07-03 22:14:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length28
author_reputation171,016,255,859,678
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,243,419
net_rshares0
@rawpride ·
Upvoted and Followed!
properties (22)
authorrawpride
permlinkre-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t205039939z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-06-26 20:50:30
last_update2017-06-26 20:50:30
depth1
children1
last_payout2017-07-03 20:50:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length21
author_reputation18,693,214,393,238
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,233,222
net_rshares0
@grocko ·
Thank you!
properties (22)
authorgrocko
permlinkre-rawpride-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t221908705z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-06-26 22:19:09
last_update2017-06-26 22:19:09
depth2
children0
last_payout2017-07-03 22:19:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length10
author_reputation171,016,255,859,678
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,243,897
net_rshares0
@roykie17 ·
that's a great tutorial . . .
👍  
properties (23)
authorroykie17
permlinkre-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170830t081959314z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-08-30 09:23:15
last_update2017-08-30 09:23:15
depth1
children0
last_payout2017-09-06 09:23:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length29
author_reputation4,904,742,572,921
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,321,714
net_rshares0
author_curate_reward""
vote details (1)
@scalerman ·
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.. :)
👍  
properties (23)
authorscalerman
permlinkre-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170627t030940631z
categorytutorial
json_metadata{"tags":["tutorial"],"users":["grocko"],"app":"steemit/0.1"}
created2017-06-27 03:09:42
last_update2017-06-27 03:09:42
depth1
children1
last_payout2017-07-04 03:09:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length193
author_reputation226,949,661,773
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,273,544
net_rshares248,372,098
author_curate_reward""
vote details (1)
@grocko ·
Ye, for sure not everything is as well explained as it could be. Glad you found the blog helpful!
👍  
properties (23)
authorgrocko
permlinkre-scalerman-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170627t210904224z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-06-27 21:09:06
last_update2017-06-27 21:09:06
depth2
children0
last_payout2017-07-04 21:09:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length97
author_reputation171,016,255,859,678
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,388,316
net_rshares726,734,434
author_curate_reward""
vote details (1)
@scarletleonard ·
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>
properties (22)
authorscarletleonard
permlinkre-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t180302835z
categorytutorial
json_metadata{"tags":["tutorial"],"users":["grocko"],"image":["https://steemitimages.com/DQmVyGb5Li5V38MkY444GrdYczb2HgVLWLbEoD8Hacyttrz/Hello.png"],"app":"steemit/0.1"}
created2017-06-26 18:03:03
last_update2017-06-26 18:03:03
depth1
children2
last_payout2017-07-03 18:03:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length552
author_reputation351,529,324,731
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,212,706
net_rshares0
@grocko · (edited)
I was wondering why `<code>` wasn't working :D Thanks a bunch!
properties (22)
authorgrocko
permlinkre-scarletleonard-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t180425792z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-06-26 18:04:27
last_update2017-06-26 18:31:48
depth2
children1
last_payout2017-07-03 18:04:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length62
author_reputation171,016,255,859,678
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,212,872
net_rshares0
@scarletleonard ·
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>
properties (22)
authorscarletleonard
permlinkre-grocko-re-scarletleonard-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t181401547z
categorytutorial
json_metadata{"tags":["tutorial"],"image":["https://steemitimages.com/DQmVyGb5Li5V38MkY444GrdYczb2HgVLWLbEoD8Hacyttrz/Hello.png"],"app":"steemit/0.1"}
created2017-06-26 18:14:00
last_update2017-06-26 18:14:00
depth3
children0
last_payout2017-07-03 18:14:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length542
author_reputation351,529,324,731
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,214,138
net_rshares0
@shello ·
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:
properties (22)
authorshello
permlinkre-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170818t234024422z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-08-18 23:40:36
last_update2017-08-18 23:40:36
depth1
children1
last_payout2017-08-25 23:40:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length210
author_reputation16,533,387,036,996
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id12,218,140
net_rshares0
@grocko ·
Your welcome bud! Glad you found it of use. Cheers!
👍  
properties (23)
authorgrocko
permlinkre-shello-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170819t150404130z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-08-19 15:04:06
last_update2017-08-19 15:04:06
depth2
children0
last_payout2017-08-26 15:04:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length51
author_reputation171,016,255,859,678
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id12,269,649
net_rshares4,128,432,558
author_curate_reward""
vote details (1)
@spaingaroo ·
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
properties (22)
authorspaingaroo
permlinkre-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170730t123306713z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-07-30 12:33:09
last_update2017-07-30 12:33:09
depth1
children0
last_payout2017-08-06 12:33:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length215
author_reputation1,617,181,418,894
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id10,214,681
net_rshares0
@tinypaleokitchen ·
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!
properties (22)
authortinypaleokitchen
permlinkre-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170914t085551571z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-09-14 08:55:54
last_update2017-09-14 08:55:54
depth1
children0
last_payout2017-09-21 08:55:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length179
author_reputation6,093,183,628,234
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id14,843,836
net_rshares0
@tohamy7 ·
Thank you for a nice publication
properties (22)
authortohamy7
permlinkre-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170630t080744320z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-06-29 09:08:09
last_update2017-06-29 09:08:09
depth1
children1
last_payout2017-07-06 09:08:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length32
author_reputation8,807,709,091,999
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,597,533
net_rshares0
@grocko ·
$0.03
Thanks for taking the time to check it out.
👍  
properties (23)
authorgrocko
permlinkre-tohamy7-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170629t104217097z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-06-29 10:42:21
last_update2017-06-29 10:42:21
depth2
children0
last_payout2017-07-06 10:42:21
cashout_time1969-12-31 23:59:59
total_payout_value0.022 HBD
curator_payout_value0.007 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length43
author_reputation171,016,255,859,678
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,605,831
net_rshares3,473,497,124
author_curate_reward""
vote details (1)
@wvm ·
$0.04
Cool post! Upvoted!

<center><hr><a href="https://steemit.com/@wvm"><img src="https://steemitimages.com/0x0/ Follow me on Steemit click below.![follow.jpg](https://steemitimages.com/DQmeGSGHeW7QiZuUixXZBgoAZ15eXZPcvyftoPsK5g6b1ck/WVM%20Logo%20BC%20HEAD.jpg)" alt="follow.jpg"></a><hr></center>
👍  
properties (23)
authorwvm
permlinkre-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t190122167z
categorytutorial
json_metadata"{"tags":["tutorial"],"image":["https://steemitimages.com/0x0/ Follow me on Steemit click below.![follow.jpg](https://steemitimages.com/DQmeGSGHeW7QiZuUixXZBgoAZ15eXZPcvyftoPsK5g6b1ck/WVM%20Logo%20BC%20HEAD.jpg)"],"links":["https://steemit.com/@wvm"],"app":"steemit/0.1"}"
created2017-06-26 19:01:21
last_update2017-06-26 19:01:21
depth1
children1
last_payout2017-07-03 19:01:21
cashout_time1969-12-31 23:59:59
total_payout_value0.027 HBD
curator_payout_value0.008 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length293
author_reputation1,755,829,867,297
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,219,950
net_rshares3,851,156,469
author_curate_reward""
vote details (1)
@grocko ·
$0.03
Thank you!
👍  
properties (23)
authorgrocko
permlinkre-wvm-re-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170626t190956587z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-06-26 19:09:57
last_update2017-06-26 19:09:57
depth2
children0
last_payout2017-07-03 19:09:57
cashout_time1969-12-31 23:59:59
total_payout_value0.024 HBD
curator_payout_value0.008 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length10
author_reputation171,016,255,859,678
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,221,012
net_rshares3,590,061,115
author_curate_reward""
vote details (1)
@zhaiavee ·
wow this post is really helpful! :) hope you can visit my blog and checked it at the same it. will definitely do your advice.
properties (22)
authorzhaiavee
permlinkre-grocko-formatting-help-how-to-make-your-blogs-stand-out-20170701t040122503z
categorytutorial
json_metadata{"tags":["tutorial"],"app":"steemit/0.1"}
created2017-07-01 04:01:27
last_update2017-07-01 04:01:27
depth1
children0
last_payout2017-07-08 04:01:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length125
author_reputation50,740,646,883
root_title"Formatting Help - How to make your blogs stand out"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,845,474
net_rshares0