Bold / Italic / Underline |
The [b], [i] and [u] tags allow you to create text that is bold, italic and underlined. |
Usage |
[b]value[/b]
[i]value[/i]
[u]value[/u]
|
Example Usage |
[b]this text is bold[/b]
[i]this text is italic[/i]
[u]this text is underlined[/u]
|
Example Output |
this text is bold
this text is italic
this text is underlined
|
Color |
The [color] tag allows you to change the color of your text. |
Usage |
[color=Tùy chọn]value[/color] |
Example Usage |
[color=blue]this text is blue[/color] |
Example Output |
this text is blue |
Size |
The [size] tag allows you to change the size of your text. |
Usage |
[size=Tùy chọn]value[/size] |
Example Usage |
[size=+2]this text is two sizes larger than normal[/size] |
Example Output |
this text is two sizes larger than normal |
Font |
The [font] tag allows you to change the font of your text. |
Usage |
[font=Tùy chọn]value[/font] |
Example Usage |
[font=courier]this text is in the courier font[/font] |
Example Output |
this text is in the courier font |
Highlight |
The [highlight] tag allows you to emphasize your text. |
Usage |
[highlight]value[/highlight] |
Example Usage |
[highlight]this text is highlighted[/highlight] |
Example Output |
this text is highlighted |
Left / Right / Center |
The [left], [right] and [center] tags allow you to change the alignment of your text. |
Usage |
[left]value[/left]
[center]value[/center]
[right]value[/right]
|
Example Usage |
[left]this text is left-aligned[/left]
[center]this text is center-aligned[/center]
[right]this text is right-aligned[/right]
|
Example Output |
this text is left-aligned
this text is center-aligned
this text is right-aligned
|
Indent |
The [indent] tag allows you to indent your text. |
Usage |
[indent]value[/indent] |
Example Usage |
[indent]this text is indented[/indent] |
Example Output |
this text is indented
|
Email Linking |
The [email] tag allows you to link to an email address. You can include an optional parameter to 'name' your link. |
Usage |
[email]value[/email]
[email=Tùy chọn]value[/email]
|
Example Usage |
[email]j.doe@example.com[/email]
[email=j.doe@example.com]Click Here to Email Me[/email]
|
Example Output |
j.doe@example.com
Click Here to Email Me
|
Thread Linking |
The [thread] tag allows you to link to threads by specifying the thread id. You can include an optional parameter to 'name' your link. |
Usage |
[thread]threadid[/thread]
[thread=threadid]value[/thread]
|
Example Usage |
[thread]42918[/thread]
[thread=42918]Click Me![/thread]
(Note: The threadid/postid is just an example and may not link to a valid thread/post.)
|
Example Output |
http://vietforward.com/showthread.php?t=42918
Click Me!
|
Post Linking |
The [post] tag allows you to link to posts by specifying the post id. You can include an optional parameter to 'name' your link. |
Usage |
[post]postid[/post]
[post=postid]value[/post]
|
Example Usage |
[post]269302[/post]
[post=269302]Click Me![/post]
(Note: The threadid/postid is just an example and may not link to a valid thread/post.)
|
Example Output |
http://vietforward.com/showthread.php?p=269302#post269302
Click Me!
|
Bulleted Lists |
The [list] tag allows you to create simple, bulleted lists without specifying an option. Within the value portion, each bullet is denoted by the [*] tag. |
Usage |
[list]value[/list] |
Example Usage |
[list] [*]list item 1 [*]list item 2 [/list] |
Example Output |
|
Advanced Lists |
The [list] tag allows you to create advanced lists by specifying an option. The option should have a value of 1 (for a numbered list) or A (for an alphabetic with capital letters list) or a (for an alphabetic with lowercase letters list) or I (for a numbered with capital Roman numeral list) or i (for a numbered with small Roman numeral list). |
Usage |
[list=Tùy chọn]value[/list] |
Example Usage |
[list=1] [*]list item 1 [*]list item 2 [/list]
[list=a] [*]list item 1 [*]list item 2 [/list] |
Example Output |
- list item 1
- list item 2
- list item 1
- list item 2
|
Images |
The [img] tag allows you to embed images within your posts. You can also combine this tag with the [url] tag to make images become links. |
Usage |
[img]value[/img] |
Example Usage |
[img]http://vietforward.com/pig/5s/statusicon/forum_new.gif[/img] (Not linked)
[url=http://www.example.com] [img]http://vietforward.com/pig/5s/statusicon/forum_new.gif[/img] [/url] (Linked)
|
Example Output |
(Not linked)
(Linked)
|
Mã |
The [code] tag switches to a fixed-width (monospace) font and preserves all spacing. |
Usage |
[code]value[/code] |
Example Usage |
[code]
<script type="text/javascript">
<!--
alert("Hello world!");
//-->
</script>
[/code] |
Example Output |
Mã:
<script type="text/javascript">
<!--
alert("Hello world!");
//-->
</script>
|
PHP Code |
The [php] tag performs the same function as the [code] tag, but also adds syntax highlighting for PHP code. Although it is designed for PHP, it may correctly highlight some other C-like languages. |
Usage |
[php]value[/php] |
Example Usage |
[php]
$myvar = 'Hello World!';
for ($i = 0; $i < 10; $i++)
{
echo $myvar . "\n";
}
[/php] |
Example Output |
PHP Code:
$myvar = 'Hello World!'; for ($i = 0; $i < 10; $i++) { echo $myvar . "\n"; }
|
HTML Code |
The [html] tag allows you to perform syntax highlighting for HTML code. |
Usage |
[html]value[/html] |
Example Usage |
[html] <img src="image.gif" alt="image" /> <a href="testing.html" target="_blank">Testing</a> [/html] |
Example Output |
HTML Code:
<img src="image.gif" alt="image" />
<a href="testing.html" target="_blank">Testing</a>
|
Trích dẫn |
The [quote] tag allows you to attribute text to someone else. |
Usage |
[quote]Trích dẫn[/quote]
[quote=Tên tài khoản]value[/quote]
|
Example Usage |
[quote]Lorem ipsum dolor sit amet[/quote]
[quote=John Doe]Lorem ipsum dolor sit amet[/quote]
[quote=John Doe;78169]Lorem ipsum dolor sit amet[/quote]
|
Example Output |
Trích dẫn:
Lorem ipsum dolor sit amet
|
Trích dẫn:
Nguyên văn bởi John Doe
Lorem ipsum dolor sit amet
|
Trích dẫn:
Nguyên văn bởi John Doe
Lorem ipsum dolor sit amet
|
|
Stop BB Code Parsing |
The [noparse] tag allows you to stop the parsing of BB code. |
Usage |
[noparse][b]value[/b][/noparse]
|
Example Usage |
[noparse][b]Lorem ipsum dolor sit amet[/b][/noparse]
|
Example Output |
[b]Lorem ipsum dolor sit amet[/b]
|
Ðính Kèm |
The [attach] tag allows you to display an attachment in your post rather than at the bottom. It will only display attachments that belong to the post in which it is utilized. |
Usage |
[attach]attachmentid[/attach]
|
Example Usage |
[attach]12345[/attach]
|
Example Output |
|
CLIPVN |
Đây là thẻ CLIPVN dùng để chạy các link video từ Clip.Vn ... trong bài viết của bạn.
Cách dùng:
Đối với đường link http://clip.vn/watch/Toi-la-ai-Em-la-ai-Kasim,eWK?fm=search
Bạn làm như sau:
1. Copy eWK từ link và paste vào bài viết
2. Bôi đen eWK rồi chọn thẻ CLIPVN
Kết quả:
[CLIPVN]eWK[/CLIPVN] |
Usage |
[CLIPVN]value[/CLIPVN] |
Example Usage |
[CLIPVN]link[/CLIPVN] |
Example Output |
[CLIPVN]link[/CLIPVN] |
DAILY MOTION VIDEO |
Đây là thẻ DAILY MOTION VIDEO dùng để chạy các link video từ Daily Motion ... trong bài viết của bạn.
Cách dùng:
Đối với đường link http://www.dailymotion.com/video/x5m5d0_chayanol2102
Bạn làm như sau:
1. Copy x5m5d0 từ link và paste vào bài viết
2. Bôi đen x5m5d0 rồi chọn thẻ DAILY MOTION VIDEO
Kết quả:
[DAILY MOTION VIDEO]x5m5d0[/DAILY MOTION VIDEO] |
Usage |
[DAILY MOTION VIDEO]value[/DAILY MOTION VIDEO] |
Example Usage |
DAILY MOTION VIDEO |
Example Output |
DAILY MOTION VIDEO |
DOWNLOAD BOX |
Đây là thẻ DOWNLOAD BOX dùng để tạo ra hiệu ứng khung download trong bài viết của bạn.
Cách dùng:
Bôi đen đường link trong bài gửi của bạn rồi bấm vào thẻ DOWNLOAD BOX
VD:
[DOWNLOAD BOX]http://www.mediafire.com/?8fg9ep5u7fuycko[/DOWNLOAD BOX] |
Usage |
[DOWNLOAD BOX]value[/DOWNLOAD BOX] |
Example Usage |
|
Example Output |
|
FLASH |
Đây là thẻ FLASH dùng để chạy các link file flash (.swf) trong bài viết của bạn.
Cách dùng:
Bôi đen đường link file flash trong bài gửi của bạn rồi bấm vào thẻ FLASH
VD:
[FLASH]http://luyengame.com/games/daovang.swf[/FLASH] |
Usage |
[FLASH]value[/FLASH] |
Example Usage |
Flash |
Example Output |
Flash |
FLV |
Đây là thẻ FLV dùng để chạy các link file định dạng: .flv trong bài viết của bạn.
Cách dùng:
Bôi đen đường link file file định dạng: .flv trong bài gửi của bạn rồi bấm vào thẻ FLV
VD:
[MUSIC]http://mp3.zing.vn/Va-Khi-Anh.flv[/MUSIC] |
Usage |
[FLV]value[/FLV] |
Example Usage |
FLV |
Example Output |
FLV |
Chữ đậm |
Đây là thẻ GLOW dùng để tạo ra hiệu ứng chữ đậm trong bài viết của bạn.
Cách dùng:
Bôi đen đường đoạn chữ trong bài gửi của bạn rồi bấm vào thẻ GLOW |
Usage |
[GLOW]value[/GLOW] |
Example Usage |
[GLOW]EXAMPLE TEXT[/GLOW] |
Example Output |
[GLOW]EXAMPLE TEXT[/GLOW] |
GOOGLEVIDEO |
Đây là thẻ GOOGLEVIDEO dùng để chạy các link video từ Google Video ... trong bài viết của bạn.
Cách dùng:
Đối với đường link http://video.google.com/videoplay?docid=-6759907519688264664
Bạn làm như sau:
1. Copy -6759907519688264664 từ link và paste vào bài viết
2. Bôi đen -6759907519688264664 rồi chọn thẻ GOOGLEVIDEO
Kết quả:
[GOOGLEVIDEO]-6759907519688264664[/GOOGLEVIDEO] |
Usage |
[GOOGLEVIDEO]value[/GOOGLEVIDEO] |
Example Usage |
[GVIDEO]LINK[/GVIDEO] |
Example Output |
[GVIDEO]LINK[/GVIDEO] |
IMAGE LEFT |
Đây là thẻ IMAGE LEFT dùng để tạo ra hiệu ứng ảnh nằm ở phía bên trái trong bài viết của bạn.
Cách dùng:
Bôi đen đường link ảnh trong bài gửi của bạn rồi bấm vào thẻ IMAGE LEFT
VD:
[IMAGE LEFT]http://zing.vn/1000ty_USD.jpg[/IMAGE LEFT] |
Usage |
[IMAGE LEFT]value[/IMAGE LEFT] |
Example Usage |
[IMAGE LEFT]http://vietforward.com/images/vfc_email.png[/IMAGE LEFT] |
Example Output |
[IMAGE LEFT]http://vietforward.com/images/vfc_email.png[/IMAGE LEFT] |
IMAGE RIGHT |
Đây là thẻ IMAGE RIGHT dùng để tạo ra hiệu ứng ảnh nằm ở phía bên phải trong bài viết của bạn.
Cách dùng:
Bôi đen đường link ảnh trong bài gửi của bạn rồi bấm vào thẻ IMAGE RIGHT
VD:
[IMAGE RIGHT]http://zing.vn/1000ty_USD.jpg[/IMAGE RIGHT] |
Usage |
[IMAGE RIGHT]value[/IMAGE RIGHT] |
Example Usage |
[IMAGE RIGHT]http://vietforward.com/images/vfc_email.png[/IMAGE RIGHT] |
Example Output |
[IMAGE RIGHT]http://vietforward.com/images/vfc_email.png[/IMAGE RIGHT] |
imglink |
Use THIS IMGLINKtag to put images with a link in your forum.
This allows:
[url=link][imglink]urltotheimage[/imglink][/url]
...to work again without The Image Resizer to broke the link. |
Usage |
[imglink]value[/imglink] |
Example Usage |
[imglink]../images/misc/rss.jpg[/imglink] |
Example Output |
 |
Chữ chạy |
Đây là thẻ MARQUEE dùng để tạo ra hiệu ứng chữ chạy trong bài viết của bạn.
Cách dùng:
Bôi đen đường đoạn chữ trong bài gửi của bạn rồi bấm vào thẻ MARQUEE |
Usage |
[Marquee]value[/Marquee] |
Example Usage |
|
Example Output |
|
MEGAVIDEO |
Đây là thẻ MEGAVIDEO dùng để chạy các link video từ MegaVideo.Com ... trong bài viết của bạn.
Cách dùng:
Đối với đường link http://megavideo.com/?v=QADD7UX2
Bạn làm như sau:
1. Copy QADD7UX2 từ link và paste vào bài viết
2. Bôi đen QADD7UX2 rồi chọn thẻ MEGAVIDEO
Kết quả:
[MEGAVIDEO]QADD7UX2[/MEGAVIDEO] |
Usage |
[MEGAVIDEO]value[/MEGAVIDEO] |
Example Usage |
[Mega]link[/Mega] |
Example Output |
[Mega]link[/Mega] |
Music |
Đây là thẻ MUSIC dùng để chạy các link file nhạc định dạng: .mp3 , .wma, ...
trong bài viết của bạn.
Cách dùng:
Bôi đen đường link file nhạc trong bài gửi của bạn rồi bấm vào thẻ MUSIC
VD:
[MUSIC]http://mp3.zing.vn/Va-Khi-Anh.mp3[/MUSIC] |
Usage |
[MUSIC]value[/MUSIC] |
Example Usage |
[MUSIC]<font color=blue>http://mp3.zing.vn/Va-Khi-Anh.mp3</font>[/MUSIC] |
Example Output |
[MUSIC]<font color=blue>http://mp3.zing.vn/Va-Khi-Anh.mp3</font>[/MUSIC] |
ONLINE DOCS |
Đây là thẻ ONLINE DOCS dùng để xem trực tuyến (online) các file Office: Word, Excel, Power Point, PDF ...
trong bài viết của bạn.
Cách dùng:
Bôi đen đường link file trong bài gửi của bạn rồi bấm vào thẻ ONLINE DOCS
VD:
[ONLINE DOCS]http://sunlighttravel.com/upload//DON_GOI_HANG.doc[/ONLINE DOCS]
[ONLINE DOCS]http://airspan.com/downloads/RMA_Invoice.xls[/ONLINE DOCS]
[ONLINE DOCS]http://undp.org/procurement/documents/UNDP-Shipping-Guide.pdf[/ONLINE DOCS] |
Usage |
[ONLINE DOCS]value[/ONLINE DOCS] |
Example Usage |
[ONLINE DOCS]http://data.vietforward.com/demo-pdf.pdf[/ONLINE DOCS] |
Example Output |
[ONLINE DOCS]http://data.vietforward.com/demo-pdf.pdf[/ONLINE DOCS] |
Chữ mờ ảo |
Đây là thẻ SHADOW dùng để tạo ra hiệu ứng chữ mờ ảo trong bài viết của bạn.
Cách dùng:
Bôi đen đường đoạn chữ trong bài gửi của bạn rồi bấm vào thẻ SHADOW |
Usage |
[SHADOW]value[/SHADOW] |
Example Usage |
[SHADOW]EXAMPLE TEXT[/SHADOW] |
Example Output |
[SHADOW]EXAMPLE TEXT[/SHADOW] |
TABLE |
Đây là thẻ TABLE dùng để chèn bảng (table) vào bài viết của bạn.
Cách dùng:
1.Kiểu có header:
[ TABLE="head"]Cột tiêu đề 1|Cột tiêu đề 2|Cột tiêu đề 3
Cột 1 hàng 1|Cột 2 hàng 1|Cột 3 hàng 1
Cột 1 hàng 2|Cột 2 hàng 3|Cột 3 hàng 3[/TABLE]
2.Kiểu ko có header:
[ TABLE]Cột 1 hàng 1|Cột 2 hàng 1|Cột 3 hàng 1
Cột 1 hàng 2|Cột 2 hàng 3|Cột 3 hàng 3
Cột 1 hàng 3|Cột 2 hàng 3|Cột 3 hàng 3[/TABLE] |
Usage |
[TABLE]value[/TABLE] |
Example Usage |
[table]column 1|column 2|column 3[/table] |
Example Output |
|
YOUTUBE |
Đây là thẻ YOUTUBE dùng để chạy các link video từ You Tube ... trong bài viết của bạn.
Cách dùng:
Đối với đường link http://www.youtube.com/watch?v=cnEVcwRWydU
Bạn làm như sau:
1. Copy cnEVcwRWydU từ link và paste vào bài viết
2. Bôi đen cnEVcwRWydU rồi chọn thẻ YOUTUBE
Kết quả:
[YOUTUBE]cnEVcwRWydU[/YOUTUBE] |
Usage |
[YOUTUBE]value[/YOUTUBE] |
Example Usage |
[YOUTUBE]LINK[/YOUTUBE] |
Example Output |
[YOUTUBE]LINK[/YOUTUBE] |
| |
|
Múi giờ GMT +7. Hiện tại là
04:21 PM
Powered by vBulletin. Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.
VietForward.Com is a Open Community for Transport & Logistics and related fields only
We keep no responsibility for any content of Members' posts. For abuse report:
report@vietforward.com