Clear Word HTML: Difference between revisions

From LemonWiki共筆
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)


{{Draft}}
<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]

If you could not modify the source code[edit]

         .MsoNormal{
		font-size:small;
		font-weight:normal;
  		line-height:200%;
                }

         span{
		font-size:small;
		font-weight:normal;
  		line-height:200%;
                }