- BB code :
1) ก็ลาก mouse คลุม ข้อความที่ต้องการ แล้วก็กด ที่ตัวเลือก มันก็จะมีปุ่มๆมาให้
2) พิมพ์ code ปิดหัวปิดท้ายข้อความไปเลย เช่น
- Code: Select all
Code:
[img]http://www.rappeler.net/images/beautiful.jpg[/img]
- HTML code :
พิมพ์ code ปิดหัวปิดท้ายข้อความ เช่น
- Code: Select all
Code:
<a href="http://www.rappeler.net/">ข้อความที่ต้องการให้แสดงเป็นlink</a>
----------
code แต่ละตัว หมายถึงอะไร และ ใช้อย่างไร
- BB code : วิธีพิมพ์ BB code เอง เราสามารถดูได้จาก ปุ่มต่างๆ ด้านบน ใน ตัวเลือก มันจะมีตัวอย่างการใช้งานแสดงให้ดู
1) ตัวหนา
- Code: Select all
Code:
[b]ตัวหนา[/b]
2) ตัวเอียง
- Code: Select all
Code:
[i]ตัวเอียง[/i]
3) ขีดเส้นใต้
- Code: Select all
Code:
[u]ขีดเส้นใต้[/u]
4) อ้างอิงจาก:
เอาคำพูดของคนอื่นมาอ้างอิง
- Code: Select all
Code:
[quote]เอาคำพูดของคนอื่นมาอ้างอิง[/quote]
5)
- Code: Select all
Code:
<img src="http://www.rappeler.net/images/beautiful.jpg">
- Code: Select all
Code:
[code]ใส่ code ที่นี่ แล้ว code จะไม่แสดงผล[/code]
6) ตัวเลือก
ข้อ 1. สวย
ข้อ 2. สวยกว่า
ข้อ 3. สวยที่สุด
- Code: Select all
Code:
[list]ข้อ 1. สวย
ข้อ 2. สวยกว่า
ข้อ 3. สวยที่สุด[/list]
7)

- Code: Select all
Code:
[img]http://www.google.co.th/images/hp0.gif[/img]
8)ลิงค์ http://aryaforum.i8.com/
- Code: Select all
Code:
[url]http://aryaforum.i8.com/[/url]
หรือ
ข้อความที่ต้องการให้เป็น link
- Code: Select all
Code:
[url=http://www.rappeler.net/]ข้อความที่ต้องการให้เป็น link[/url]
- HTML code
1) ตัวหนา
- Code: Select all
Code:
<b>ตัวหนา</b>
2) ตัวเอียง
- Code: Select all
Code:
<i>ตัวเอียง</i>
3) ขีดเส้นใต้
- Code: Select all
Code:
<u>ขีดเส้นใต้</u>
4) ขีดฆ่า
- Code: Select all
Code:
<s>ขีดฆ่า</s>
5) ใส่รูป :
- Code: Select all
Code:
<img src="http://www.google.co.th/images/hp0.gif">
6) กำหนดให้รูปไม่มีขอบ เวลาทำเป็น link :
- Code: Select all
Code:
<img src="http://www.google.co.th/images/hp0.gif" border="0">
7) คำบรรยายรูป
<img src="http://www.google.co.th/images/hp0.gif" alt="g O o G l E !!!">
- Code: Select all
Code:
<img src="http://www.google.co.th/images/hp0.gif" alt="g O o G l E !!!">
8) <a href="http://www.rappeler.net/">link ไปยัง website ของฉัน</a>
- Code: Select all
Code:
<a href="http://www.rappeler.net/">link ไปยัง website ของฉัน</a>
9) วิธีทำรูปให้เป็น link และไม่มีขอบรูปขึ้นมา และมีคำบรรยายรูป :
- Code: Select all
Code:
<a href="http://www.google.com/"><img src="http://www.google.co.th/images/hp0.gif" border="0" alt="g O o G l E !!!"></a>
10) กำหนด font : Comic Sans MS
- Code: Select all
Code:
<font face="ชื่อfont">ข้อความ</font>
11) กำหนด ขนาด font : ตัวอักษร ขนาด 3
- Code: Select all
Code:
<font size="3">ตัวอักษร ขนาด 3</font>
12) กำหนด สี font : ใน tag ใส่ รหัสสี 6 ตัวเช่น #808080
- Code: Select all
Code:
<font color="#ff8800">ข้อความ</font>
13) เพิ่มลูกเล่นให้กับข้อความ : กำหนด font ขนาด สี : ข้อความ
- Code: Select all
Code:
<font face="Verdana" size="3" color="#ff8800">ข้อความ</font>
14) จัดรูปแบบข้อความ :
ชิดซ้าย
- Code: Select all
Code:
<p align="left">ชิดซ้าย</p>
ให้อยู่ตรงกลาง
- Code: Select all
Code:
<center>ให้อยู่ตรงกลาง</center>
หรือ
ให้อยู่ตรงกลาง
- Code: Select all
Code:
<p align="center">ให้อยู่ตรงกลาง</p>
ชิดขวา
- Code: Select all
Code:
<p align="right">ชิดขวา</p>

