Clear Word HTML: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (2個修訂) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 7: | Line 7: | ||
* modify the userContent.css: [http://wiki.moztw.org/index.php/%E9%87%9D%E5%B0%8D%E7%89%B9%E5%AE%9A%E7%B6%B2%E7%AB%99%E8%A8%AD%E7%AB%8B%E6%A8%A3%E5%BC%8F 針對特定網站設立樣式 - MoztwWiki] (last visited: February 4, 2006) | * modify the userContent.css: [http://wiki.moztw.org/index.php/%E9%87%9D%E5%B0%8D%E7%89%B9%E5%AE%9A%E7%B6%B2%E7%AB%99%E8%A8%AD%E7%AB%8B%E6%A8%A3%E5%BC%8F 針對特定網站設立樣式 - MoztwWiki] (last visited: February 4, 2006) | ||
{{ | <pre> | ||
.MsoNormal{ | |||
font-size:small; | |||
font-weight:normal; | |||
line-height:200%; | |||
} | |||
span{ | |||
font-size:small; | |||
font-weight:normal; | |||
line-height:200%; | |||
} | |||
</pre> | |||
[[Category:Web_Dev]] | [[Category:Web_Dev]] | ||
Latest revision as of 14:36, 21 June 2009
If you can modify the source code[edit]
- You can use the html authoring/editor softwares as Macromedia Dreamweaver to clean MS Word html markup.
- Download details: Office 2000 HTML Filter 2.0 (last visited: February 4, 2006)
If you could not modify the source code[edit]
- Firefox extension: Stylish(中文討論) (last visited: February 4, 2006)
- modify the userContent.css: 針對特定網站設立樣式 - MoztwWiki (last visited: February 4, 2006)
.MsoNormal{
font-size:small;
font-weight:normal;
line-height:200%;
}
span{
font-size:small;
font-weight:normal;
line-height:200%;
}