Difference between revisions of "Tips to format your post"

From Steem Center
Jump to: navigation, search
Line 30: Line 30:
  
  
 +
 +
== Italics ==
  
 
To make a word appear in ''italics'' use a single * on each side of the word
 
To make a word appear in ''italics'' use a single * on each side of the word
Line 36: Line 38:
  
  
 +
 +
== Link ==
  
 
To link a website to a word or phrase in your post, use [ ] and ( )
 
To link a website to a word or phrase in your post, use [ ] and ( )
Line 44: Line 48:
  
  
 +
 +
== Picture ==
  
 
To include a picture, paste the address of the image into your post.
 
To include a picture, paste the address of the image into your post.
  
 +
 +
== Video ==
  
 
To include a video, paste the link into your post.
 
To include a video, paste the link into your post.
  
  
 +
 +
== Center ==
  
 
<nowiki>To center the picture use <center> and </center></nowiki>
 
<nowiki>To center the picture use <center> and </center></nowiki>
Line 71: Line 81:
  
  
 +
 +
== Breaks ==
  
 
To create a small spaces above and below the picture, use <nowiki><br>
 
To create a small spaces above and below the picture, use <nowiki><br>
Line 81: Line 93:
  
  
To make it appear that a picture has a caption, use the  break feature, center feature and the italics feature.
+
== Caption ==
 +
 
 +
 
 +
To make it appear that a picture has a caption, use the  break feature, center feature and the italics feature. (Special thanks to @razvanelul for this cool idea)
  
 
<nowiki><br>
 
<nowiki><br>

Revision as of 02:05, 17 August 2016

It is highly recommended that you properly format your post before submitting it. The following is a brief summary of some of the most common formatting commands.

These tips derived from tutoring sessions with @razvanelul as well as this [Markdown cheat sheet.][[1]]


Large Text

To create large text, use an #

The more ##### you use the SMALLER the text will appear.

Make sure to leave a space between the # and the word you want to enlarge

Largest is # word

smallest is ###### word



Bold

To make a word appear in bold font, use ** before and after the word

You do NOT need to leave spaces between the ** and the word

**word**



Italics

To make a word appear in italics use a single * on each side of the word

*word*


Link

To link a website to a word or phrase in your post, use [ ] and ( )

The text goes in the [ ] and the link goes in the ( )

[word or phrase](website.com)


Picture

To include a picture, paste the address of the image into your post.


Video

To include a video, paste the link into your post.


Center

To center the picture use <center> and </center>

<center>picture.jpg</center>


To center text use <center> and </center>

<center> word </center>


To center a video use <center> and </center>

<center> videolink </center>


Breaks

To create a small spaces above and below the picture, use <br>

<br> <center>picture.jpg</center> <br>


Caption

To make it appear that a picture has a caption, use the break feature, center feature and the italics feature. (Special thanks to @razvanelul for this cool idea)

<br> <center>picture.jpg</center> <center>*caption*</center> <br>