Help:Contribute: Difference between revisions
Appearance
Miabrahams (talk | contribs) Explain <tt> |
Miabrahams (talk | contribs) |
||
Line 6: | Line 6: | ||
=== | === Pretty gray formatting === | ||
The <code> tag gives an ugly kind of yellow | The <code> tag gives an ugly kind of yellow. To get a pleasant grey background, start a new line with a space in front of it. You can view the source to see how this works. | ||
<tt>myCodeSnippet();</tt> | <tt>myCodeSnippet();</tt> |
Revision as of 23:09, 23 October 2015
You may find the following resources helpful:
- http://www.mediawiki.org/wiki/Help:Formatting
- http://en.wikipedia.org/wiki/Help:Wiki_markup
- http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet
Pretty gray formatting
The <code> tag gives an ugly kind of yellow. To get a pleasant grey background, start a new line with a space in front of it. You can view the source to see how this works.
myCodeSnippet();