I have an image like so:
<a href="#landing">
<img src="button.png" style="display:block; margin-top:10px; margin:0 auto;" />
</a>
What I am looking to do is to add a line before and after the image, with the image being centred.
Like so:
------------------- Image ---------------------
I am having trouble understanding the whole :before
and :after
thing. My question is how do I add a line before and after the image.