我剛剛作出了一個HTML頁面的代碼HTML頁面問題
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>RLGaming</title>
<style type="text/css">
body {
text-align: center;
background-color: #000000;
width: 1600px;
margin: 0px auto;
padding: 20px;
/*border: 1px solid black;*/
}
</style>
</head>
<body>
<img src="test/SplashPageFinished.png" alt="" width="1600" height="1400" usemap="#Map" style=""/>
<map name="Map">
<area shape="rect" coords="333,447,596,907" href=>
<area shape="rect" coords="673,447,938,908" href=>
<area shape="rect" coords="1002,446,1267,907" href=>
<area shape="rect" coords="752,1019,801,1039" href=>
<area shape="rect" coords="487,60,1092,355" href=>
</map>
</body>
</html>
的問題是,當我在我的電腦本地運行此HTML文件它就會在屏幕上居中。但是,當我上傳到我的虛擬主機並加載它不再居中在屏幕上。如何使它居中? 網頁是:http://rlgaming-wow.co.uk
嘗試在兩個測試中使用CTRL-F5。 – 2014-10-30 14:06:49
你能發佈一個鏈接到你的頁面嗎? – Dropout 2014-10-30 14:06:51
把