Chrome 没有为几乎相同的页面加载样式表
Chrome not loading stylesheet for nearly identical pages
http://azlro.org/chad/1991rrchunter.html 加载正确,在 Chrome 和资源管理器中带有黑色背景图像。代码:
`<html>
<head>
<title>My advice to other 1987 to 1995 Range Rover Classic Owners</title>
<link rel="stylesheet" type="text/css" href="style-TrainTunnel.css">
<meta name="author" content="Chad Manz">
<meta name="keywords" content="chad manz, range rover, range rovers, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, County, Great Divide Edition, GDE, Hunter, SWB, LWB, land rover, land rovers, upgrade, upgrades, modification, modifications, tips, advice, recommendation, recommendations">
<base target="_blank">
</head>
<body>
<p>
<center>
<br>
<table width="875">
<tr>
<td>`
http://azlro.org/chad/rrcadvice.html 不加载 Chrome 中的样式表,因此具有白色背景而不是上面的黑色背景图像。但是,它将加载黑色背景图像并遵循资源管理器中的样式表,两个 link 都使用相同的样式表。代码:
`<html>
<head>
<title>My advice to other 1987 to 1995 Range Rover Classic Owners</title>
<link rel="stylesheet" type="text/css" href="style-TrainTunnel.css">
<meta name="author" content="Chad Manz">
<meta name="keywords" content="chad manz, range rover, range rovers, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, County, Great Divide Edition, GDE, Hunter, SWB, LWB, land rover, land rovers, upgrade, upgrades, modification, modifications, tips, advice, recommendation, recommendations">
<base target="_blank">
</head>
<body>
<p>
<center>
<br>
<table width="875">
<tr>
<td>`
这几个月来一直让我抓狂。
第二个 link 的代码中是否有我没有看到的需要更正的内容?
http://azlro.org/chad/1991rrchunter.html 加载正确,在 Chrome 和资源管理器中带有黑色背景图像。代码:
`<html>
<head>
<title>My advice to other 1987 to 1995 Range Rover Classic Owners</title>
<link rel="stylesheet" type="text/css" href="style-TrainTunnel.css">
<meta name="author" content="Chad Manz">
<meta name="keywords" content="chad manz, range rover, range rovers, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, County, Great Divide Edition, GDE, Hunter, SWB, LWB, land rover, land rovers, upgrade, upgrades, modification, modifications, tips, advice, recommendation, recommendations">
<base target="_blank">
</head>
<body>
<p>
<center>
<br>
<table width="875">
<tr>
<td>`
http://azlro.org/chad/rrcadvice.html 不加载 Chrome 中的样式表,因此具有白色背景而不是上面的黑色背景图像。但是,它将加载黑色背景图像并遵循资源管理器中的样式表,两个 link 都使用相同的样式表。代码:
`<html>
<head>
<title>My advice to other 1987 to 1995 Range Rover Classic Owners</title>
<link rel="stylesheet" type="text/css" href="style-TrainTunnel.css">
<meta name="author" content="Chad Manz">
<meta name="keywords" content="chad manz, range rover, range rovers, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, County, Great Divide Edition, GDE, Hunter, SWB, LWB, land rover, land rovers, upgrade, upgrades, modification, modifications, tips, advice, recommendation, recommendations">
<base target="_blank">
</head>
<body>
<p>
<center>
<br>
<table width="875">
<tr>
<td>`
这几个月来一直让我抓狂。
第二个 link 的代码中是否有我没有看到的需要更正的内容?