vimba Posted May 26, 2009 Report Posted May 26, 2009 (edited) Dots: vairāki šādi linki ar bilde + teksts, bilde + teksts ... vienā rindā: [bilde]links1 [bilde]links2 [bilde]links3 ... [bilde]links9 <a href="xxx1.php"><img src="aa.png" hspace=10 vspace=10 border=0 alt="aa">links1</a> <a href="xxx2.php"><img src="aa.png" hspace=10 vspace=10 border=0 alt="aa">links2</a> ... <a href="xxx9.php"><img src="aa.png" hspace=10 vspace=10 border=0 alt="aa">links9</a> Kā panākt, lai samazinot logu pa vidu bilde nedalītos nost no teksta, bet būtu vienmēr kopā bilde + teksts? Ar <div>, <span>, <p> galos neizdevās, samazinot logu, notiek tā: [bilde]links1 [bilde]links2 [bilde] links3 ... [bilde]links9 Bet vajag tā: [bilde]links1 [bilde]links2 [bilde]links3 ... [bilde]links9 Edited May 26, 2009 by vimba Quote
Aleksejs Posted May 26, 2009 Report Posted May 26, 2009 Pamēģini šiem a elementiem stilā piedefinēt: a { white-space: nowrap; } Quote
vimba Posted May 26, 2009 Author Report Posted May 26, 2009 Pamēģini šiem a elementiem stilā piedefinēt: a { white-space: nowrap; } Txanx, neienāca prātā, bet loģiski... :) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.