✔ 最佳答案
你要使用 javascript + CSS + 圖層技術:
程式碼如下 :
<p>
<button style="width=100px;height:30px;"
onclick="document.getElementById('div1').style.fontWeight='bold'">B</button>
</p>
<div id="div1"
style="width:400px;height:400px" >
The business world is becoming more and more a fast changing one.
For business leaders, no matter the size of the enterprise,
from the smallest SME to the largest multi-national,
the ability to adapt to change has become a key concern.
</div>
你可以按以下網址測試結果:
http://www.yuenkong.edu.hk/test/bold.htm
2007-11-09 16:33:17 補充:
你需要的是一種控制項名叫 HTML Text Editor :其中一個下載點 :
http://sourceforge.net/projects/richtext/也可以在 google.com 以關鍵字 HTML Text Editor for web pages 搜尋。