Tabele obok siebie, jaki skrypt?

Status
Zamknięty.

19omi91

Nowicjusz
Dołączył
20 Czerwiec 2010
Posty
88
Punkty reakcji
0
Wiek
32
Miasto
Siem-ce
Witam

Mam problem, chcę aby buttony były obok siebie a nie nad sobą, jakiego skryptu użyć?
Poniżej przedstawiam kod dwóch przykładowych buttonów w tabelach:



<table style="margin:0 0 10px 0; width:244px; background:#fff; border:1px solid #ccc;" cellspacing="0" cellpadding="0">
<tr><td style="font-family:verdana; font-size:11px; color:#000; padding:5px 10px;"><a href="http://enter2game.bugs3.com/?q=node/8" style="display:block; text-decoration:none;"><img src="http://e.miniclip.com/images/icons/saloonbrawlsmallicon.jpg" width="70" height="59" align="left" style="margin-right:5px; border:0;" alt="Games at Miniclip.com - Saloon Brawl" />
<strong style="color:#000; border:none; text-decoration:underline;">Saloon Brawl</strong><p style="margin:0; clear:none; text-decoration:none; color:#000;">Przyłącz się z kowbojami do bójki w barze.</p></a></td></tr>
<tr><td style="font-family:verdana; font-size:11px; padding:5px 10px; border-top:1px solid #ccc;"><a href="http://enter2game.bugs3.com/?q=node/8" title="Games at Miniclip.com">Zagraj teraz w tę grę!</a></td></tr>
</table>

<table style="margin:10px; width:244px; background:#fff; border:1px solid #ccc;" cellspacing="0" cellpadding="0"><tr><td style="font-family:verdana; font-size:11px; color:#000; padding:5px 10px;"><a href="http://enter2game.bugs3.com/?q=node/12" style="display:block; text-decoration:none;"><img src="http://e.miniclip.com/images/icons/turboracingsmallicon.jpg" width="70" height="59" align="left" style="margin-right:5px; border:0;" alt="Games at Miniclip.com - Turbo Racing" /><strong style="color:#000; border:none; text-decoration:underline;">Turbo Racing</strong><p style="margin:0; clear:none; text-decoration:none; color:#000;">Wyścig przez miasto z supersamochodami.</p></a></td></tr><tr><td style="font-family:verdana; font-size:11px; padding:5px 10px; border-top:1px solid #ccc;"><a href="http://enter2game.bugs3.com/?q=node/12" title="Games at Miniclip.com">Zagraj teraz w tę grę!</a></td></tr></table>


z góry dzięki
 

fireforge

Nowicjusz
Dołączył
18 Październik 2011
Posty
92
Punkty reakcji
2
Wiek
44
<div class="box">box1</div>
<div class="box">box2</div>
<div class="box">box3</div>


.box {
float:left;
padding:5px;
margin:5px;

width:100px;
height:100px;
}
 
Status
Zamknięty.
Do góry