1
Whoa, guys, blz? How to line up this table? It is giving way here the Browser is not recognizing that has 8 lines, and with this he is throwing the second cell to the right.
<table class="table" width="100" style="width: 100%!important; border: 1px #ccc solid!important;" border="1">
<thead>
<tr>
<th rowspan="8">1</th>
<th rowspan="8">2</th>
<th rowspan="8">3</th>
<th>4</th>
<th>5</th>
<th rowspan="2">6</th>
</tr>
<tr>
<th>4</th>
<th>5</th>
<th rowspan="2">6</th>
</tr>
<tr>
<th>4</th>
<th>5</th>
</tr>
<tr>
<th>4</th>
<th>5</th>
</tr>
<tr>
<th>4</th>
<th>5</th>
<th rowspan="2">6</th>
</tr>
<tr>
<th>4</th>
<th>5</th>
</tr>
<tr>
<th>4</th>
<th>5</th>
<th rowspan="2">6</th>
</tr>
<tr>
<th>4</th>
<th>5</th>
</tr>
</thead>
Vlw thanks. Worked filet.
– Guilherme Costa