> Thank you for your help! > The full name of the Simplefied Chinese encoding is just 'gb2312' and it is exactly: > > <META HTTP-EQUIV="Content-type" CONTENT="text/html; charset=gb2312">
Well, I have added this to configure.in. Update from CVS, and see what happens after an autoconf, configure and make. > The reason I'd like to change the style of the output HTML files, is that the > Chinese Grammar requires 4ex indent in each paragraph, and the default font > for the western character and digits is not 'Times New Roman' but 'MingLiu', > which is the default font for Chinese, but it's botchy for western characters, > such as bold 'M', etc... Meanwhile, the default size is 16px, but if the > Chinese characters are set as 14px in 'Times New Roman', they displays perfect > in paragraph. As a result, I should set the default style of paragragh as > {font-family: Times New Roman; font-size: 14px; text-indent: 4ex}. So you would like to put some CSS styles on paras? Huh, so we need to have one CSS <link> in the heading? That's a more complicated problem... Goba -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php