Hi! I'm working on Modern ACC, but I have a problem. I want to have a smaller height of a table, but I don't know how to do it.. <_< I tried in CSS, where the background image set, but it's not working..
And PHP:
Code:
.wis td { [B]height: 24px;[/B] color: white; background: url(images/newsheadline_background2.png); bottom repeat-x; border-bottom: 1px solid #d6bd7c; }
And PHP:
Code:
<table border=0 cellspacing=0 cellpadding=10 width=100% class=cellspadding>
<tr class=wis>
</div><td width=100% ><center><strong>Server status</center></strong></td>
</tr>
<tr class=wisr>
<td>Currently there are <b>$qwe</b> active and <b>$afk</b> AFK players on <b>Memsoria.pl</b>.</br> Total number of players: <b>$ile</b>.</td>
</tr>
</table>
