回 帖 发 新 帖 刷新版面

主题:大家遇到这样的问题吗,怎么解决,请各位大侠帮忙

我编的网页显示有问题,抬头的导航栏上的字在有的显示器上显示字体是正常的,而在有的显示器上显示偏大,明显不和比例,不知道怎么回事,大家帮我看看,源码如下:

<html>
    <head>
        <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
        <title>head</title>
        <meta name="GENERATOR" content="Microsoft FrontPage 6.0">
        <meta name="ProgId" content="FrontPage.Editor.Document">
        <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    </head>
    <body topmargin="0" leftmargin="0" bottommargin="0" rightmargin="0">
        <table border="0" cellpadding="0" cellspacing="0" style="BORDER-COLLAPSE: collapse" bordercolor="#111111"
            width="780" id="AutoNumber1" height="129">
            <tr>
                <td width="100%" height="96%">
                    <p align="center">
                        <IMG height=111 
      src='../sys_pic/main_new.bmp' width=778></p>
                </td>
            </tr>
            <tr>
                <td width="791" height="15" bgcolor="#0086CE">
                    <table border="1" cellpadding="0" cellspacing="0" style="BORDER-COLLAPSE: collapse; BACKGROUND-COLOR: #D2D2D2"
                        width="787" id="AutoNumber2" height="20">
                        <tr>
                            <TD align="left" width="87" bordercolor="#111111" height="4">
                                <P align="center"><font size="2">
                                |<A href="../index.asp">首页链接</A>|</font></P>
                            </TD>
                            <TD align="left" width="92" bordercolor="#111111" height="4">
                                <P align="center"><font size="2">|<A href="http://10.124.1.177/ddgm/way.dll?ln&amp;15&amp;1">通知通报</A>|</font></P>
                            </TD>
                            <TD align="left" width="106" bordercolor="#111111" height="4">
                                <P align="center"><font size="2" face="Arial">&nbsp;</font><font size="2">|<A href="more.asp?id=3">信息化建设</A>|</font></P>
                            </TD>
                            <TD align="left" width="91" bordercolor="#111111" height="4">
                                <P><font size="2" face="Arial">&nbsp;</font><font size="2">&nbsp;    
                                |</font><font size="2" color="#0000ff"><a href="more.asp?id=23">等级评定</a></font><font size="2">|</font></P>
                            </TD>
                            <TD align="left" width="98" bordercolor="#111111" height="4">
                                <P align="center"><font size="2">|<A href="more.asp?id=5">法律法规</A>|</font></P>
                            </TD>
                            <TD align="left" width="94" bordercolor="#111111" height="4">
                                <P align="center"><font size="2">|<A href="more.asp?id=6">队伍建设</A>|</font></P>
                            </TD>
                            <TD align="left" width="107" bordercolor="#111111" height="4">
                                <P align="center"><font size="2">|<a href="more.asp?id=14">业务指导</a><a href="more.asp?id=14"><font color="#000000">|</font></a>
                                    </font>
                                </P>
                            </TD>
                            <TD align="center" width="110" style="COLOR: blue">
                                <SCRIPT language="JavaScript">                                            
                                tmpDate = new Date();                                            
                                date = tmpDate.getDate();                                            
                                month= tmpDate.getMonth() + 1 ;                                            
                                year= tmpDate.getYear();                                                                                 
                                document.write(month + "月" + date + "日");                                            
                                if (tmpDate.getDay() == 5) document.write("星期五");                                            
                                if (tmpDate.getDay() == 6) document.write("星期六");                                            
                                if (tmpDate.getDay() == 0) document.write("星期日");                                            
                                if (tmpDate.getDay() == 1) document.write("星期一");                                            
                                if (tmpDate.getDay() == 2) document.write("星期二");                                            
                                if (tmpDate.getDay() == 3) document.write("星期三");                                            
                                if (tmpDate.getDay() == 4) document.write("星期四");                                            
                                </SCRIPT>
                             </TD>
                        </tr>                        
                    </table>
                </td>
            </tr>
        </table>
    </body>
</html>

回复列表 (共3个回复)

沙发

你打开此页面,然后点击ie的“查看”---“文字大小”---“最大”
是不是这种情况?
如果是的话,需要你用css定义文件大小。

板凳

谢谢,我回去试试,如果不行css定义文件大小该如何操作呢?

3 楼

随便保存别人的网页就好css文件

我来回复

您尚未登录,请登录后再回复。点此登录或注册