Xiled Gaming
Xiled Gaming
Home
What's new
Latest activity
Authors
Forums
New posts
Search forums
Members
Current visitors
New profile posts
Search profile posts
Log in
Register
Search
Search titles only
By:
Search titles only
By:
New posts
Search forums
Welcome to Xiled Gaming
Wanting to join the rest of our members? Feel free to sign up today.
Sign Up Now
Menu
Install the app
Install
Reply to thread
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
GENERAL
GENERAL DISCUSSIONS
HOW TO STYLE TEXT IN FORUMS - FORUM CODING 101 - VERY EASY
Message
<blockquote data-quote="SYN Kiwi" data-source="post: 662816" data-attributes="member: 90054"><p>The best way that you can begin to think of any coding is like a story. There is a beginning (the start of the code), the middle (what you want coded), and the end (to cancel/end the code). Sometimes the story is short (around one or two words), and sometimes it's a novel (around entire paragraphs or an entire post). </p><p></p><p>For the purpose of this thread, I'll be showing the coding with "(" & ")", not the "[" & "]" that's required on this site so that the codes show up.</p><p></p><p><span style="color: #008080">A short story in coding looks like this </span></p><p><span style="color: #008080">(b) Once upon a time.. (/b) </span></p><p><span style="color: #008080"><strong> Once upon a time.. </strong></span></p><p></p><p>The beginning of the story begins with the start of the code <span style="color: #008080">(b)</span> This is telling the website what to do. This is telling the website that we want bold text. </p><p></p><p>The middle of the story is <span style="color: #008080">"Once upon a time.."</span>. This is what you want to show up bold. This is telling the website to make this section bold. </p><p></p><p>The end of the story ends with the end of the code <span style="color: #008080">(/b)</span> Notice that there is a "/" in the code. This cancels the original code. It tells the website to stop making things bold. </p><p></p><p>The same concept applies to when you are wanting to style an entire paragraph. <u><strong><span style="color: #008080">You only need one beginning, one middle and one end. </span></strong></u></p><p></p><p>For an example, so that I can demonstrate the correct way to code on these forums I'll post a FAKE squad list. </p><p></p><p>We want the entire squad list to be centered. How many center codes do we need? <span style="color: #008080">1.</span> </p><p>We want the entire squad list to be size 5. How many size codes do we need? <span style="color: #008080">1. </span></p><p>We want titles and names to be different colors. How many color codes do we need? <span style="color: #008080">One code, for each color change. </span></p><p></p><p>(center)(size=5)<span style="color: #008080"> <- the beginning of the code/story</span></p><p>(COLOR="#006400") GENERAL (/COLOR)</p><p><span style="color: #008080"><em>^ the beginning ^the middle ^ the end</em></span></p><p>(COLOR="#000000") XGC ImaCoder (/COLOR) </p><p>(COLOR="#006400") CAPTAIN (/COLOR)</p><p>(COLOR="#000000") XGC Imateachucoding (/COLOR) </p><p>(COLOR="#006400") LIEUTENANT (/COLOR)</p><p>(COLOR="#000000") XGC Isntcodingeasy (/COLOR) </p><p>(COLOR="#006400") SERGEANT (/COLOR)</p><p>(COLOR="#000000") XGC Imasergeant1</p><p>XGC Imasergeant 2</p><p>XGC Imasergeant 3(/COLOR) </p><p><span style="color: #008080">^ <em>Note how there are multiple lines that we want the same color. You do not need a new color code for each name, just wrap it around the group. </em></span></p><p>(COLOR="#006400") PRIVATE (/COLOR)</p><p>(COLOR="#000000") XGC Imapwnyouatcoding</p><p>XGC Codingisablast (/COLOR) </p><p>(/size=5) (/center)<span style="color: #008080"> <- the end of the code/story. </span></p><p></p><p></p><p>I hope this helps explain to you guys how to code on the forums correctly. The same works with images (img) url (/img) and various other codes!</p><p></p><p>Questions? Comments? Need Help? Post!</p></blockquote><p></p>
[QUOTE="SYN Kiwi, post: 662816, member: 90054"] The best way that you can begin to think of any coding is like a story. There is a beginning (the start of the code), the middle (what you want coded), and the end (to cancel/end the code). Sometimes the story is short (around one or two words), and sometimes it's a novel (around entire paragraphs or an entire post). For the purpose of this thread, I'll be showing the coding with "(" & ")", not the "[" & "]" that's required on this site so that the codes show up. [COLOR=#008080]A short story in coding looks like this (b) Once upon a time.. (/b) [B] Once upon a time.. [/B][/COLOR] The beginning of the story begins with the start of the code [COLOR=#008080](b)[/COLOR] This is telling the website what to do. This is telling the website that we want bold text. The middle of the story is [COLOR=#008080]"Once upon a time.."[/COLOR]. This is what you want to show up bold. This is telling the website to make this section bold. The end of the story ends with the end of the code [COLOR=#008080](/b)[/COLOR] Notice that there is a "/" in the code. This cancels the original code. It tells the website to stop making things bold. The same concept applies to when you are wanting to style an entire paragraph. [U][B][COLOR=#008080]You only need one beginning, one middle and one end. [/COLOR][/B][/U] For an example, so that I can demonstrate the correct way to code on these forums I'll post a FAKE squad list. We want the entire squad list to be centered. How many center codes do we need? [COLOR=#008080]1.[/COLOR] We want the entire squad list to be size 5. How many size codes do we need? [COLOR=#008080]1. [/COLOR] We want titles and names to be different colors. How many color codes do we need? [COLOR=#008080]One code, for each color change. [/COLOR] (center)(size=5)[COLOR=#008080] <- the beginning of the code/story[/COLOR] (COLOR="#006400") GENERAL (/COLOR) [COLOR=#008080][I]^ the beginning ^the middle ^ the end[/I][/COLOR] (COLOR="#000000") XGC ImaCoder (/COLOR) (COLOR="#006400") CAPTAIN (/COLOR) (COLOR="#000000") XGC Imateachucoding (/COLOR) (COLOR="#006400") LIEUTENANT (/COLOR) (COLOR="#000000") XGC Isntcodingeasy (/COLOR) (COLOR="#006400") SERGEANT (/COLOR) (COLOR="#000000") XGC Imasergeant1 XGC Imasergeant 2 XGC Imasergeant 3(/COLOR) [COLOR=#008080]^ [I]Note how there are multiple lines that we want the same color. You do not need a new color code for each name, just wrap it around the group. [/I][/COLOR] (COLOR="#006400") PRIVATE (/COLOR) (COLOR="#000000") XGC Imapwnyouatcoding XGC Codingisablast (/COLOR) (/size=5) (/center)[COLOR=#008080] <- the end of the code/story. [/COLOR] I hope this helps explain to you guys how to code on the forums correctly. The same works with images (img) url (/img) and various other codes! Questions? Comments? Need Help? Post! [/QUOTE]
Verification
Post reply
Forums
GENERAL
GENERAL DISCUSSIONS
HOW TO STYLE TEXT IN FORUMS - FORUM CODING 101 - VERY EASY
Top
Bottom