Forum Moderators: not2easy
If I remove this link, then the images display on the same line, as intended.
Internet Explorer always shows the images on the same line, regardless of link.
Anybody have a clue as to what I am doing wrong?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<style type="text/css">
a img{float:left;padding:25px 25px 50px 25px;border:1px solid #000;margin-right:10px;margin-bottom:50px}
</style>
</head>
<body>
<a href="index.html">Home</a>
<p><a href="1.jpg"><img src="t1.jpg"></a></p>
<p><a href="2.jpg"><img src="t2.jpg"></a></p>
<p><a href="3.jpg"><img src="t3.jpg"></a></p>
<p><a href="4.jpg"><img src="t4.jpg"></a></p>
</body>
</html>