1:
onclick="this.width=200;this.height=200"
1: 2: 3: 4: 5: 6: 7: 8: 9:
<?php if ($datensatz['bild'] != "images/") { echo "<img src=\"./$datensatz[bild]\" width='10' height='10' onclick='this.width=200;this.height=200'> "; } ?>
1: 2:
<p><a name="beispiel" href="">Zeigs mir</a></p> <div class="playerinfo">Name: Moritz Mustermann<br>Position: links außen<br>Alter: 11</div>
<div class="playerinfo"><img src="pic.png" alt="Bild" width="10" height="15" /></div>