Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Problem: Creating Symbols in HTML 

Solution:  

  1. Open page source editor
  2. Find the location where the symbol must be inserted
  3. Type "&symbolname;"

For Example: Inserting the greek letter sigma. 

  • Type "σ"
  • This will appear as: σ 

For Example: Inserting a symbol (e.g. sigma) with a subscript (e.g. x).

  • Type "&sigma;<sub>x</sub>"
  • This will appear as: σx

 Reference for Symbol Names

Problem: Disconnected Links in confluence 

Solution: When linking pages to each other, do not copy paste the https:// url, instead, type "[" and the list of suggested links will pop up.

...