使用在线编辑器。我在js版发了一个软件包,叫bite编辑器,你去搜搜吧。

解决方案 »

  1.   

    text 编辑区,你不用想了,没有办法即时显示图片.
    除非你用编辑器,网上有很多,楼上的也可以下载试试
      

  2.   

    在text编辑区如何显示图片?
    这下不可能了
      

  3.   

    ustb(偶然)
    对于编辑区的图片是如何实现的?
      

  4.   

    看代码呀
    那个不是编辑区
    //初始化编辑器
    function initEditor(Model) {
    Editor.document.designMode=Model;
    Editor.document.open();
    Editor.document.write(initHTML);
    Editor.document.close();
    initHTML = "";
    if(CssFile!="") Editor.document.createStyleSheet(CssFile);
    Editor.document.body.style.fontFamily = "";
    Editor.document.body.style.fontSize ="";
      

  5.   

    ustb(偶然) 
    你的东西无法下载,能发给我吗?谢谢
    [email protected]
      

  6.   

    难道说:在web中实现图文混排只能用activex实现了?php如何钓用activex阿?
      

  7.   

    谁说的
    用html编辑器
    其实就是自动生成html代码
    同时把图片给上传了啊!
    activex得服务器支持才行啊!
      

  8.   

    lsaturn(土星)
    能否推荐一个html编辑器
      

  9.   

    http://www.devedit.com/?site=devarticles&keyword=468偶见过最好的所见即所得在线编辑器,但是要花银子买的。