易截截图软件、单文件、免安装、纯绿色、仅160KB

coolite control add the html tag

I always consider the coolitm control only can use its control tag in its body.
But I found that it can use html tag ,this very good.
so I show the sample to other:
<ext:Window
ID="Window1"
runat="server"
Width="500"
Height="485"
Title="Subscription"
ShowOnLoad="true"
CenterOnLoad="true"
Resizable="false"
Closable="false"
BodyStyle="padding:6px;">
<body>
<table>
<tr><td>dd</td><td>
<span>sdfas:</span>
<ext:TextField runat=server ID="test" Text="ff"></ext:TextField></td></tr>
<tr><td colspan=2>
<ext:HtmlEditor ID="HtmlEditor1" runat="server">
</ext:HtmlEditor>
</td></tr>
</table>
</body>
</ext:Window>


相关文档:

最全的HTML特殊字符列表


'  &#160; &nbsp; Nonbreaking space
¡ &#161; &iexcl; Inverted exclamation
¢ &#162; &cent; Cent sign
£ &#163; &pound; Pound sterling
¤ &#164; &curren; General currency sign
¥ &#165; &yen; Yen sign
¦ &#1 ......

Html表格设置


一、表格中单元格之间分隔线的隐藏方法









这个表格去掉了单元格之间的纵向分隔线









这个表格去掉了单元格之间的横向分隔线

 
线

 
线



这个表格去掉了单元格之间的纵向分隔线和横向分隔线
其实上面的三个表格 ......

html表格边线显示


<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>
 
</title>
</head>
<body>
   <table width="100%" border="1" cellpadding="0" bordercolorlight="#999999" bordercolordark="#FFFFFF"
        &n ......

Web开发 第一部分 HTML教程基础(十)列表

上一章我们学习了“表格”的基本用法,可以看到,表格将内容以行列方式进行组织布局,可以让网页的阅读者非常容易的获取到信息。
这一章我们介绍两种列表,所谓列表就可以看作为表格的一列,可以把一类内容组织在一起。
有了前面的基础,列表很好掌握,只需要记住一些标签和属性即可。
----------------
单列 ......

简单的保证原样输出html的c#代码

 public string NoExcuteHtml(string Htmlstring)
    {
        string x = string.Empty;
        x = Htmlstring.Replace(@"&", "&amp;");//将&设置为保留字
        x ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号