Suche

Log in to post on the forums

How do I make bullet points?

7 Antworten [Letzter Beitrag]
Bild des Benutzers Kurapika
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

Bild des Benutzers Skepticraven
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.

    Bild des Benutzers Kurapika
    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''.

    Bild des Benutzers Forbush-Girl
    Forbush-Girl
    Bullets on wiki pages are

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

    Bild des Benutzers Wavara
    Wavara
    @Kurapika

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

    Free hugs for everyone!

    Bild des Benutzers Kurapika
    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
  • Bild des Benutzers Bopp
    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]

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

    Thanks guys! This helps a ton. :D