0

因为我正在制作一个教育网站,那里有练习问题,我有一个老师的私人登录区域,我想知道是否可以编辑包含问题的其他页面的 HTML,比如老师是否愿意添加更多。

我见过像 CKEditor 这样的 WYSIWYG 编辑器,但到目前为止,他们在实现和功能上让我感到困惑,任何建议都将不胜感激:)

另外,如果可以只显示一段代码,因为使用它的老师没有任何经验,所以尽可能少的技术难度也将不胜感激:)

如果您对代码有任何疑问或要求,请询问:) 谢谢 :)

<div class="main_story" style="margin-bottom:20px;">
                        <p class="sentence">the word to go here -></p>
                        <input id="you" name="input" class="sentence" type="text" size="7">
                        <p class="sentence">is you</p>
                        <button style="float:right" id="correct" onClick="Check('you', 'bShow');">Check answer</button>
                        <input style="float:right" name="bShow" id="bShow" type="checkbox" value="">
                        <p class="sentence" style="float:right">correct</p>
                    </div>

它只是真的

以及需要更改的按钮的 onClick 调用,id 可能也需要更改,是否有任何所见即所得的编辑器可以编辑这种原始格式的 html?:/

4

1 回答 1

3

查看阿罗哈:http ://aloha-editor.org/

于 2012-06-19T10:27:05.877 回答