Hi guys, I need some help with this ...
I have 2 clickable images and I want them centered right next to each other, and on the bottom of the page, using CSS.
How should I do this? I can't seem to figure it out.
To clarify, this is the HTML (strict 1.0):
Cheers!
I have 2 clickable images and I want them centered right next to each other, and on the bottom of the page, using CSS.
How should I do this? I can't seem to figure it out.
To clarify, this is the HTML (strict 1.0):
Code:
<div id="images"> <a href="#"><img alt="one" src="one.gif" /></a><a href="#"><img alt="two" src="two.gif" /></a> </div>
Comment