I really need help with using image attributes.
I am trying to put two images side by side with a space in between them and am having some troubles.
I can get the images to be side by side without a space in between but as soon as I try to add spacing, the images no longer stay aligned horizontally.
This is what I have so far:
<img src="http://mydomain/facebook.png" alt="" title="Facebook" width="32" height="32" style="padding:10px"/> <<img src="http://mydomain.com/twitter.png" alt="" title="Twitter" width="32" height="32" /></div>
I am pretty sure that it is padding that separates the images but am not sure what other attributes I need to add.
If anyone can help me out that would be much appreciated.
Thanks,
Steve