|
|
(1) ขั้นตอนเดียวง่าย ๆ เพียงคุณ คลิ๊กไปที่
- Select All - แล้ว Copy Code ไปใช้งาน
โดยวางไว้ใน Tag <Body>
|
| +:: Tips ::+ |
|
ในขั้นตอนที่ (1) คุณสามารถปรับแต่งได้ดังนี้
//ปรับสีข้อความ
var beforeMsg = "<center><font color=blue
size=+2><b>";
var afterMsg = "</b></font></center>";
//ความเร็วในการเปลี่ยนข้อความเป็น มิลิวินาที
var msgRotateSpeed = 2000;
//ข้อความที่คุณต้องการ
var textStr = new Array();
textStr[0] = "Hello to TodayLoad.com WebEffect!";
textStr[1] = "This is Text Rotator Effect";
textStr[2] = "Welcome to see Source Code";
|
|