0
這就是我想要的東西:如何使hr圖像與另一圖像對齊HTML CSS?
IMAGE1 ------------- IMAGE2
| |
| |
| |
IMAGE3 ------------- IMAGE4
我不能讓完美對齊。我使用<hr tag>
作爲 的對齊方式。請有人可以幫助我。
這裏是我的代碼:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>IP address</title>
</head>
<body>
<p><hr size = "10" color = "green" width = 20% align = "left">
<a href = "index.php"><img src = "images\router.png" width = "100" height = "100" alt = "Router">Router 1</img></a></hr></p>
<a href = "index.php"><img src = "images\router.png" width = "100" height = "100" alt = "Router">Router 2</img></a>
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
<a href = "index.php"><img src = "images\router.png" width = "100" height = "100" alt = "Router">Router 3</img></a>
<a href = "index.php"><img src = "images\router.png" width = "100" height = "100" alt = "Router">Router 4</img></a><br/>
</body>
</html>
幫助我,請
你已經嘗試已經什麼碼?你目前在掙扎着什麼? SO不是「我需要這個;給我代碼」服務。你需要提供一些東西來重現你遇到的問題。代碼=>答案 –
我很抱歉。這是我的代碼
Router 1 Router 2
–
什麼是你的代碼?.. –