Go Back   Diễn đàn Công nghệ > Hỏi/Ðáp
Đăng ký Hỏi/Ðáp Thành viên Lịch Tìm kiếm Bài trong ngày Ðánh Dấu Ðã Ðọc

Thông tin
Chương trình học bổng toàn cầu Global IT Career 2010 tại NIIT iPMAC

hocbong-ipmac

LỊCH KHAI GIẢNG THÁNG 8/2010

Hội thảo giới thiệu ĐIỆN TOÁN ĐÁM MÂY - miễn phí ngày 17/8/2010 tại iPMAC


BB Code
BB code is a set of tags based on the HTML language that you may already be familiar with. They allow you to add formatting to your messages in the same way as HTML does, but have a simpler syntax and will never break the layout of the pages you are viewing. The ability to use BB code is set on a forum-by-forum basis by the administrator, so you should check the forum rules when you post a new message.

Below is a list of the BB code tags you can use to format your messages.
Danh sách vB code
[b], [i], [u] Đậm / Italic / Underline
[color] Color
[size] Size
[font] Font
[highlight] Highlight
[left], [right], [center] Left / Right / Giữa
[indent] Indent
[email] Email Linking
[url] URL Hyperlinking
[thread] Thread Linking
[post] Post Linking
[list] Danh sách thứ tự / Danh sách nâng cao
[img] Images
[code] Code
[php] PHP Code
[html] HTML Code
[quote] Trích
[noparse] Stop BB Code Parsing
[attach] Ðính kèm
[flash] Chơi flash
[glow] Chữ đậm
[gvideo] Google Video
[marquee] Chữ chạy
[music] Chơi nhạc
[shadow] Chữ mờ ảo
Incorrect BB Code Usage:
  • [url] www.example.com [/url] - don't put spaces between the bracketed code and the text you are applying the code to.
  • [email]myname@domain.com[email] - the end brackets must include a forward slash ([/email])

Đậm / Italic / Underline
Thẻ [b], [i] và [u] tương ứng cho phép bạn tạo chữ đậm, nghiêng và gạch chân.
Cách sử dụng [b]value[/b]
[i]value[/i]
[u]value[/u]
Ví dụ [b]this text is bold[/b]
[i]this text is italic[/i]
[u]this text is underlined[/u]
Kết Quả this text is bold
this text is italic
this text is underlined

Color
Thẻ [code] được chuyển sang font có chiều cố định (đơn cách).
Cách sử dụng [color=Option]value[/color]
Ví dụ [color=blue]this text is blue[/color]
Kết Quả this text is blue

Size
Thẻ [size] bạn có thể thay đổi cỡ chữ của bạn
Cách sử dụng [size=Option]value[/size]
Ví dụ [size=+2]this text is two sizes larger than normal[/size]
Kết Quả this text is two sizes larger than normal

Font
Bạn có thể thay đổi font chữ của bạn qua Thẻ [font]
Cách sử dụng [font=Option]value[/font]
Ví dụ [font=courier]this text is in the courier font[/font]
Kết Quả this text is in the courier font

Highlight
The [highlight] tag allows you to emphasize your text.
Cách sử dụng [highlight]value[/highlight]
Ví dụ [highlight]this text is highlighted[/highlight]
Kết Quả this text is highlighted

Left / Right / Giữa
The [left], [right] and [center] tags allow you to change the alignment of your text.
Cách sử dụng [left]value[/left]
[center]value[/center]
[right]value[/right]
Ví dụ [left]this text is left-aligned[/left]
[center]this text is center-aligned[/center]
[right]this text is right-aligned[/right]
Kết Quả
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.
Cách sử dụng [indent]value[/indent]
Ví dụ [indent]this text is indented[/indent]
Kết Quả
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.
Cách sử dụng [email]value[/email]
[email=Option]value[/email]
Ví dụ [email]j.doe@example.com[/email]
[email=j.doe@example.com]Click Here to Email Me[/email]
Kết Quả j.doe@example.com
Click Here to Email Me

URL Hyperlinking
The [url] tag allows you to link to other websites and files. You can include an optional parameter to 'name' your link.
Cách sử dụng [url]value[/url]
[url=Option]value[/url]
Ví dụ [url]http://www.ipmac.vn/forum[/url]
[url=http://www.ipmac.vn/forum]Diễn đàn Công nghệ[/url]
Kết Quả http://www.ipmac.vn/forum
Diễn đàn Công nghệ

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.
Cách sử dụng [thread]threadid[/thread]
[thread=threadid]value[/thread]
Ví dụ [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.)
Kết Quả http://www.ipmac.vn/forum/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.
Cách sử dụng [post]postid[/post]
[post=postid]value[/post]
Ví dụ [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.)
Kết Quả http://www.ipmac.vn/forum/showthread.php?p=269302#post269302
Click Me!

Danh sách thứ tự
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.
Cách sử dụng [list]value[/list]
Ví dụ [list]
[*]list item 1
[*]list item 2
[/list]
Kết Quả
  • list item 1
  • list item 2

Danh sách nâng cao
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).
Cách sử dụng [list=Option]value[/list]
Ví dụ [list=1]
[*]list item 1
[*]list item 2
[/list]

[list=a]
[*]list item 1
[*]list item 2
[/list]
Kết Quả
  1. list item 1
  2. list item 2
  1. list item 1
  2. 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.
Cách sử dụng [img]value[/img]
Ví dụ [img]http://www.ipmac.vn/forum/images/redgray/statusicon/forum_new.gif[/img] (Not linked)

[url=http://www.example.com] [img]http://www.ipmac.vn/forum/images/redgray/statusicon/forum_new.gif[/img] [/url] (Linked)
Kết Quả (Not linked)

(Linked)

Code
The [code] tag switches to a fixed-width (monospace) font and preserves all spacing.
Cách sử dụng [code]value[/code]
Ví dụ [code]
<script type="text/javascript">
<!--
    alert("Hello world!");
//-->
</script>
[/code]
Kết Quả
Code:
<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.
Cách sử dụng [php]value[/php]
Ví dụ [php]
$myvar = 'Hello World!';
for ($i = 0; $i < 10; $i++)
{
    echo $myvar . "\n";
}
[/php]
Kết Quả
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.
Cách sử dụng [html]value[/html]
Ví dụ [html]
<img src="image.gif" alt="image" />
<a href="testing.html" target="_blank">Testing</a>
[/html]
Kết Quả
HTML Code:
<img src="image.gif" alt="image" />
<a href="testing.html" target="_blank">Testing</a>

Trích
The [quote] tag allows you to attribute text to someone else.
Cách sử dụng [quote]Trích[/quote]
[quote=Tên thành viên]value[/quote]
Ví dụ [quote]Lorem ipsum dolor sit amet[/quote]
[quote=John Doe]Lorem ipsum dolor sit amet[/quote]
[quote=John Doe;6126]Lorem ipsum dolor sit amet[/quote]
Kết Quả
Trích:
Lorem ipsum dolor sit amet
Trích:
Nguyên văn bởi John Doe
Lorem ipsum dolor sit amet
Trích:
Nguyên văn bởi John Doe View Post
Lorem ipsum dolor sit amet

Stop BB Code Parsing
The [noparse] tag allows you to stop the parsing of BB code.
Cách sử dụng [noparse][b]value[/b][/noparse]
Ví dụ [noparse][b]Lorem ipsum dolor sit amet[/b][/noparse]
Kết Quả [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.
Cách sử dụng [attach]attachmentid[/attach]
Ví dụ [attach]12345[/attach]
Kết Quả

Chơi flash
Flash
Cách sử dụng [flash]value[/flash]
Ví dụ Flash
Kết Quả Flash

Chữ đậm
Chữ đậm
Cách sử dụng [glow]value[/glow]
Ví dụ [glow]Chữ đậm[/glow]
Kết Quả Chữ đậm

Google Video
google video
Cách sử dụng [gvideo]value[/gvideo]
Ví dụ google video
Kết Quả google video

Chữ chạy
Chữ chạy
Cách sử dụng [marquee]value[/marquee]
Ví dụ [marquee]Chữ chạy[/marquee]
Kết Quả Chữ chạy

Chơi nhạc
Chơi nhạc
Cách sử dụng [music]value[/music]
Ví dụ Chơi nhạc
Kết Quả Chơi nhạc

Chữ mờ ảo
Chữ mờ ảo
Cách sử dụng [shadow]value[/shadow]
Ví dụ [shadow]Chữ mờ ảo[/shadow]
Kết Quả Chữ mờ ảo


Múi giờ GMT. Hiện tại là 01:39.

Powered by: vBulletin v3.7.0 Release Candidate 2 Copyright ©2000-2010, Jelsoft Enterprises Ltd.
iPMAC Networking Academy