I've been searching on the internet for hours trying to find a solution to something that seems so simple; aligning 2 images next to each other.
Both the images i am using are the same size dimensions (albeit one of them is a bit smaller), i have them centered via <center>
which works just fine. Now the problem is that i want them both aligned next to each other, however, they are on top of each other instead.
I've tried many different CSS styles, and many different Div classes, but none of them work. Thus i give up and now i am asking here. Can anyone help me solve this simple problem. Here is my current HTML code for the images:
<center><img src="resources/redberyl.png" alt="Red Beryl" style="border: #000000 1px solid; width:400px; height:300px;"></center>
<center><figcaption><font face="Verdana"><b>Red Beryl<br>The Beryliest</b></font></figcaption></center>
<center><img src="resources/nicholas.png" alt="Nicholas" style="border: #000000 1px solid; width:400px; height:300px;"></center>
<center><figcaption><font face="Verdana"><b>Nicholas<br>All his glory</b></font></figcaption></center>