Hello guys,
Can someone of you can help me with a little issue?
I added facebook and twitter in my header as you can see here:
But I don't know how to add a space between the two images...
I used <div align right, so I cant give a space...
Any idea how to solve this?
My current code:
Thanks
Can someone of you can help me with a little issue?
I added facebook and twitter in my header as you can see here:
But I don't know how to add a space between the two images...
I used <div align right, so I cant give a space...
Any idea how to solve this?
My current code:
PHP:
<div align="right">
<a href="#"><img src="http://givingcancerthefinger.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/twitter.png" alt="picture of a pumpkin" align=right></a>
<a href="#"><img src="http://givingcancerthefinger.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/facebook.png" alt="picture of a pumpkin" align=right></a>
</div>
Thanks