我在页面<head></head>标签里使用<LINK href="/Styles/Default.css" type="text/css" rel="Stylesheet">
然后使用<TABLE class="lhd_Table_Normal" cellSpacing="1" cellPadding="0">
但是没用啊

解决方案 »

  1.   

    <LINK href="Styles/Default.css" type="text/css" rel="Stylesheet">这样看看。 浏览一下看看有用不
      

  2.   

    多了“/”
    <LINK href="Styles/Default.css" type="text/css" rel="Stylesheet">
      

  3.   

    连接地址可能不正确<LINK href="Styles/Default.css" type="text/css" rel="Stylesheet">
      

  4.   

    如果你的页面文件和CSS文件不在同一文件夹下写法:
    <LINK href="../Styles/Default.css" type="text/css" rel="Stylesheet">
      

  5.   

    我页面的地址是在/WebModule/projects/Property/RecordType.aspx
    CSS的地址是在/Styles/Default.css
      

  6.   

    可能是你的链接错误
    打开你的VS.NET,打开要添加样式的页面,切换在视图状态下,从"方案资源管理器"中,找到你的样式文件,拖到当前页面中来,它就会自己写出正确的样式链接了.