The buttons shown belong to the SMF default theme and may differ from forum to forum.
| Tag Name | Buton | Cod | Output | Comentarii | |
|---|---|---|---|---|---|
| Îngroşat | ![]() |
[b]îngroşat[/b] | îngroşat | * | |
| Înclinat | ![]() |
[i]înclinat[/i] | înclinat | * | |
| Subliniere | ![]() |
[u]subliniere[/u] | subliniere | * | |
| Tăiat | ![]() |
[s]tăiat[/s] | * | ||
| Strălucire | ![]() |
[glow=red,2,50]glow[/glow] |
strălucire
|
The three attributes (eg red, 2, 50) in the 'glow' tag are color, strength and width respectively. | |
| Umbrit | ![]() |
[shadow=red,left] umbrit [/shadow] |
umbrit
|
The two attributes (eg red, left) in the 'shadow' tag are color and direction respectively. | |
| Baner | ![]() |
[move]se mișcă[/move] | Not valid XHTML, but can also be used for images! | ||
| Text Preformatat | ![]() |
[pre]Simple Machines Forum[/pre] |
Simple
Machines
Forum
|
Preserves critical text formatting, rendered in a monospace font. | |
| Aliniere la Stânga | ![]() |
[left]aliniere la stânga[/left] |
aliniere la stânga |
* | |
| Centrat | ![]() |
[center]centrat[/center] | centrat | * | |
| Aliniere la Dreapta | ![]() |
[right]aliniere la dreapta[/right] |
aliniere la dreapta |
* | |
| De la dreapta la stânga | * | [rtl]de la dreapta la stânga ![/rtl] |
de la dreapta la stânga !
|
Typical usage would be to post Arabic or Hebrew in an English document. | |
| De la Stânga la Dreapta | * | [ltr]de la stânga la dreapta ![/ltr] |
de la stânga la dreapta
|
Typical usage would be to post English in an Arabic or Hebrew document. | |
| Linie Orizontală | ![]() |
[hr] |
|
* | |
| Dimensiune Font | * | [size=10pt]dimensiunea fontului[/size] | dimensiune font | * | |
| Tip Font | * | [font=Verdana]tip font[/font] | tip font | Only fonts installed on the user's computer will be displayed, so use with caution! | |
| Culoare Font | [color=Red]roşu[/color] | roşu | Select the color from the drop-down. | ||
| Inserare Flash | ![]() |
[flash=200,200] http://unsiteoarecare/unfișieroarecare.swf [/flash] |
http://unsiteoarecare/unfișieroarecare.swf | Please note that, if embedded Flash has been disabled by the forum administrator(s), the Flash file will appear as a straight hyperlink as shown here. The two attributes in the 'flash' tag (where relevant) are width and height respectively. | |
| Inserare Imagine | ![]() |
[img] http://unsiteoarecare/imagine.gif< [/img] |
![]() |
Type the width and height attributes to resize the image. | |
| [img width=48 height=48] http://unsiteoarecare/imagine.gif [/img] |
|||||
| Inserare Hyperlink | ![]() |
[url]http://unsiteoarecare/[/url] | http://unsiteoarecare/ | NB the 'url' tag opens in a new window, but you can type 'iurl' tags to open in the same window. | |
| [url=http://unsiteoarecare/] link descriptiv [/url] |
link descriptiv | ||||
| Inserare Adresă de E-mail | ![]() |
[email] cineva@unsiteoarecare [/email] |
cineva@unsiteoarecare | * | |
| Introduceţi Link-ul FTP | ![]() |
[ftp] ftp://unsiteoarecare/unfișieroarecare [/ftp] |
ftp://unsiteoarecare/unfișieroarecare | * | |
| [ftp=ftp://unsiteoarecare/unfișieroarecare] link descriptiv [/ftp] |
link descriptiv | ||||
| Inserare Tabel | ![]() |
[table][/table] | * | No meaningful output from the 'table' tags alone. | |
| Inserare Rând de Tabel | * | [table][tr][/tr][/table] | * | No meaningful output from the 'table' and 'tr' tags alone. | |
| Inserare coloană de tabel | * | [table][tr][td] conţinut [/td][/tr][/table] |
|
Note the correct nesting of the tags, so the 'table' tags contain the 'tr' tags, which each contain an equal number of 'td' tags! | |
| [table][tr][td]SMF[/td] [td]Bulletin[/td][/tr] [tr][td]Board[/td] [td]Code[/td][/tr][/table] |
|
||||
| Indice sus | ![]() |
[sup]indice sus[/sup] | indice sus | * | |
| Indice jos | ![]() |
[sub]indice jos[/sub] | indice jos | * | |
| Teletype | ![]() |
[tt]teletype[/tt] | teletype | Monospace font. | |
| Introduceţi Codul | ![]() |
[code]<?php phpinfo(); ?>[/code] |
Code:
<?php phpinfo(); ?>
|
Always use to preserve formatting of code and avoid parsing as BBC and/or smileys! | |
| Introduceţi Citatul | ![]() |
[quote]citat[/quote] |
Quote
citat |
De observat atributul opţional 'autor'. | |
| [quote author=author]citat[/quote] |
Quote from: author
citat |
||||
| Introduceţi Lista | ![]() |
[list] [li]SMF[/li] [li]YaBB SE[/li] [/list] |
|
While you can add as many items as you wish, each item must be contained by the correct opening and closing tags. You can also style your list item bullets with special opening tags and no closing tags, but this option doesn't currently output valid XHTML. | |
| [list] [o]cerc [O]cerc [0]cerc [*]disc [@]disc [+]pătrat [x]pătrat [#]pătrat [/list] |
|
||||
| Abreviere | * | [abbr=exempli gratia]eg[/abbr] | eg | Displays the full expression for the abbreviation on mouseover. | |
| Acronim | * | [acronym=Simple Machines Forum]SMF[/acronym] | SMF | Displays the full expression for the acronym on mouseover. |