Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [php] Przerobienie tabeli
adam882
post
Post #1





Grupa: Zarejestrowani
Postów: 289
Pomógł: 1
Dołączył: 2.11.2007

Ostrzeżenie: (0%)
-----


Witam

Mam problem z tłem w wierszu. Zainstalowałem level mod do phpbb i po przerabianiu skryptu napotkałem się na taki problem:

mam kod:
  1. <?php
  2. <tr>
  3. <td colspan="2">
  4. <table cellspacing="0" cellpadding="0" border="0">
  5. <tr>
  6. <td><img src="templates/Conundrum/images/level_mod/mp.bmp" width="1" height="14" /></td>
  7. <td background="templates/Conundrum/images/level_mod/mp.bmp" width="{postrow.POSTER_MP_WIDTH}" height="14"><div align="center" style="color:white;font-size:10px;"></div></td>
  8. <td><img src="templates/Conundrum/images/level_mod/mp.bmp" width="1" height="14" /></td>
  9. <td background="templates/Conundrum/images/level_mod/mpu.bmp" width="{postrow.POSTER_MP_EMPTY}" height="14"></td>
  10. <td><img src="templates/Conundrum/images/level_mod/mpu.bmp" width="1" height="14" /></td>
  11. </tr>
  12. </table>
  13. </td>
  14. <td align="left"><span class="gen">&nbsp;{postrow.POSTER_MP_WIDTH}%</span></td>
  15. </tr>
  16. ?>

wyświetla się on następująco:
http://img231.imageshack.us/img231/8171/79776737hf4.jpg


jednak w przypadku kiedy chciałem umieścić tekst w tle to wyszło coś takiego:
  1. <?php
  2. <tr>
  3. <td colspan="2">
  4. <table cellspacing="0" cellpadding="0" border="0">
  5. <tr>
  6. <td><img src="templates/Conundrum/images/level_mod/mp.bmp" width="1" height="14" /></td>
  7. <td background="templates/Conundrum/images/level_mod/mp.bmp" width="{postrow.POSTER_MP_WIDTH}" height="14"><div align="center" style="color:white;font-size:10px;">{postrow.POSTER_MP}</div></td>
  8. <td><img src="templates/Conundrum/images/level_mod/mp.bmp" width="1" height="14" /></td>
  9. <td background="templates/Conundrum/images/level_mod/mpu.bmp" width="{postrow.POSTER_MP_EMPTY}" height="14"></td>
  10. <td><img src="templates/Conundrum/images/level_mod/mpu.bmp" width="1" height="14" /></td>
  11. </tr>
  12. </table>
  13. </td>
  14. <td align="left"><span class="gen">&nbsp;{postrow.POSTER_MP_WIDTH}%</span></td>
  15. </tr>
  16. ?>

http://img231.imageshack.us/img231/7708/41768886sq8.jpg

chciałbym, aby wyglądało to tak: http://img378.imageshack.us/img378/856/72772597ro7.jpg , co mi możecie doradzić?
Go to the top of the page
+Quote Post

Posty w temacie


Reply to this topicStart new topic
1 Użytkowników czyta ten temat (1 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 21.08.2025 - 17:02