HTML Formatting
From STNE Wiki
(Created page with "HTML Formatting is used a lot within STNE - especially for players who like to RP - and even for those that don't its still needed to change the formatting of your player nam...") |
m |
||
(One intermediate revision not shown) | |||
Line 1: | Line 1: | ||
+ | {{menu}} | ||
+ | |||
HTML Formatting is used a lot within [[STNE]] - especially for players who like to RP - and even for those that don't its still needed to change the formatting of your player name. Obviously not all HTML tags are permitted within STNE, those which can be used are listed on this page. | HTML Formatting is used a lot within [[STNE]] - especially for players who like to RP - and even for those that don't its still needed to change the formatting of your player name. Obviously not all HTML tags are permitted within STNE, those which can be used are listed on this page. | ||
Line 37: | Line 39: | ||
===Links to Chat=== | ===Links to Chat=== | ||
+ | |||
+ | [[Category:Communication]] |
Latest revision as of 19:05, 20 October 2013
STNE is a Strategy and Role Play Game. You can play here.
Contents | STNE | Colonies | Buildings | Goods | Items | NPC | Ships | Stellar Cartography | Research | Trade | Combat | Settler | Alliances | Index |
---|
HTML Formatting is used a lot within STNE - especially for players who like to RP - and even for those that don't its still needed to change the formatting of your player name. Obviously not all HTML tags are permitted within STNE, those which can be used are listed on this page.
Contents |
HTML
Bold, Underlining and Italics
These are probably the simplest type of HTML formatting.
To make something bold include it in <b></b> tags. For example:
Code: <b>This text should be bold</b>
Result: This text should be bold
Both underlining and italics are very similar, to underline something it must be included in tags and to show text in italics it should be in tags. For example
Code: <u>This text should be underlined</u>
Result: This text should be underlined
Code: <i>This text should be in italics</i>
Result: This text should be in italics