IM writing a small html web page contain several pictures but I can not get the pictures to align correctly. When I write the code and run it in the browser it will leave a copy of the picture at the left and place one to the right(or middle) slightly overlapping and just a little offset. IV tried the center alignments as well as the tags. Here is the code without any alignment set. Thanks
<html>
<body>
<img src=Pictures/Substitute.jpg height=400 width=600>
<hr>
<img src=Pictures/Substitute.jpg height=400 width=600>
<hr>
<img src=Pictures/Substitute.jpg height=400 width=600>
<hr>
<img src=Pictures/Substitute.jpg height=400 width=600>
<hr>
<img src=Pictures/Substitute.jpg height=400 width=600>
</body>
</html>