%bbcode_guide%
%text_formatting%
%how_to_create_biu%
%how_to_change_cs%
%can_combine_formatting%

%quoting_outputting_text%
%quoting_replys%
%outputting_code%

%generating_lists%
%creating_unordered_list%
%creating_ordered_list%

%creating_links%
%linking_another_site%

%showing_images%
%adding_image%

%text_formatting%
%how_to_create_biu%
%bb_code_tags_text_syle%
  • %bold_text%: [b]%hello%[/b]

    %will_become% %hello%
  • %underlined_text%: [u]%good_morning%[/u]

    %becomes% %good_morning%
  • %italic_text%: [i]%great%[/i]

    %would_give% %great%
%back_top%
%how_to_change_cs%
%bb_code_tags_color_size%
  • [color=red]%hello%[/color]

    %or%

    [color=#FF0000]%hello%[/color]

    %will_both_output% %hello%
  • [size=1]%small%[/size]

    %will_generally_be% %small%

    %or%:

    [size=5]%huge%[/size]

    %will_be% %huge%
  • [font=courier]Courier[/font]

    %will_generally_be% Courier
%back_top%
%can_combine_formatting%
%yes_can_combine%

[size=5][color=red][b]%look_at_me%[/b][/color][/size]

%this_would_output% %look_at_me%

%close_tags_is_up_to_you%

%back_top%

%quoting_outputting_text%
%quoting_replys%
  • [quote=%mr_blobby%]%text_of_mr_blobby%[/quote]

  • [quote]%text_of_mr_blobby%[/quote]
%back_top%
%outputting_code%

[code]echo "%this_is_some_code%";[/code]

%all_formating_% [code][/code] %_tags_retained%

%back_top%

%generating_lists%
%creating_unordered_list%

[list]
[*]%red%
[*]%blue%
[*]%yellow%
[/list]

%would_generate_list%:
  • %red%
  • %blue%
  • %yellow%
%creating_ordered_list%

[list=1]
[*]%red%
[*]%blue%
[*]%yellow%
[/list=1]

%would_generate_list%:
  1. %red%
  2. %blue%
  3. %yellow%
[list=a]
[*]%red%
[*]%blue%
[*]%yellow%
[/list=a]

%would_generate_list%:
  1. %red%
  2. %blue%
  3. %yellow%
%back_top%

%creating_links%
%linking_another_site%
  • [url=http://www.webspell.at]webSPELL[/url]

    %would_generate_link%webSPELL

  • [url]http://www.webspell.org[/url]

    %would_generate_link%www.webspell.org

  • [email]no.one@domain.adr[/email]

    %which_will_output% no.one@domain.adr.

    [email=no.one@domain.adr]%email_me%[/email]

    %which_will_output% %email_me%
%back_top%

%showing_images%
%adding_image%

[img]http://www.webspell.org/images/linkus/1.gif[/img]


%as_noted_url_% [url][/url]%_tag_if_wish%

[url=http://www.webspell.org/][img]http://www.webspell.org/images/linkus/1.gif[/img][/url]

%would_generate%:



%back_top%