Witam.
(IMG:
http://3.imgland.net/27rKO_.jpg)
chciałbym aby tak wyświetlała się tak tabela, kod :
<table class="table table-bordered table-stripped" style="background:white;">
<tbody>
<tr>
<td style="width: 20%; heigh: 50px;">
<?php if($status == 1){ ?>
<span class="badge badge-success"><i class="icon-ok icon-white"></i></span>
<?php } else { ?>
<span class="badge badge-important"><i class="icon-remove icon-white"></i></span>
<?php } ?>
<?php echo $server_data['ip'] . ":" . $server_data['port']; ?>
</td>
<td style="width: 20%; heigh: 50px;">
<?php echo $server_data['name']; ?><br /></td>
<td style="width: 20%; heigh: 50px;"><a href="">WWW</a></td>
<td style="width: 20%; heigh: 50px;">
<?php if(!empty($info['Players'])) {echo $info['Players'] . "/" . $info['MaxPlayers'];} else { echo "Offline"; } ?><br /></td>
<td style="width: 20%; heigh: 50px;">
<?php echo $last_updateM; ?> minutes ago<br /></td>
<td style="width: 20%; heigh: 50px;">
<?php echo $server_data['votes']; ?></td>
<td style="width: 20%; heigh: 50px;"><a href="server.php?id=
<?php echo $server_data['id']; ?>"><img src="includes/img/icon_details.gif" title="Server Informations" alt="details" /></a></td>
</tr>
</tbody>
</table>