How do I put the address on the same line as "contact me on:" ? I also want one space between them. I was thinking of using float, nut isn't that overkill?
<p>Contact me on:
<address>
<a href="mailto:me@gmail.com">
me@gmail.com
</address>
</a>
</p>
Thanks in advance
` [**DEMO HERE**](http://jsfiddle.net/tY9nS/10/)
– Ruddy Apr 16 '14 at 09:18