Ik heb hier een config:
<?php>
(gegevens staan hier normaal)
$fout = "
Deze pagina is alleen voor leden die ingelogd zijn.<form action=login.php method=post>
<td><input type=text name=nick value=Gebruikersnaam><TR>
<td><input type=password name=pass value=Wachtwoord><TR>
<td><center><input type=submit name=login value=Inloggen></center>
</form>";
include_once("global.php");
?>
<link href="style.css" rel="stylesheet" type="text/css"><font face="Arial" color="#000000" size="2">
<STYLE type=text/css>
A:link { COLOR: #000000; TEXT-DECORATION: none }
A:visited { COLOR: #000000; TEXT-DECORATION: none }
A:hover { COLOR: #000000; filter: blur; height: 1; TEXT-DECORATION: none }
A:active { COLOR: #000000; TEXT-DECORATION: none }
</STYLE>
<body>
<?
function begintabel()
{
echo "<table width=100 border=0 cellspacing=0 cellpadding=0 align=center>
<tr>
<td></td>
</tr>
<tr>
<td>
<table width=90% border=0 cellspacing=0 cellpadding=0 align=center>
<tr>
<td valign=top>";
}
function eindetabel()
{
echo " </td>
</tr>
</table>
</td>
</tr>
<tr>
<td height=2></td>
</tr>
</table>";
}
function begintabelmenu()
{
echo "<table width=100 border=0 cellspacing=0 cellpadding=0 align=center>
<tr>
<td></td>
</tr>
<tr>
<td>
<table width=90% border=0 cellspacing=0 cellpadding=0 align=center>
<tr>
<td valign=top>";
}
function eindetabelmenu()
{
echo " </td>
</tr>
</table>
</td>
</tr>
<tr>
<td height=2></td>
</tr>
</table>";
}
?>
Maar hoe maak ik de tabellen zo dat het mooi links staat in de iframe op:
www.wyger.nl/usr/web-kids
Want kijk maar eens hier:
http://www.wyger.nl/usr/web-kids/statistieken.php
Dat ziet er niet uit.
Weet iemand hoe ik het netjes krijg zonder scrollbars?
1.365 views