Help / About
Basic BBCode  ? 
Input Output
[b]example[/b] example
[i]example[/i] example
[u]example[/u] example
[size=20]example[/size] example
[color=red]example[/color]    [?] example
[url]http://example.com[/url]    [?] http://example.com
[url=http://example.com]description[/url] description
[img]http://www.w3.org/...[/img] http://www.w3.org/Icons/valid-xhtml10
[quote]
example
[/quote]
example
[code]
int main() {
     cout << "example";
     return 0;
}
[/code]
int main() {
   cout << "example";
   return 0;
}		
[list]
[*]example
[*]another example
[/list]
  • example
  • another example
[list=1]
[*]example
[*]another example
[/list]
  • example
  • another example
[list=a]
[*]example
[*]another example
[/list]
  • example
  • another example
 
Extended BBCode
Input Output
[img=right]http://www.w3.org/...[/img]   [?] http://www.w3.org/Icons/valid-xhtml10
[acronym=United Nation]UN[/acronym] UN
[del]example[/del] example
example [sup](1)[/sup] example (1)
H[sub]2[/sub]O H2O
[center]example[/center]
example
[embed]example.swf[/embed] Used to embed Flash movies
 
Very Useful Extended BBCode (guaranteed ;)
Input Output
[raw]
<strong>example</strong>
<em>another example</em>
[/raw]
example another example    [?]
[more]
my full example
[/more]
( Read more... )    [?]
[more=description]
my full example
[/more]
( description )    [?]
PHP News System
Version: 1.2
Author: Trinh Nguyen
Licence: GNU General Public License

Please feel free to review the script at HotScripts.