|
Po co dla BR nadajesz ten styl:
<br style='font-weight: bold; color: rgb(0, 0, 153);' >
i
<br style='font-weight: bold;'>
jeżeli tekst masz w SPAN i też masz tam nadawany styl.
Następna sprawa, po co dajesz BR w komórkach tabeli na końcu, jak później już nie ma żadnego tekstu?
<td style='text-align: center; background-color: rgb(102, 255, 153); font-weight: bold;'>TURNIEJ ŚWIĄTECZNY<br></td>
Końcowe linijki też nie mają sensu:
<span style='font-weight: bold; color: rgb(0, 0, 153);'>
Miejsce rozgrywek : Sala Sportowa Szkoły Podstawowej Nr.2 w Bystrzycy Kłodzkiej
</span>
<br />
<span style='font-weight: bold; color: rgb(0, 0, 153);'>
ul. Wojska Polskiego 68 - GODZINA 10-ta
</span>
ponieważ można to w jeden SPAN wziąć.
Z resztą widzę tu jeszcze kilkanaście innych błędów lub niepotrzebnych zabiegów np.:
<b style=''>
Jeżeli dajesz już styl dla każdej komórki, a tekst w komórce pogrubiasz, to rób to w stylu komórki, a nie dodajesz jeszcze SPAN.
<td style='width: 110px; text-align: center; background-color: rgb(102, 255, 153); color: rgb(204, 0, 0);'>
<span style='font-weight: bold;'>Data</span>
</td>
Rób tak:
<td style='width: 110px; text-align: center; background-color: rgb(102, 255, 153); color: rgb(204, 0, 0); font-weight: bold;'>
Data
</td>
Co zrobić aby tabela wyskakiwała w ramce a nie pod nią
O jaką ramkę chodzi?
Ta masa niepotrzebnych linijek utrudnia tylko przejrzenie kodu. Problemu jednak nie tworzy tabela, ponieważ ona sam wyświetla się dobrze, błąd jest tak jak wspomniał ktoś przede mną w panelu, lub w skórce.
Trochę zmodyfikowałem kod, żeby był czytelniejszy:
<p class='MsoNormal' style='text-align: center; font-weight: bold;'>
<big>
<big>
<big>
KALENDARZ IMPREZ
</big>
</big>
</big>
</p>
<p class='MsoNormal' style='text-align: center; font-weight: bold;'>
<big>
<big>
BYSTRZYCKIEGO STOWARZYSZENIA TENISA STOLOWEGO
</big>
</big>
</p>
<p class='MsoNormal' style='text-align: center; font-weight: bold;'>
<big>
<big>
2010 ROK
</big>
</big>
</p>
<table style='text-align: left; margin-left: 0px; width: 551px; height: 1178px;' border='1' cellpadding='2' cellspacing='2'>
<tbody>
<tr>
<td style='border-color: rgb(0, 0, 0); width: 51px; text-align: center; background-color: rgb(102, 255, 153); color: rgb(204, 0, 0);'>
<span style='font-weight: bold;'>L.p</span>
</td>
<td style='width: 110px; text-align: center; background-color: rgb(102, 255, 153); color: rgb(204, 0, 0);'>
<span style='font-weight: bold;'>Data</span>
</td>
<td style='width: 304px; text-align: center; background-color: rgb(102, 255, 153); color: rgb(204, 0, 0);'>
<span style='font-weight: bold;'>Nazwa turnieju</span>
</td>
</tr>
<tr>
<td style='width: 51px; text-align: center; background-color: rgb(255, 255, 153);'>
1
</td>
<td style='width: 110px; text-align: center; background-color: rgb(255, 255, 153);'>
10 01 2010
</td>
<td style='width: 304px; text-align: center; font-weight: bold; background-color: rgb(255, 255, 153);'>
TURNIEJ W RAMACH AKCJI WOŚP
</td>
</tr>
<tr>
<td style='width: 51px; text-align: center; background-color: rgb(255, 255, 153);'>
2
</td>
<td style='width: 110px; text-align: center; background-color: rgb(255, 255, 153);'>
17 01 2010
</td>
<td style='width: 304px; text-align: center; font-weight: bold; background-color: rgb(255, 255, 153);'>
I TURNIEJ OPEN -inauguracja nowego cyklu<br>
</td>
</tr>
<tr>
<td style='width: 51px; text-align: center; background-color: rgb(255, 255, 153);'>
3
</td>
<td style='width: 110px; text-align: center; background-color: rgb(255, 255, 153);'>
24 01 2010
</td>
<td style='width: 304px; text-align: center; font-weight: bold; background-color: rgb(255, 255, 153);'>
V TURNIEJ GRAND - PRIX<br />
</td>
</tr>
<tr>
<td style='width: 51px; text-align: center; background-color: rgb(255, 255, 153);'>
4
</td>
<td style='width: 110px; text-align: center; background-color: rgb(255, 255, 153);'>
31 01 2010
</td>
<td style='width: 304px; text-align: center; font-weight: bold; background-color: rgb(255, 255, 153);'>
II TURNIEJ OPEN<br>
</td>
</tr>
<tr>
<td style='width: 51px; text-align: center; background-color: rgb(255, 255, 153);'>
5
</td>
<td style='width: 110px; text-align: center; background-color: rgb(255, 255, 153);'>
07 02 2010
</td>
<td style='width: 304px; text-align: center; font-weight: bold; background-color: rgb(255, 255, 153);'>
VI TURNIEJ GRAND - PRIX<br>
</td>
</tr>
<tr>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>
6
</td>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>
14 02 2010
</td>
<td style='text-align: center; font-weight: bold; background-color: rgb(255, 255, 153);'>
III TURNIEJ OPEN<br>
</td>
</tr>
<tr>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>7</td>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>21 02 2010</td>
<td style='text-align: center; font-weight: bold; background-color: rgb(255, 255, 153);'>IV TURNIEJ OPEN
</td>
</tr>
<tr>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>8</td>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>28 02 2010</td>
<td style='text-align: center; font-weight: bold; background-color: rgb(255, 255, 153);'>I TURNIEJ PAR DEBLOWYCH</td>
</tr>
<tr>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>9</td>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>07 03 2010</td>
<td style='text-align: center; font-weight: bold; background-color: rgb(255, 255, 153);'>VII TURNIEJ GRAND - PRIX</td>
</tr>
<tr>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>10</td>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>14 03 2010</td>
<td style='text-align: center; font-weight: bold; background-color: rgb(255, 255, 153);'>V TURNIEJ OPEN</td>
</tr>
<tr>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>11</td>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>21 03 2010</td>
<td style='text-align: center; font-weight: bold; background-color: rgb(255, 255, 153);'> I TURNIEJ DRUŻYNOWY</td>
</tr>
<tr>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>12</td>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>28 03 2010
</td>
<td style='text-align: center; font-weight: bold; background-color: rgb(255, 255, 153);'>VI TURNIEJ OPEN </td>
</tr>
<tr>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>13</td>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>11 04 2010<br>
</td>
<td style='text-align: center; font-weight: bold; background-color: rgb(255, 255, 153);'>ODWOŁANY- ŻAŁOBA NARODOWA<br>
</td>
</tr>
<tr>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>14</td>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>18 04 2010</td>
<td style='text-align: center; font-weight: bold; background-color: rgb(255, 255, 153);'>ODWOŁANY- ŻAŁOBA NARODOWA</td>
</tr>
<tr>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>15</td>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>25 04 2010</td>
<td style='text-align: center; font-weight: bold; background-color: rgb(255, 255, 153);'>VIII TURNIEJ GRAND - PRIX<br>
</td>
</tr>
<tr>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>16</td>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>02 05 2010</td>
<td style='text-align: center; font-weight: bold; background-color: rgb(255, 255, 153);'>VII turniej OPEN<br>
</td>
</tr>
<tr>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>17</td>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>09 05 2010</td>
<td style='text-align: center; font-weight: bold; background-color: rgb(255, 255, 153);'> VIII TURNIEJ OPEN</td>
</tr>
<tr>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>18</td>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>16 05 2010</td>
<td style='text-align: center; font-weight: bold; background-color: rgb(255, 255, 153);'>TURNIEJ O PUCHAR PREZESA BSTS
</td>
</tr>
<tr>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>19</td>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>23 052010</td>
<td style='text-align: center; font-weight: bold; background-color: rgb(255, 255, 153);'>IX TURNIEJ GRAND - PRIX<br>
</td>
</tr>
<tr>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>20</td>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>30 05 2010</td>
<td style='text-align: center; font-weight: bold; background-color: rgb(255, 255, 153);'>TURNIEJ Z OKAZJI DNIA DZIECKA</td>
</tr>
<tr>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>21</td>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>06 06 2010</td>
<td style='text-align: center; font-weight: bold; background-color: rgb(255, 255, 153);'>IX TURNIEJ OPEN</td>
</tr>
<tr>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>22</td>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>13 06 2010</td>
<td style='text-align: center; font-weight: bold; background-color: rgb(255, 255, 153);'>X TURNIEJ GRAND - PRIX</td>
</tr>
<tr>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>23</td>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>20 06 2010</td>
<td style='text-align: center; font-weight: bold; background-color: rgb(255, 255, 153);'>X TURNIEJ OPEN</td>
</tr>
<tr>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>24</td>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>05 09 2010</td>
<td style='text-align: center; font-weight: bold; background-color: rgb(255, 255, 153);'>I TURNIEJ OPEN (inauguracja nowego cyklu )<br>
</td>
</tr>
<tr>
<td style='text-align: center; background-color: rgb(255, 204, 153);'>25</td>
<td style='text-align: center; background-color: rgb(255, 204, 153);'>12 09 2010</td>
<td style='text-align: center; font-weight: bold; background-color: rgb(255, 204, 153);'>I TURNIEJ GRAND-PRIX ( NOWY CYKL )
</td>
</tr>
<tr>
<td style='text-align: center; background-color: rgb(255, 204, 153);'>26</td>
<td style='text-align: center; background-color: rgb(255, 204, 153);'>19 09 2010</td>
<td style='text-align: center; font-weight: bold; background-color: rgb(255, 204, 153);'>III TURNIEJ PAR DEBLOWYCH
</td>
</tr>
<tr>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>27</td>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>26 09 2010</td>
<td style='text-align: center; font-weight: bold; background-color: rgb(255, 255, 153);'>II TURNIEJ OPEN<br>
</td>
</tr>
<tr>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>28</td>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>03 10 2010</td>
<td style='text-align: center; background-color: rgb(255, 255, 153);'>III TURNIEJ OPEN</td>
</tr>
<tr>
<td style='text-align: center; background-color: rgb(102, 255, 153);'>29</td>
<td style='text-align: center; background-color: rgb(102, 255, 153);'>10 10 2010</td>
<td style='text-align: center; background-color: rgb(102, 255, 153); font-weight: bold;'>II TURNIEJ GRAND - PRIX<br>
</td>
</tr>
<tr>
<td style='text-align: center; background-color: rgb(102, 255, 153);'>30</td>
<td style='text-align: center; background-color: rgb(102, 255, 153);'>17 10 2010</td>
<td style='text-align: center; background-color: rgb(102, 255, 153); font-weight: bold;'><span style='color: rgb(204, 0, 0);'></span>IV TURNIEJ OPEN
</td>
</tr>
<tr>
<td style='text-align: center; background-color: rgb(102, 255, 153);'>31</td>
<td style='text-align: center; background-color: rgb(102, 255, 153);'>24 10 2010</td>
<td style='text-align: center; background-color: rgb(102, 255, 153); font-weight: bold;'>IV TURNIEJ PAR DEBLOWYCH - FINAŁ</td>
</tr>
<tr>
<td style='text-align: center; background-color: rgb(102, 255, 153);'>32</td>
<td style='text-align: center; background-color: rgb(102, 255, 153);'>31 10 2010</td>
<td style='text-align: center; background-color: rgb(102, 255, 153); font-weight: bold;'>V TURNIEJ OPEN<br>
</td>
</tr>
<tr>
<td style='text-align: center; background-color: rgb(102, 255, 153);'>33</td>
<td style='text-align: center; background-color: rgb(102, 255, 153);'>07 11 2010<br>
</td>
<td style='text-align: center; background-color: rgb(102, 255, 153); font-weight: bold;'>III TURNIEJ GRAND - PRIX<br>
</td>
</tr>
<tr>
<td style='text-align: center; background-color: rgb(102, 255, 153);'>34</td>
<td style='text-align: center; background-color: rgb(102, 255, 153);'>14 11 2010</td>
<td style='text-align: center; background-color: rgb(102, 255, 153); font-weight: bold;'>VI TURNIEJ OPEN<br>
</td>
</tr>
<tr>
<td style='text-align: center; background-color: rgb(102, 255, 153);'></td>
<td style='text-align: center; background-color: rgb(102, 255, 153);'>21 11 2010</td>
<td style='text-align: center; background-color: rgb(102, 255, 153); font-weight: bold;'>II TURNIEJ DRUŻYNOWY<br>
</td>
</tr>
<tr>
<td style='text-align: center; background-color: rgb(102, 255, 153);'>35</td>
<td style='text-align: center; background-color: rgb(102, 255, 153);'>28 11 2010</td>
<td style='background-color: rgb(102, 255, 153); font-weight: bold; text-align: center;'>IV TURNIEJ GRAND - PRIX</td>
</tr>
<tr>
<td style='text-align: center; background-color: rgb(102, 255, 153);'>36</td>
<td style='text-align: center; background-color: rgb(102, 255, 153);'>05 12 2010</td>
<td style='text-align: center; background-color: rgb(102, 255, 153); font-weight: bold;'>V TURNIEJ GRAND - PRIX</td>
</tr>
<tr>
<td style='text-align: center; background-color: rgb(102, 255, 153);'>37</td>
<td style='text-align: center; background-color: rgb(102, 255, 153);'>12 12 2010</td>
<td style='text-align: center; background-color: rgb(102, 255, 153); font-weight: bold;'>TURNIEJ O PUCHAR PREZESA BSTS</td>
</tr>
<tr>
<td style='text-align: center; background-color: rgb(102, 255, 153);'>38</td>
<td style='text-align: center; background-color: rgb(102, 255, 153);'>19 12 2010</td>
<td style='text-align: center; background-color: rgb(102, 255, 153); font-weight: bold;'>TURNIEJ ŚWIĄTECZNY</td>
</tr>
</tbody>
</table>
<span style='font-weight: bold; color: rgb(0, 0, 153);'>
Miejsce rozgrywek : Sala Sportowa Szkoły Podstawowej Nr.2 w Bystrzycy Kłodzkiej
<br />
ul. Wojska Polskiego 68 - GODZINA 10-ta
</span>
Kliknij i zaczekaj na załadowanie kodu ... |