如何讓圖像出現在網頁的中心,圖像應該是漂浮的,以便它在垂直方向以及水平方向上都會處於中間位置..但有很多片段,但沒有他們是完整的所以它不是F所列用途我:(我在網頁上沒有別的只有一個JPG在網頁上定位圖像
這就是我想,這是對齊水平居中而不是圍繞其垂直
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<title> Welcome </title>
<style type="text/css">
.centeredImage
{
vertical-align: middle;
text-align:center;
margin-top:0px;
margin-bottom:0px;
padding:0px;
}
</style>
</head>
<body>
<p class="centeredImage">
<img src="mypic.jpg" alt="welcome " width ="1024" height = " 565" >
</p>
-T
是否有一個理由,爲什麼你不使用背景圖片? – fynn