How do I make bullet points?

7 replies [Last post]
Kurapika's picture
Kurapika

Hello,

I've seen some people use HTML tags to make bullet points in their threads and on the wiki.

How do I make a bullet point?

Thanks in advance,

Kurapika

Skepticraven's picture
Skepticraven
For the

For the forums,

  • bullet
  • (li)bullet(/li)
    with "(" changed to "<" and ")" changed to ">"

    For the wiki, it is slightly easier to "copy" formatting, since you can view the page source. Tags are different there, and it is best to look at an example.

    Kurapika's picture
    Kurapika
    :D

    Thanks! Is it the same code to get the bullet spaced away from the forums page, or is it a different tag?

    One more question, how do I change a full link (on forums) into a single word? For instance, how do I change the link to my Steam profile into a single word, e.g ''My profile''.

    Forbush-Girl's picture
    Forbush-Girl
    Bullets on wiki pages are

    Bullets on wiki pages are normally an asterisk "*" unless this is using some odd dialect

    Wavara's picture
    Wavara
    @Kurapika

    <a href="YOUR_LINK_HERE">Your_text_here</a>

    Free hugs for everyone!

    Kurapika's picture
    Kurapika
    @Forbush-Girl

    I'm wondering about the forums. How do I get the bullet point that isn't touching the border?

  • <-- This bullet is touching the side of the forums. o.o
  • Bopp's picture
    Bopp
    You mean like this?As
    • You mean like this?
  • As opposed to this?
  • You need to encase your list items in unordered lists. So do this, but replacing the square brackets with angle brackets:
    [ul]
    [li]You mean like this?[/li]
    [li]Here's another.[/li]
    [li]And a third, for good luck.[/li]
    [/ul]

    Kurapika's picture
    Kurapika
    /bow
    • You mean like this?
    • Here's another.
    • And a third, for good luck.

    Thanks guys! This helps a ton. :D