顯示具有 HTML 標籤的文章。 顯示所有文章
顯示具有 HTML 標籤的文章。 顯示所有文章

2010年5月4日 星期二

Fckeditor

Fckeditor 幾個重要的網站
http://ckeditor.com/
http://sourceforge.net/projects/fckeditor/files/
http://dev.fckeditor.net/search

Fckeditor2.3 在Google chrome不能正常運作
Fckeditor2.5可以在Google chrome正常運作

-------------------------------------------

不要換行

HTML在 CSS用
div{
white-space:nowrap;
}



C#在DataGrid用
ItemStyle-Wrap="false"

firefox和IE(cursor:hand)

style="cursor:hand;"--在IE正常firefox不正常
style="cursor:pointer;"--在IE、firefox正常