我無法讓我的圖片在我的< h1>下居中。如果我嘗試浮動:左側,那麼它就會對齊到最左側。如果我嘗試正確,它的確如此。但中心只停留在左側。圖片不會居中,只能對齊左側或右側
CSS
.b {
color: blue;}
.r {
color: red;}
.key {
border-style: groove;
width:75px;}
.centre {
text-align:center;}
<h1 class="main"><ul>Amsterdam Itinerary</ul></h1>
img src="*img*" alt="dam" width="140" height="100" style="float:center"/>
<div class="key centre">Key:<br><br>
<span class="b">Matt <br> </span>
<span class="r">Kerry <br> </span>
Both <br>
</div>
你想要什麼爲中心?看這個例子http://www.w3schools.com/cssref/tryit.asp?filename=trycss_text-align – Elric 2014-10-03 16:06:04