The Atlantis Maps Forum
September 10, 2010, 12:04:44 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News:
   
  MAIN SITE   Forum Home   Help Rules Search Calendar Recent Topics Login Register  
BBCode - Create Specialized Lists
Pages: [1]
  Print  
Author Topic: BBCode - Create Specialized Lists  (Read 679 times)
Paradigm shift happens.
Administrator
*****
Online Online
Location: On the cusp of change.
Join Date: Feb 14, 2009
Posts: 91

WWW
« on: April 18, 2009, 07:19:25 PM »
ReplyReply

How to format BBCode List when posting.


The following code can be used in your posts to create specialized lists.
If you wish, you can copy the code within the gray boxes to your post and modify the content.
(You can use the 'Select All' link above code boxes to automatically select the entire code.)



Indented List:

  • First item.
  • Second item.

Code: [Select]  
[list type=none]
[li]First item.[/li]
[li]Second item.[/li]
[/list]


Dot or Disc:

  • First item.
  • Second item.

Code: [Select]  
[list type=disc]
[li]First item.[/li]
[li]Second item.[/li]
[/list]


Circle:

  • First item.
  • Second item.

Code: [Select]  
[list type=circle]
[li]First item.[/li]
[li]Second item.[/li]
[/list]


Square:

  • First item.
  • Second item.

Code: [Select]  
[list type=square]
[li]First item.[/li]
[li]Second item.[/li]
[/list]


Numbers:

  • First item.
  • Second item.

Code: [Select]  
[list type=decimal]
[li]First item.[/li]
[li]Second item.[/li]
[/list]


Numbers w/Leading Zero:

  • First item.
  • Second item.

Code: [Select]  
[list type=decimal-leading-zero]
[li]First item.[/li]
[li]Second item.[/li]
[/list]


Upper Roman Numerals:

  • First item.
  • Second item.

Code: [Select]  
[list type=upper-roman]
[li]First item.[/li]
[li]Second item.[/li]
[/list]


Lower Roman Numerals:

  • First item.
  • Second item.

Code: [Select]  
[list type=lower-roman]
[li]First item.[/li]
[li]Second item.[/li]
[/list]


Upper Alpha:

  • First item.
  • Second item.

Code: [Select]  
[list type=upper-alpha]
[li]First item.[/li]
[li]Second item.[/li]
[/list]


Lower Alpha:

  • First item.
  • Second item.

Code: [Select]  
[list type=lower-alpha]
[li]First item.[/li]
[li]Second item.[/li]
[/list]

-admin
« Last Edit: January 01, 2010, 07:15:49 PM by Doug Fisher »

Pages: [1]
  Print  
 
Jump to:  

* Permissions
You may not post new topics.
You may not post replies.
You may not post attachments.
You may not modify your posts.
BBCode = On
Smilies = On
[img] = On
HTML = Off

The Rules

Powered by MySQL Powered by PHP Powered by SMF | SMF © 2006-2010, Simple Machines LLC Valid XHTML 1.0! Valid CSS!