Keeping Link Images On One Line...

1957Goldtop / 2013-10-11 03:36:09   

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?

Skaatar / 2013-10-11 09:27:24   

you seem to have a br inserted between images, or you change lines in the html code.

That will do just that - change lines!

  1. Just write the a href next to each other instead:
  2. <a href="url"><img src="image-url"></a><a href="url"><img src="image-url"></a>

This thread has been closed, thank you.