Hello,
I'm trying to center 3 images equally on a page. The code I have is similar to this;
<a href="http://webpage-url.com" target="_blank"><img src="http://image-location.jpg" align="left"" width="200" height="100" /><a href="http://webpage-url.com" target="_blank"><img src="http://image-location.jpg" align="center"" width="200" height="100" /><a href="http://webpage-url.com" target="_blank"><img src="http://image-location.jpg" align="right"" width="200" height="100" />
I've tried isolating the middle code with the <center></center> code but it's putting the image on a new line below.
Any help would be awesome.
Thanks,