南宁市青秀区铜鼓岭路:网页代码问题ASP代码

来源:百度文库 编辑:杭州交通信息网 时间:2024/04/27 21:20:41
那位大哥能帮帮俺?
俺需要写段代码,这短代码为后台代码,代码内容像WORD的功能那样,可以让网页的管理员控制发布的网页页边距和段落边距.那位能帮忙解决下?

另外,我在网络上载下一段,不知道具体是什么意思,那位大哥能告诉告诉小弟?

<SCRIPT SRC="jsinc/rte_res.js"></SCRIPT>
<SCRIPT SRC="jsinc/rte.js"></SCRIPT>
<STYLE>
body {margin:0pt;border:none;padding:0pt}
#tbDBSelect {display:none;text-align:left;width: 100;margin-right: 1pt;margin-bottom: 0pt;margin-top: 0pt;padding: 0pt;font: 8pt arial,geneva}
#DBSelect, #idMode, .userButton {font:8pt arial}
#DBSelect {width:100}
#idMode {margin-top:0pt}
.tbButton {text-align:left;margin:0pt 1pt 0pt 0pt;padding:0pt}
#EditBox {position: relative}
#idEditRegion {margin:0px;padding:0px}
</STYLE>
<STYLE ID=skin DISABLED>
#idEditRegion {margin: 0px 8px 0px 8px;padding:0px}
#tbUpRight, #tbUpLeft {width:13px}
#idMode {margin-left:11px;padding:0pt}
#idMode LABEL {color: navy;text-decoration: underline}
#tbTopBar {height:13px}
#tbUpLeft {background:url('image/up_left.gif'); }
#tbUpMiddle {background:url('image/up_mid.gif'); }
#tbUpRight {background:url('image/up_right.gif'); }
#tbMidLeft {background:url('image/mid_left.gif'); }
#tbButtons, #tbContents {background: #FFFFE5;vertical-align: top}
#tbContents {padding:0px 5px}
#tbMidRight {background:url('image/mid_right.gif'); }
#tbBottomBar {height:6px}
#tbLowLeft {background:url('image/low_left.gif'); }
#tbLowMiddle {background:url('image/low_mid.gif'); }
#tbLowRight {background:url('image/low_right.gif'); }
</STYLE>
<STYLE ID=appendSkin>
主要是页边距和段落间距在CSS里面该怎么写,在HTML里面该怎样调用

这是主要问题.....

<SCRIPT SRC="jsinc/rte_res.js"></SCRIPT>
<SCRIPT SRC="jsinc/rte.js"></SCRIPT>
这段是调用的JS文件
下面是CSS样式表