wersja skryptu MyBB: 1.8
adres forum: spedistar.16mb.com/forum
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):

Próbowałem zrobić butoon, który po naciśnięciu wyświetlałby tabelkę czy po prostu jakieś napisy.
Kierowałem się tym poradnikiem:
http://www.w3schools.com/bootstrap/bootstrap_modal.asp

Czy przerobiłby mi ktoś kawałek tego kodu tak, żeby ten przycisk wyglądał mniej więcej tak?

[Obrazek: OkdiW0h.jpg]

<table border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
    <tr>
        <td valign="top" style="padding-right: 20px" >
            {$forums}
        </td>
        <td valign="top" width="300">
            <table border="0" cellspacing="0" cellpadding="4" class="tborder">
                <tr>
                    <div class="container">
                        
                        <table border="0" cellspacing="0" cellpadding="4" class="tborder">
                <tr>
                    <td class="thead"><strong>TOP TYGODNIA</strong></td>
                </tr>
                <tr>
                    
<!-- Trigger the modal with a button -->
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#myModal">ETS 2</button>

<!-- Modal -->
<div id="myModal" class="modal fade" role="dialog">
  <div class="modal-dialog modal-sm">

   <!-- Modal content-->
   <div class="modal-content">
     <div class="modal-header">
       <button type="button" class="close" data-dismiss="modal">&times;</button>
       <h4 class="modal-title">Kierowcy tygodnia | ETS 2</h4>
     </div>
     <div class="modal-body">
       <p>1. Shaq <b>24 148 km</b></p>
     </div>
     <div class="modal-footer">
       <button type="button" class="btn btn-default" data-dismiss="modal">Zamknij</button>
     </div>
   </div>

 </div>
</div>

        </td>
    </tr>
</table>
 </div>
</div>

Zapomniałem dodać. Rozchodzi mi się o przycisk "ETS 2" przy belce "top tygodnia"