Thanks a lot<br><br><b><i>"Patrick R. Michaud" <pmichaud@pobox.com></i></b> дµÀ£º<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> On Tue, Feb 27, 2007 at 12:45:35AM +0800, »Ô·É ÈÄ wrote:<br>> For example, I want to specify "Arial" font for a paragraph, and "Times<br>> New Roman" for another paragraph. Can I do this in pmwiki?<br><br> %p font-family=Arial% This paragraph is in Arial.<br><br> %p font-family='"Times New Roman"'% This paragraph is in Times New Roman.<br><br>If you plan to do a lot of font changes in paragraphs, you can do:<br><br> %define=times font-family='"Times New Roman"'%<br> %define=arial font-family=Arial%<br><br>and then later<br><br> %p arial% This paragraph is in Arial.<br><br> %p times% This paragraph is in Times New Roman.<br><br> %p times% This paragraph is Times New Roman <br> with some %arial% Arial text %% in the middle.<br><br>You can
also define the times/arial wikistyles using CSS:<br><br> .times { font-family:"Times New Roman"; }<br> .arial { font-family:Arial; }<br><br>Lastly, note that some platforms (e.g., Linux) often don't<br>have fonts named "Times New Roman" and "Arial", so you might want<br>to add "serif" and "sans-serif" to the options:<br><br> .times { font-family:"Times New Roman", serif; }<br> .arial { font-family:Arial, sans-serif; }<br><br>Pm<br></blockquote><br><p> 
                <hr size=1><a href="http://cn.mail.yahoo.com" target=blank>ÇÀ×¢ÑÅ»¢Ãâ·ÑÓÊÏä-3.5GÈÝÁ¿£¬20M¸½¼þ£¡</a>