richtexteditor.html

来自「论坛BBS」· HTML 代码 · 共 40 行

HTML
40
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<!--
##############################################
#     BigMole Dynamic Discussion Board 2.0     #
#     By Emil A Eklund (http://BigMole.5188.org/contact.html#emil)      #
#    and Erik Arvidson (http://BigMole.5188.org/contact.html#erik)     #
#              April 24, 1999                #
##############################################
# Feel free to use this script for personal  #
# and non-profit organisation's websites,    #
# as long as you're giving us credits for it #
# in other words, not removing nur modifying #
# this notice in any of the files it apperes #
##############################################
#   For comercial use contact Emil or Erik   #
##############################################
-->

<html>
<head>
<title>richTextEditor</title>
</head>

<link rel="STYLESHEET" type="text/css" href="webboard.css">

<script type="text/javascript" src="js/webboard.js"></script>

<script type="text/javascript">

initRichTextEditor();

</script>

<body scroll="no" class="richTextEditorBody">
<iframe id="textEdit"></iframe>

</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?