Pomoc - Szukaj - Użytkownicy - Kalendarz
Pełna wersja: [html]Problem z wyświetlaniem obrazkow w Operze
Forum PHP.pl > Forum > Przedszkole
banan159
Witam
Mam mały problem nie umie za dobrze robić jeszcze stron i mam problem bo wstawiajac pocieta grafike na strone
  1. <td>
  2. <img src="images/whitestar25_119.jpg" border="0" width="22" height="27" ></td>

mam błąd tego typu ze pod obrazkiem mam wolne puste pole biale tlo na explorerze wszystko dzila dobrze tylko opera cos takiego robi jak sie tego pozbyc? Z góry dzięki za pomoc
-stygma-
Spróbuj usunąć
  1. border="0"


pozdrawiam stygma
banan159
to nic nie daje bo przeciez i tak jest ustawione na 0 a przed chwila to dopiero dopisalem:/
stygma
Próbowałeś?

pozdrawiam stygma

Edith:
Spróbuj zamiast
  1. <img src="images/whitestar25_119.jpg" border="0" width="22" height="27" >

wpisać
  1. <img style="width: 22px; height: 27px;" alt="" src="images/whitestar25_119.jpg">
banan159
tak wczesniej mialem bez border pozniej popatrzylem na jakas stronke i dodalem border i rozmiary ale to i tak nic nie daje

no niestety ta modyfikacja nic nie dala dalej jest to samo:/
stygma
Może podaj węcej kodu strony...

pozdrawiam stygma
banan159
  1. <table id="Table_01" width="1001" height="27" border="0" cellpadding="0" cellspacing="0">
  2. <tr>
  3. <td width="53" height="27" background="images/whitestar25_107.jpg">
  4. </td>
  5. <td width="70" height="27" background="images/whitestar25_108.jpg">
  6. </td>
  7. <td width="80" height="27" background="images/whitestar25_109.jpg">
  8. </td>
  9. <td width="100" height="27" background="images/whitestar25_110.jpg">
  10. </td>
  11. <td width="113" height="27" background="images/whitestar25_111.jpg">
  12. </td>
  13. <td width="141" height="27" background="images/whitestar25_112.jpg">
  14. </td>
  15. <td width="273" height="27" background="images/whitestar25_113.jpg" class="top">
  16. Dzisiaj jest:
  17. <?php
  18. echo date("d/m/Y"); // 2004-12-29
  19. ?>
  20. On-line:
  21.  
  22. </td>
  23. <td width="71" height="27" background="images/whitestar25_114.jpg">
  24. </td>
  25. <td width="22" height="27" background="images/whitestar25_115.jpg">
  26. </td>
  27. <td width="9" height="27" background="images/whitestar25_116.jpg">
  28. </td>
  29. <td width="22" height="27" background="images/whitestar25_117.jpg">
  30. </td>
  31. <td width="11" height="27" background="images/whitestar25_118.jpg">
  32. </td>
  33. <td colspan="1" class="gora">
  34. <img style="width: 22px; height: 27px;" alt="" src="images/whitestar25_119.jpg"></td>
  35. <td width="13" height="27" background="images/whitestar25_120.jpg">
  36. </td>
  37. </tr>
stygma
Aleś Ty tajemniczy!
Masz w nagłówku podany jakiś link do css-a?
Coś, jak:
  1. <link rel="StyleSheet" href="css/kaskadowy.css" type="text/css" />

Jeżeli tak, poszukaj tego pliku css, a w nim czegoś o "Table_01" i pokaż tutaj.
Jeżeli Twoja strona nie korzysta z pliku css, to już nie wiem.

pozdrawiam stygma
banan159
  1. .top
  2. {
  3. color: white;
  4. font-family: Tahoma, Arial, Helvetica, sans-serif;
  5. font-size: 13px;
  6. }


nie mam nic do tej tabeli w css bo ta strone dopiero zaczalem robic a to id="Table_01" napisalem bo taki gosciu mi cial ta strone ale zle ja zrobil i nie dzialalo a ten css to jest tam gdzie jest data i online
stygma
Wiesz co? Podaj cały kod strony i osobno tego css-a. Spróbuję u siebie.
Która masz wersję Opery?

Cholerka, jestem tu nowy, nie można dodawać załączników do postu?

pozdrawiam stygma
banan159
Oto strona

  1. <!DOCTYPE html
  2. PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  4.  
  5. <title>The White Star Division</title>
  6. <meta name="Keywords" content="Wisła Kraków, White Star, Biała Gwiazda" />
  7. <meta name="Description" content="WhiteStar.com.pl - serwis piłkarskiego klubu Wisła Kraków. Informacje, newsy, tabela, wyniki!" />
  8. <meta name="Robots" content="all, index, follow" />
  9. <meta name="Classification" content="global,all" />
  10. <meta name="Author" content="Dawid Banaś" />
  11. <meta http-equiv="Content-type" content="text/html; charset=iso-8859-2" />
  12. <meta name="Revisit-after" content="2 days" />
  13. <meta http-equiv="Creation-date" content="2007-03-02" />
  14. <meta http-equiv="Reply-to" content="banan@whitestar.com.pl" />
  15.  
  16. <link rel="stylesheet" type="text/css" href="css/main.css" />
  17. <style type="text/css">
  18. @import "css/layout.css";
  19. </style>
  20.  
  21.  
  22.  
  23.  
  24.  
  25. </head>
  26. <!-- ImageReady Slices (whitestar25.psd) -->
  27. <table id="Table_01" width="1001" height="27" cellpadding="0" cellspacing="0">
  28. <tr>
  29. <td width="53" height="27" background="images/whitestar25_107.jpg">
  30. </td>
  31. <td width="70" height="27" background="images/whitestar25_108.jpg">
  32. </td>
  33. <td width="80" height="27" background="images/whitestar25_109.jpg">
  34. </td>
  35. <td width="100" height="27" background="images/whitestar25_110.jpg">
  36. </td>
  37. <td width="113" height="27" background="images/whitestar25_111.jpg">
  38. </td>
  39. <td width="141" height="27" background="images/whitestar25_112.jpg">
  40. </td>
  41. <td width="273" height="27" background="images/whitestar25_113.jpg" class="top">
  42. &nbsp;&nbsp;Dzisiaj jest:
  43. <?php
  44. echo date("d/m/Y"); // 2004-12-29
  45. ?>
  46. &nbsp;&nbsp;&nbsp;&nbsp;On-line:
  47.  
  48. </td>
  49. <td width="71" height="27" background="images/whitestar25_114.jpg">
  50. </td>
  51. <td width="22" height="27" background="images/whitestar25_115.jpg">
  52. </td>
  53. <td width="9" height="27" background="images/whitestar25_116.jpg">
  54. </td>
  55. <td width="22" height="27" background="images/whitestar25_117.jpg">
  56. </td>
  57. <td width="11" height="27" background="images/whitestar25_118.jpg">
  58. </td>
  59. <td colspan="1" class="gora">
  60. <img style="width: 22px; height: 27px;" alt="" src="images/whitestar25_119.jpg"></td>
  61. <td width="13" height="27" background="images/whitestar25_120.jpg">
  62. </td>
  63. </tr>
  64. <tr>
  65. <td width="13" height="150" background="images/whitestar25_121.jpg">
  66. </td>
  67. <td width="13" height="150" background="images/whitestar25_122.jpg">
  68. </td>
  69. <td width="13" height="150" background="images/whitestar25_123.jpg">
  70. </td>
  71. <td width="13" height="150" background="images/whitestar25_124.jpg">
  72. </td>
  73. <td width="13" height="150" background="images/whitestar25_125.jpg">
  74. </td>
  75. <td width="13" height="150" background="images/whitestar25_126.jpg">
  76. </td>
  77. <td width="13" height="150" background="images/whitestar25_127.jpg">
  78. </td>
  79. <td width="13" height="150" background="images/whitestar25_128.jpg">
  80. </td>
  81. <td width="13" height="150" background="images/whitestar25_129.jpg">
  82. </td>
  83. <td width="13" height="150" background="images/whitestar25_130.jpg">
  84. </td>
  85. <td width="13" height="150" background="images/whitestar25_131.jpg">
  86. </td>
  87. <td width="13" height="150" background="images/whitestar25_132.jpg">
  88. </td>
  89. <td width="13" height="150" background="images/whitestar25_133.jpg">
  90. </td>
  91. <td width="13" height="150" background="images/whitestar25_134.jpg">
  92. </td>
  93. </tr>
  94. <tr>
  95. <td width="13" height="27" background="images/whitestar25_135.jpg">
  96. </td>
  97. <td width="13" height="27" background="images/whitestar25_136.jpg">
  98. </td>
  99. <td width="13" height="27" background="images/whitestar25_137.jpg">
  100. </td>
  101. <td width="13" height="27" background="images/whitestar25_138.jpg">
  102. </td>
  103. <td width="13" height="27" background="images/whitestar25_139.jpg">
  104. </td>
  105. <td width="13" height="27" background="images/whitestar25_140.jpg">
  106. </td>
  107. <td width="13" height="27" background="images/whitestar25_141.jpg">
  108. </td>
  109. <td width="13" height="27" background="images/whitestar25_142.jpg">
  110. </td>
  111. <td width="13" height="27" background="images/whitestar25_143.jpg">
  112. </td>
  113. <td width="13" height="27" background="images/whitestar25_144.jpg">
  114. </td>
  115. <td width="13" height="27" background="images/whitestar25_145.jpg">
  116. </td>
  117. <td width="13" height="27" background="images/whitestar25_146.jpg">
  118. </td>
  119. <td width="13" height="27" background="images/whitestar25_147.jpg">
  120. </td>
  121. <td width="13" height="27" background="images/whitestar25_148.jpg">
  122. </td>
  123. <td width="13" height="27" background="images/whitestar25_149.jpg">
  124. </td>


a to css

  1. .top
  2. {
  3. color: white;
  4. font-family: Tahoma, Arial, Helvetica, sans-serif;
  5. font-size: 13px;
  6. }


nie ma w nim jeszcze prawie nic bo to jest tylko sama gora co do kodu html nie jestem pewny czy on jest dobry bo nie umie jeszcze za dobrze robic stron a wersja opery to 9.23
Cysiaczek
Popraw proszę tytuł topiku na zgodny z zasadami forum Przedszkole
stygma
Brakuje znaczników head, body, html i nie wiem, czego jeszcze.

Nie moge znaleźć opcji dodawania załącznika na forum, a kod, który chcę wkleić jest za długi i "forum nie pozwala".
Niestety, nic nie poradzę.

pozdrawiam stygma
To jest wersja lo-fi głównej zawartości. Aby zobaczyć pełną wersję z większą zawartością, obrazkami i formatowaniem proszę kliknij tutaj.
Invision Power Board © 2001-2025 Invision Power Services, Inc.