Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [CSS][PHP]Problem z tabelą AmxBans
roots
post 3.04.2010, 12:36:49
Post #1





Grupa: Zarejestrowani
Postów: 6
Pomógł: 0
Dołączył: 3.04.2010

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


Witam. Zainstalowałem sobie skrypt AmxBans i wrzucić tabelkę na forum. Wszystko ładnie, ale niestety za nic nie mogę jej wyśrodkować. Ludzie na forum przema mi pomagali lecz nic ... Z resztą zobaczcie sami www.looney-tunes.pl/bany.php .

Za pomoc z góry dziękuję. Pozdrawiam
Go to the top of the page
+Quote Post
 
Start new topic
Odpowiedzi (1 - 10)
Pawel_W
post 3.04.2010, 12:40:45
Post #2





Grupa: Zarejestrowani
Postów: 1 675
Pomógł: 286
Dołączył: 15.06.2009
Skąd: Wieliczka

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


Cytat
<iframe frameborder="0" src="http://looneytunes-bans.xaa.pl/bany/ban_list.php" style="width:900; height:200px; valign:center;">Twoja przegladarka nie obsluguje ramek!</iframe>

dodaj do style
  1. margin:auto

powinno pomóc
Go to the top of the page
+Quote Post
roots
post 3.04.2010, 12:53:04
Post #3





Grupa: Zarejestrowani
Postów: 6
Pomógł: 0
Dołączył: 3.04.2010

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


Zobacz czy dobrze to zrobiłem, bo nadal nie działa :/
Go to the top of the page
+Quote Post
Pawel_W
post 3.04.2010, 12:59:19
Post #4





Grupa: Zarejestrowani
Postów: 1 675
Pomógł: 286
Dołączył: 15.06.2009
Skąd: Wieliczka

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


ja tam żadnych zmian nie widzę...
  1. <iframe frameborder="0" src="http://looneytunes-bans.xaa.pl/bany/ban_list.php" style="width:900; height:200px; valign:center; margin: auto;">Twoja przegladarka nie obsluguje ramek!</iframe>

tak powinno być
Go to the top of the page
+Quote Post
roots
post 3.04.2010, 13:02:35
Post #5





Grupa: Zarejestrowani
Postów: 6
Pomógł: 0
Dołączył: 3.04.2010

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


W kodzie zmienione a na forum zmian nie widać -.-

  1. <div class="forumbg">
  2. <div class="inner"><span class="corners-top"><span></span></span>
  3. <thead>
  4. <tr>
  5. <th style
  6. ="text-align:left;"><font color="#FFFFFF">AMXBans</font></th>
  7. </tr>
  8. </thead>
  9. <table class="belka" width="100%" cellspacing="0" cellpadding="7" border="0" >
  10. <tbody>
  11. <tr class="bg3">
  12. <td>
  13. <table cellspacing="1" cellpadding="3" width="100%" border="0">
  14. <!-- TU DOSTAWIASZ LICZBE KOLUMN -->
  15. <tr>
  16. <iframe frameborder="0" src="http://looneytunes-bans.xaa.pl/bany/ban_list.php" style="width:900; height:200px; valign:center; margin: auto;">Twoja przegladarka nie obsluguje ramek!</iframe>
  17. </tr>
  18. <!-- KONIEC DOSTAWIANIA KOLUMN -->
  19.  
  20. </table>
  21. </td>
  22. </tr>
  23. </tbody>
  24. </table>
  25. <span class="corners-bottom"><span></span></span></div>
  26. </div>
  27.  
  28. <br clear="all" />
Go to the top of the page
+Quote Post
Pawel_W
post 3.04.2010, 13:07:38
Post #6





Grupa: Zarejestrowani
Postów: 1 675
Pomógł: 286
Dołączył: 15.06.2009
Skąd: Wieliczka

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


odświeżyłem kod strony i był taki sam smile.gif
  1. <!-- TU DOSTAWIASZ LICZBE KOLUMN -->
  2. <tr>

zamień na
  1. <!-- TU DOSTAWIASZ LICZBE KOLUMN -->
  2. <tr style="text-align: center">
Go to the top of the page
+Quote Post
roots
post 3.04.2010, 13:14:47
Post #7





Grupa: Zarejestrowani
Postów: 6
Pomógł: 0
Dołączył: 3.04.2010

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


No nie, ja już nie mam sił do tego skryptu...

Nadal nie działa.

Może jakiś błąd w skrypcie jest czy cuś?
Go to the top of the page
+Quote Post
Pawel_W
post 3.04.2010, 13:17:05
Post #8





Grupa: Zarejestrowani
Postów: 1 675
Pomógł: 286
Dołączył: 15.06.2009
Skąd: Wieliczka

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


ehh, dobra ostatnia próba
  1. <table class="belka" width="100%" cellspacing="0" cellpadding="7" border="0" >
  2. <tbody>
  3. <tr class="bg3">
  4. <td>
  5. <table cellspacing="1" cellpadding="3" width="100%" border="0">
  6. <!-- TU DOSTAWIASZ LICZBE KOLUMN -->
  7. <tr style="text-align: center">
  8. <iframe frameborder="0" src="http://looneytunes-bans.xaa.pl/bany/ban_list.php" style="width:900; height:200px; valign:center; margin: auto;">Twoja przegladarka nie obsluguje ramek!</iframe>
  9. </tr>
  10. <!-- KONIEC DOSTAWIANIA KOLUMN -->
  11.  
  12. </table>
  13. </td>
  14. </tr>
  15. </tbody>
  16. </table>

zamień to na
  1. <div style="text-align:center">
  2. <iframe frameborder="0" src="http://looneytunes-bans.xaa.pl/bany/ban_list.php" style="width:900; height:200px; valign:center; margin: auto;">Twoja przegladarka nie obsluguje ramek!</iframe>
  3. </div>
Go to the top of the page
+Quote Post
roots
post 3.04.2010, 13:19:27
Post #9





Grupa: Zarejestrowani
Postów: 6
Pomógł: 0
Dołączył: 3.04.2010

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


Prawie się udało. Teraz zamiast pod logiem, jest nad logiem...
Go to the top of the page
+Quote Post
Pawel_W
post 3.04.2010, 13:22:43
Post #10





Grupa: Zarejestrowani
Postów: 1 675
Pomógł: 286
Dołączył: 15.06.2009
Skąd: Wieliczka

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


no to...
  1. <table class="belka" width="100%" cellspacing="0" cellpadding="7" border="0" >
  2. <tbody>
  3. <tr class="bg3">
  4. <td style="text-align:center">
  5. <iframe frameborder="0" src="http://looneytunes-bans.xaa.pl/bany/ban_list.php" style="width:900; height:200px; valign:center; margin: auto;">Twoja przegladarka nie obsluguje ramek!</iframe>
  6. </td>
  7. </tr>
  8. </tbody>
  9. </table>

jak nie to się poddaję...
Go to the top of the page
+Quote Post
roots
post 3.04.2010, 13:26:38
Post #11





Grupa: Zarejestrowani
Postów: 6
Pomógł: 0
Dołączył: 3.04.2010

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


Bardzo, ale to bardzo Ci dziękuję smile.gif

Pozdrawiam.
Go to the top of the page
+Quote Post

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 Wersja Lo-Fi Aktualny czas: 14.08.2025 - 05:07