list - Align images beside text -


i want align images beside text, , need click-able. how can this? need make unordered list?

here whole page: http://jsfiddle.net/dzadze/68wrb/

<div> <a class="pic_link" href="#"> <img src="http://f.cl.ly/items/3q1e0g1y2b2q2u0n1g1q/fb.png"> </a> <a href="#">Следете не <br>на facebook</a> &nbsp; <a href="#" class="pic_link"> <img src="http://f.cl.ly/items/413j3g3e152p1g3w0t0l/ftp.png"> </a> <a href="#">ftp Логин </a> <a class="pic_link" href="#">Што е photobook</a> <a href="#">Процес на изработка</a> &nbsp; </div> 

not solution adding css seems work :

footer a{     display: inline-block; } 

Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -