I have a coding dilemma - I want to display three images in a single row, one in the center, one on the left, and one on the right. However, my current PHP code is causing the left and right images to appear below the center image. How can I adjust my code to achieve this layout?
<div style="text-align: center;"><IMG SRC="steven.png" ALT="image"></div>
<div style="float: left;"><IMG SRC="star.jpg"></div>
<div style="float: right;"><IMG SRC="star.jpg"></div>
<a href="log.php"> LOGIN </a>