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> <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> </div>
not solution adding css seems work :
footer a{ display: inline-block; }
Comments
Post a Comment