Jump to content
  • 0

Ramka nie dopasowuje się do przeglądarki.


hege007

Question

2 answers to this question

Recommended Posts

  • 0

Spróbuj umieścić tabelkę w elemencie div z klasą "table-responsive", tak jak w przykładzie poniżej.
Można to zrobić edytując kod źródłowy.


<div class="table-responsive">

    
    <table>
        .....
        .....
    </table>
    
</div>

  • Thanks 1
Link to comment
Share on other sites

  • 0

Dzięki. Zmieniłem jeszcze 

style="width: 100%

I jest super. 

<div class="table-responsive">
<table width="741" height="40" style="width: 100%; height: 40px;" border="1">
<tbody>
<tr>
<td style="text-align: center;"><strong>Index</strong></td>
<td style="text-align: center;"><strong>Kolor</strong></td>
<td style="text-align: center;"><strong>Waga</strong></td>
<td style="text-align: center;"><strong>Długość</strong></td>
<td style="text-align: center;"><strong>Cena</strong></td>
</tr>
<tr>
<td>1</td>
<td>2</td>
<td>3</td>
<td>4</td>
<td>5</td>
</tr>
</tbody>
</table>
</div>

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...