中心我儘量讓我的網頁上的一個更好的佈局,所以我希望把兩個div在我的html頁面的中心。我無法訪問我的css文件。是否有可能將兩個div放在一個頁面中,而不用css代碼?2的div在html頁面
這是我的代碼:
<div style="width: 100%;">
<div style="; width: 100%;">
<h1 style="text-align: center;">This is Web Page Main tit</h1>
<div style="position: relative;
float: left;
left: 0px;
width: 470px;
height: 470px;
margin: 0 auto;
background-color: #828282">
<div><strong>Main Menu</strong></div>
</div>
<div style="position: relative;
float: left;
margin: 0 auto;
left: 0px;
width: 470px;
height: 470px;
background-color: #828282">
<p>oke and Managerial Tutorials</p>
</div>
</div>
<div style="background-color: #b5dcb3; clear: both;">Here text</div>
</div>
爲什麼在世界上,你無法訪問你的CSS?這聽起來太離奇了,不過是一個愚蠢的任務,或類似的... – junkfoodjunkie