I was able to put some icons in the sidebar but I'm not sure how to make them stay on one line. Each link/image starts on a new line:
sanfranciscoheadshots.com/
How can I keep the images on the same line?
I was able to put some icons in the sidebar but I'm not sure how to make them stay on one line. Each link/image starts on a new line:
sanfranciscoheadshots.com/
How can I keep the images on the same line?
you seem to have a br inserted between images, or you change lines in the html code.
That will do just that - change lines!
Just write the a href next to each other instead:
<a href="url"><img src="image-url"></a><a href="url"><img src="image-url"></a>
This thread has been closed, thank you.