Pagemaker

') } } function writ() { f = window.open(); f.document.write(document.Form1.none.value); f.document.close(); } function addtag(tag) { document.Form1.none.value=document.Form1.none.value + tag + '\r' } function hr() { var size=prompt('what size HR',""); if (size != "" || null) {document.Form1.none.value=document.Form1.none.value + '
\r' } } function addform() { if (confirm("Do you want to give this form an action and a method?")) { var action = prompt('what action', ""); var method = prompt('What Method' , ""); document.Form1.none.value = document.Form1.none.value + "
"} else { document.Form1.none.value = document.Form1.none.value + "" } } function addformbutt() { var buttname = prompt('Button Name' , ""); var buttvalue = prompt('Buttons Label' , ""); document.Form1.none.value = document.Form1.none.value + "'; } function addformtext() { if (confirm("Are you Sure")) { var textname = prompt("Text name" , ""); document.Form1.none.value = document.Form1.none.value + '' } else { alert("stopping Text generation"); } } function addformtextarea() { if (confirm("Are you sure?")) { var textareaname = prompt("Textarea name" , ""); var textcols = prompt("How many Text Columns?", ""); var textrows = prompt("How many Text Rows?" , ""); document.Form1.none.value = document.Form1.none.value + '' } else { alert("Stopping Textarea") } } function addformselect() { if (confirm("Are you sure")) { var selectname = prompt('What is the name of the select?' , ""); document.Form1.none.value = document.Form1.none.value + '' } function addformcheck() { if (confirm("Are you sure")) { var checkname = prompt('Check Box Name' , ""); document.Form1.none.value = document.Form1.none.value + '' }else { alert("Process stopped"); } } function addformradio() { if (confirm("Are you sure")) { var radioname = prompt('What is the name of your radio button??' , ""); document.Form1.none.value = document.Form1.none.value + '' } } //-->

นี้เป็น Editor ที่มีความซับซ้อนขึ้นมาอีก คุณสามารถ สร้าง form ต่างๆได้ เลือก สีของ background, text etc. มี option มากขึ้นวิธีการใช้ก็ยุ่งยาก ขึ้นตาม เหมาะสำหรับผู้มีพื้น html อยู่บ้างแล้วครับ.

เริ่มด้วยการคลิกปู่มนี้แล้วพิมพ์ข้อความ title ของเพจคุณลงไป:

เลือก background text และ link colors ที่คุณต้องการ:

น่าเสียดายที่คุณจะไม่สามารถมองเห็นการเปลี่ยนแปลงสีของ text และ link ที่คุณเปลี่ยน. ดังนั้นคุณสามารถที่จะสังเกตสีของ background ว่าสีใดจะเหมาะกับสี text ของคุณ.

Background:
Links:
Active links:
Text:
Visited link:

เพิ่ม Forms ต่างๆ:

ส่วนนี้คุณสามารถเพิ่มส่วนต่างๆได้มากมายเช่น links และ options อื่นๆ:

เพิ่มขนาด size ต่างๆของ text. 1 คือเล็กที่สุด และ 6 คือใหญ่ที่สุด.

ทดสอบผลงาน