PDA

View Full Version : سوال: مشخص کردن وضعیت تگ a



irpersian20
چهارشنبه 28 اسفند 1392, 12:23 عصر
سلام
میخواهم تگ a را به واسطه ی internal css مشخص کنم ئو لینک ها برای نمایش برود وسط. اما نمیشه!


<!doctype html>
<html>
<head>
<title>This is Fifth Practice</title>
<meta http-equiv="refresh" content="5">
<style>
// p.now {text-align:center;}
a:link {color:red;}
a:hover {color:blue;}
a:visited {color:black;}
a:active {color:yellow;}
</style>
</head>
<body>
<a href="http://www.yahoo.com" target="blank">Yahoo!</p></a>
</body>
</html>

anvar
چهارشنبه 28 اسفند 1392, 12:34 عصر
تگ a را در یک تگ ظرف مثل div قرار دهید و خاصیت text-align کنترل ظرف را به center ست کنید