Frequently Asked Questions

Search Terms: in language (English)
search only in original english FAQ (in case of untranslated entries)

Dragon codes and markup
  • Which HTML tags can I use on Dragon?
    Here is a list of HTML tags that can be used on Dragon, with examples. Giving complete descriptions of the various HTML tags is not within the scope of the FAQ. For reference on HTML, visit The World Wide Web Consortium.
     
    <b>This is bold text</b>
    This is bold text
     
    <u>This is underlined text</u>
    This is underlined text
     
    <i>This is italic text</i>
    This is italic text
     
    <em>This is emphasized text</em>
    This is emphasized text
     
    <strong>This is strong text</strong>
    This is strong text
     
    <tt>This is single-line text in a fixed-width font</tt>
    This is single-line text in a fixed-width font
     
    <strike>This is striked text</strike>
    This is striked text
     
    <pre>This is multi-line
    preformatted text
    in a fixed-width font.</pre>
    This is mulit-line
    preformatted text
    in a fixed-width font.

    <font color="red">This is red text</font>
    <font color="orange">This is orange text</font>
    <font color="yellow">This is yellow text</font>
    <font color="green">This is green text</font>
    <font color="blue">This is blue text</font>
    <font color="indigo">This is indigo text</font>
    <font color="violet">This is violet text</font>
    <font color="white">This is white text</font>
    <font color="black">This is black text</font>
    This is red text
    This is orange text
    This is yellow text
    This is green text
    This is blue text
    This is indigo text
    This is violet text
    This is white text
    This is black text
     
    Brackets: &lt; &gt;
    Brackets: < >
     
    Ampersand: &amp;
    Ampersand: &
     
    Non-breaking space: >&nbsp;<
    Non-breaking space: > <
     
    Horizontal Line: <hr>


     
    <ul>
    <li>This is an unordered list
    <li>This is an unordered list
    <li>This is an unordered list
    <li>This is an unordered list
    <li>This is an unordered list
    </ul>
    • This is an unordered list
    • This is an unordered list
    • This is an unordered list
    • This is an unordered list
    • This is an unordered list

    <ol>
    <li>This is an ordered list
    <li>This is an ordered list
    <li>This is an ordered list
    <li>This is an ordered list
    <li>This is an ordered list
    </ol>
    1. This is an ordered list
    2. This is an ordered list
    3. This is an ordered list
    4. This is an ordered list
    5. This is an ordered list

    This is an ordinary link:
    <http://www.dragongoserver.net |Dragon Go Server>
    This is an ordinary link: Dragon Go Server
     
    This is another ordinary link:
    <a href="http://www.dragongoserver.net">Dragon Go Server</a>
    This is another ordinary link: Dragon Go Server
Hosted by  Samuraj Logo