ForumCommunity

Wiki - BBCode

    It is a language that can be used only in the forum messages to format text and images. Similar to HTML, but more compact.
    BBCODE example:
    CODE
    [URL=http://www.forumfree.net]ForumFree.net[/URL]

    as it should be written in HTML:
    CODE
    <a href="http://www.forumfree.net">ForumFree.net</a>

    Preview:

    BBCODE List

    Image smile
    CODE
    [IMG]http://image_address[/IMG]
    the image must be online

    Email
    CODE
    [EMAIL]my@email[/EMAIL]


    Link to a web page or file
    CODE
    [URL=http://site_address]text[/URL]


    Image with link cool
    CODE
    [URL=http://site_address][IMG]http://image_address[/IMG][/URL]


    Quoting one other people's message
    CODE
    [QUOTE]text[/QUOTE]


    Hidden text and images
    CODE
    [SPOILER]text/images[/SPOILER]

    You can not put this BBCODE in your signature. By clicking on a spoiler, in fact, you can see all those are present in the same page, but a spoiler in a signature would not be in theme with the others.

    Writing code
    QUOTE
    [CODE]text[/CODE]

    Writing HTML code (equivalent to the previous BBCODE, except that the HTML tags are colored)
    CODE
    [HTML]text[/HTML]


    Text color
    CODE
    [COLOR=color]text[/COLOR]


    Text size
    CODE
    [SIZE=size]text[/SIZE]