+ 3
How do you align an image hyperlink?
I try to find answer on web but it doesn't work.
2 Answers
+ 3
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<p align="center">
<a href=""><img src="http://www.filestored.narod.ru/Picture/Files/Images/Animals/1024x768/174b.jpg" alt="image" width="100"/></a>
</p>
</body>
</html>
+ 1
To which side of the screen?