URL: https://www.overclockers.at/coding-stuff/bug_in_html_entdeckt_60226/page_1 - zur Vollversion wechseln!
Also folgendes ... ich hab anscheinend einen Bug in HTML entdeckt oder ich bin einfach nur dämlich oder mein PC spinnt komplett
Jetzt würd mich interessieren ob das nur bei mir auftritt oder auch bei anderen. Ich habs mit IE6.0 und Mozilla 1.0 getestet.
Nun mal die beiden verschiedenen Codes. Die beiden PICs findet ihr ganz unten ... aber eigentlich ist es vollkommen wurscht welche man nimmt.
Code:<table> <tr> <td> <img src="level10.jpg"> </td> </tr> <tr> <td> <img src="level17.jpg"> </td> </tr> </table>
Code:<table> <tr> <td> <img src="level10.jpg"></td> </tr> <tr> <td> <img src="level17.jpg"> </td> </tr> </table>
er beachtet die spaces im td
<td><img></td>
sieht anders aus als
<td> <img> </td>
btw: was ist das für ein game --- will haben
reflections 0wnt, true
Zitat von .deRElict.er beachtet die spaces im td
<td><img></td>
sieht anders aus als
<td> <img> </td>
btw: was ist das für ein game --- will haben
dann machs ohne tabs ... tabs, cr/lf, spaces .. alles dasselbe für html
gibt ja auch noch so 'border' oder 'spacing' tags bei Tabellen, schreib die rein und setz sie auf null, manchmal wird das auch falsch interpretiert
dass er spaces nimmt ... hmm probiers mal ohne... ist eh kein Grund dort welche zu machen
overclockers.at v4.thecommunity
© all rights reserved by overclockers.at 2000-2025