宝马故障码cf33:请问,哪位高手知道在FrontPage2003上如何固定字体大小?

来源:百度文库 编辑:高考问答 时间:2024/07/05 15:26:06

可以使用CSS统一网页字体等样式

例如在head 中插入如下代码:

<style type=text/css>
<!--
body { color: #333333; font-family: 宋体, Arial; font-size: 9pt}
td { color: #333333; font-family: 宋体, Arial; font-size: 9pt}
-->
</style>