Signature Help

From MapleWiki
Jump to navigation Jump to search

This page is to help you customize your signature! It is important when doing so to realise that other users will often need to access your talk page and perhaps your user page or contributions. Therefore ensure that these links are obvious.


Snippets

To change font color place the tags <font color = ""> (With the "" filled in by the color) and </font> at the end to modify this you may put tags on it. There are some colors that also are represented by numbers. Lists of those colors are found here and here.


If you try to make a color that doesn't exist you get the normal link color:

  • example


the tags <sub> and <sup> (along with close tags </sub> and </sup>) will give:

  • sub
  • sup
  • sup-sub

which can be modifed by using the tags <font color = blue>Example</font> <sup><font color = green>(talk)</font></sup> to produce:

  • Example (talk)

To make text small without making it go low or high use the tags <small> and </small>

  • small

To make text bold, use <b>and </b>

  • bold

To underline text, use the tags <u> and </u>

  • Underlined

To cross out text, use the tags <s> and </s>

  • crossed out

To change the font use tags<font face = ""> and </font> with the font type in the "":

  • Tahoma

To change background color use the tags <font style="background:"> and </font> with the color after the background: like so <font style="background:gold">gold background</font> to produce:

  • gold background

It is posible to use font color changes at the same time as background. When doing this, it is necessary to use a </font> for each font change:

To make borders, use <span style = "Border:"> and </span> using the shown text in the :" like:

  • 1px solid blue
  • 3px solid green
  • 1px dashed goldenrod

The tags to produce the above effect are:

  • <span style = "Border:1px solid blue"> 1px solid blue </span>
  • <span style = "Border:3px solid green"> 3px solid green </span>
  • <span style = "Border:1px dashed goldenrod"> 1px dashed goldenrod </span>

To limit which edges are bordered, break down the style tags: <span style="border-style: none solid none solid; border-color: blue;"> </span>

  • none solid none solid

To make text blink, say <Span style ="Text-decoration:blink;">Blinking text</span>, which would give this:

  • Blinking text