<?
include ('admin/config.php');
$resultat = mysql_query("select * from users WHERE rang = 'CL'");
?>
<html>
<head>
<meta http-equiv="Content-Language" content="da">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>DKTeam1</title>
</head>
<body>
<?php
while($raekke = mysql_fetch_array($resultat)) {
extract($raekke);
?>
<table id="table18" style="BORDER-TOP: black 0.75pt solid; BORDER-LEFT: black 0.75pt solid; BORDER-BOTTOM: black 0.75pt solid; BORDER-RIGHT-STYLE: none" cellSpacing="0" borderColorDark="#666666" cellPadding="0" width="95%" borderColorLight="#cccccc" border="1" fpstyle="16,010101100" height="241">
<tr>
<td style="BORDER-RIGHT: black 0.75pt solid; FONT-WEIGHT: normal; BORDER-TOP-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none" align="left" width="50%" bgColor="#000000" height="11">
<span style="FONT-WEIGHT: 700; FONT-SIZE: 8pt">
<font face="Verdana" color="#FFFFFF"> Computer info</font></span></td>
<td style="BORDER-RIGHT: black 0.75pt solid; FONT-WEIGHT: normal; BORDER-TOP-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none" align="left" width="36%" bgColor="#000000" height="11">
<font face="Verdana" color="#FFFFFF">
<span style="FONT-WEIGHT: 700; FONT-SIZE: 8pt"> Personlig info</span></font></td>
<td style="BORDER-RIGHT: black 0.75pt solid; FONT-WEIGHT: normal; BORDER-TOP-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none" align="left" width="14%" bgColor="#000000" height="11">
<span style="font-weight: 700">
<font face="Verdana" style="font-size: 8pt" color="#FFFFFF">
Foto</font></span></td>
</tr>
<tr>
<td style="BORDER-RIGHT: black 0.75pt solid; BORDER-TOP: black 0.75pt solid; FONT-WEIGHT: normal; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none" align="left" width="51%" height="122">
<b><font face="Verdana" style="font-size: 8pt"> </font></b><font face="Arial, Arial, Helvetica"><b><font style="FONT-SIZE: 8pt" face="Verdana">Mus:</font></b><font style="FONT-SIZE: 8pt" face="Verdana">
<? echo "$mus"; ?><b><br>
Ram: </b></font></font><font style="FONT-SIZE: 8pt" face="Verdana">
<? echo "$ram"; ?><b><br>
Monitor: </b><? echo "$monitor"; ?><b> <br>
Headset: </b><? echo "$headset"; ?><b> <br>
Tastatur:</b> <? echo "$tastatur"; ?><b> <br>
Grafikkort: </b><? echo "$grafik"; ?><b> <br>
Mussemåtte: </b><? echo "$måtte"; ?> </font></td>
<td style="BORDER-RIGHT: black 0.75pt solid; BORDER-TOP: black 0.75pt solid; FONT-WEIGHT: normal; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none" align="left" width="38%" height="122">
<font style="FONT-SIZE: 8pt" face="Verdana"><b> Bor: </b><? echo "$bor"; ?><b><br>
Land: </b><? echo "$land"; ?><b> <br>
Navn: </b><? echo "$navn"; ?><b> <br>
Alder: </b><? echo "$alder"; ?><b> <br>
<p><font style="FONT-SIZE: 8pt" face="Verdana"> </font></td>
<td style="BORDER-RIGHT: black 0.75pt solid; BORDER-TOP: black 0.75pt solid; FONT-WEIGHT: normal; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none" align="left" width="14%" height="122">
<font face="Verdana">
<img border="0" src="images/nopic.gif" width="157" height="130"></font></td>
</tr>
<tr>
<td style="BORDER-RIGHT: black 0.75pt solid; BORDER-TOP: black 0.75pt solid; FONT-WEIGHT: normal; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none" align="left" width="50%" bgColor="#000000" height="10">
<font face="Verdana" color="#FFFFFF"><span style="FONT-SIZE: 8pt"><b>
Personlig tekst</b></span></font></td>
<td style="BORDER-RIGHT: black 0.75pt solid; BORDER-TOP: black 0.75pt solid; FONT-WEIGHT: normal; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none" align="left" width="50%" bgColor="#000000" height="10" colspan="2">
<font face="Verdana" color="#FFFFFF">
<span style="FONT-SIZE: 8pt"> <b>Counter-Strike info</b></span></font></td>
</tr>
<tr>
<td style="BORDER-RIGHT: black 0.75pt solid; BORDER-TOP: black 0.75pt solid; FONT-WEIGHT: normal; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none" width="49%" height="90">
<p align="center">
<font color="#FFFFFF" style="font-size: 8pt" face="Verdana"> <br>
<br>
</font>
<font size="1" face="Verdana"><? echo "$tekst"; ?></font><font color="#FFFFFF" style="font-size: 8pt" face="Verdana"><br>
<br>
<br>
</font></td>
<td style="BORDER-RIGHT: black 0.75pt solid; BORDER-TOP: black 0.75pt solid; FONT-WEIGHT: normal; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none" width="49%" height="90" colspan="2">
<p align="left">
<font style="FONT-SIZE: 8pt" face="Verdana"><b> Nick: </b>
nick<b><br>
Sens: </b><? echo "$sens"; ?> <b><br>
Rang: </b><? echo "$rang"; ?><b> </b><br>
<b>Status:</b>
</font>
<font style="font-size: 8pt; " face="Verdana">
Aktiv<b><br>
Fav. map: </b><? echo "$map"; ?><b> <br>
Opløsning: </b><? echo "$opløs"; ?><b> <br>
Fav. våben: </b><? echo "$våben"; ?><b> </b></font></td>
</tr>
</table>
</td>
</tr>
</table>
<?php
}
?>
</body>
</html>
Sådan... hehe tog ikke så lang tid...
Jeg ved ikke om det hvirker men det skulle jeg mene...
Du skal nok lige oprette forbindelse til din database o.s.v. men det skulle også være det...
Og så lige et lille tip... Lær noget CSS... hehe, meget ireterende at se så meget style="" i hver table... det vil gøre det meget mere enkelt at se på...
Men skriv lige igen hvis det ikke hvirker...