for a full list and definition

if you still can't understand here is more simple explanation
BBCodes are like html tags, you start it as '[TAG]' and end it with '[/TAG]' without the quotes, and add the value (which is the text you want to edit or link or picture or anything) between them
this text is align to left by default
to move it to the center we can use
HTML Code:
[center]TEXT[/center]
HTML Code:
[center]this text is align to left by default[/center]
this text is align to left by default
we can also just select the whole text we need to center and press the Align Center button from the posting window which looks like
and same applies to Bold '[B]' also italic' [I]' underlined '[u]' left-aligned ' [left]' and right-aligned ' [right]' , all ends with the same tag except we add '/' at it's start
3 more important tags are color, size and font, they take the form of [TAG=Option]value[/size] where TAG could be font,size and color, and value follows along, for colors you could just use
icon and same for font and size here is SIZE 1
here is SIZE 2
here is SIZE 3
here is SIZE 4
here is SIZE 5
here is SIZE 6
here is SIZE 7
Please try not to use a really big font as it could be really annoying
now for links, pictures and videos
you could always use
icon to add link, and it takes the following formHTML Code:
[URL="LINK"]TEXT[/URL]
for instance
instead of

please try

here is the 2 examples
HTML Code:
for instance instead of [URL="www.some really big url link and it's annoying with random numbers inside 5e4wq5de45d4a5sd454e3852143c545sd4asd/sex/asd4asqwe545wq4eqw4e"]www.some really big url link and it's annoying with random numbers inside 5e4wq5de45d4a5sd454e3852143c545sd4asd/sex/asd4asqwe545wq4eqw4e[/URL] please try [URL="www.some really big url link and it's annoying with random numbers inside 5e4wq5de45d4a5sd454e3852143c545sd4asd/sex/asd4asqwe545wq4eqw4e"]Webpage Link[/URL]
if you are using a picture you should really use '[IMG]' tag, so it shows up as a picture and not as a link , here is the format
HTML Code:
[IMG]LINK[/IMG]

and here is the code used
HTML Code:
and here is an example http://cdn.elitepvpers.org/forum/images/editor/insertimage.gif [IMG]http://cdn.elitepvpers.org/forum/images/editor/insertimage.gif[/IMG] and here is the code used
HTML Code:
"[spoiler] TEXT [/spoiler]"
here is some random code
int len = ClientConnection.EndReceive(ar, out SE);
byte[] REC ;
if (SE == SocketError.Success && len > 0)
{
REC = new byte[len];
it looks ugly
but with code tag it looks like this
Code:
int len = ClientConnection.EndReceive(ar, out SE);
byte[] REC ;
if (SE == SocketError.Success && len > 0)
{
REC = new byte[len];
HTML Code:
[CODE] int len = ClientConnection.EndReceive(ar, out SE);
byte[] REC ;
if (SE == SocketError.Success && len > 0)
{
REC = new byte[len];[/CODE]
it doesn't matter the order of nesting
for instance
RED FONT 3 BOLD TEXT
and
RED FONT 3 BOLD TEXT
HTML Code:
for instance [B][SIZE="3"][COLOR="Red"]RED FONT 3 BOLD TEXT[/COLOR][/SIZE][/B] and [COLOR="red"][SIZE="3"][B]RED FONT 3 BOLD TEXT[/B][/SIZE][/COLOR]
Please stop rapping our eyes and use those BBCodes, add picture in their proper img tags and if big pictures try to add them in spoiler, make your thread looks better for better feedback






