以下是代码:
<html>
<head>
<title> ATS Business and Games - Home </title>
<link rel="stylesheet" type="text/css" href="formatting.css"/">
<meta name= "description" content="This page has our rules along with links to our external and internal download pages.">
<meta name="keywords" content="ATS ats business and games video tutorials video videos tutorial minecraft">
</head>
<!-------------------------------------------------------------------------------------------------------------------------------->
<body>
<a href="http://atsbusinessandgames.co.cc">
<div class="toper" align="top">
<p style="color:white"> ATS Business and Games <img align="right"
src="http://atsbusinessandgames.co.cc/pictures/business-logo-small-with-tag-line.GIF" alt="ATS Business and Games Logo with tag line"
width=115px height=100px> </p>
</div>
</a>
<!-------------------------------------------------------------------------------------------------------------------------------->
<div class="navt">
<p style="text-align:center;color:white"> <a href="http://atsbusinessandgames.co.cc/">Home</a>
</div>
<!-------------------------------------------------------------------------------------------------------------------------------->
<p> <span><b><font size="5" color="black"><h1>Rules for Downloads</h1></b></font>
<font size="4" color="black">Please note that this section is here to protect both us and you.
Proceeding to any download page beyond this assumes that you have read and understood all these rules.
If you have any questions then you may contact us (the link can be found at the bottom of every page).
<!-------------------------------------------------------------------------------------------------------------------------------->
<div class="bottom" align="bottom">
<p style="text-align:center;color:white"> Copyright (C) 2011
<a href="mailto:info@atsbusinessandgames.co.cc?subject=Information Request&body=What information would you like. We will try and get to you as soon
as possible!%0A%0A">Contact Us</a> </p>
</div>
</body>
</html>
因此,您可以看到格式在此处的显示方式是指向该页面的链接: http://www.atsbusinessandgames.co.cc/Downloads
以下是页面格式应如下所示:
http://www.atsbusinessandgames.co.cc/
有人可以告诉我如何修复格式化吗?
注意:我正在使用该页面,因此正文代码可能看起来有点不同(如更多段落)。如果我做了任何重大更改,我会将它们发布在此处,否则请右键单击然后左键单击查看源。
答案 0 :(得分:1)
您应该在下载部分中引用../formatting.css
而不是formatting.css
。
此外,最后有一个"
不应该存在,但我不认为这对任何浏览器都有问题
<link rel="stylesheet" type="text/css" href="../formatting.css"/>