Lid |
|
Hallo,
Ik heb het volgende probleem op http://www.game...w&id=2
Bij het minargument zie je dat hij wat geplet wordt en hierdoor niet goed wordt weergegeven. Ik heb mijn TD widht meegegeve maar dit lukt niet.
De huidige code is
<table width='100%' style="border: 1px solid #d2be96;background: #efe6ce;">
<tr>
<td width="25%">Gameplay:</td>
<td width="50%"><img src="./layout/img/balk.jpg" width="10" height="16"></td>
</tr>
<tr>
<td width="25%">Geluid:</td>
<td width="50%"><img src="./layout/img/balk.jpg" width="20" height="16"></td>
</tr>
<tr>
<td width="25%">Graphics:</td>
<td width="50%" style="background: #000000;"><img src="./layout/img/balk.jpg" width="50%" height="16"></td>
</tr>
<tr>
<td width="25%">Graphics:</td>
<td width="50%" style="background: #000000;"><img src="./layout/img/balk.jpg" width="50%" height="16"></td>
</tr>
<tr>
<td><img src="./layout/img/plus.png"></td>
<td><?php echo stripslashes($data["r_plus"]); ?></td>
<td><img src="./layout/img/min.png"></td>
<td><?php echo stripslashes($data["r_min"]); ?></td>
</tr>
</table>
<table width='100%' style="border: 1px solid #d2be96;background: #efe6ce;"> <tr> <td width="25%">Gameplay:</td> <td width="50%"><img src="./layout/img/balk.jpg" width="10" height="16"></td> </tr> <tr> <td width="25%">Geluid:</td> <td width="50%"><img src="./layout/img/balk.jpg" width="20" height="16"></td> </tr> <tr> <td width="25%">Graphics:</td> <td width="50%" style="background: #000000;"><img src="./layout/img/balk.jpg" width="50%" height="16"></td> </tr> <tr> <td width="25%">Graphics:</td> <td width="50%" style="background: #000000;"><img src="./layout/img/balk.jpg" width="50%" height="16"></td> </tr> <tr> <td><img src="./layout/img/plus.png"></td> <td><img src="./layout/img/min.png"></td> </tr> </table>
|