If we're lucky this tiny jeroen.theme update might just save us from 5 HTML 4.01 bugs.
If we're very lucky it'll solve 7.
If we're unlucky only the code has improved.

Jeroen.
3-00
Jeroen Bensch 2001-03-11 18:47:18 +00:00
parent f9841d8aac
commit b873cb9e6d
1 changed files with 14 additions and 10 deletions

View File

@ -42,16 +42,20 @@
<?php
$this->box("Drop where?", "
<TD ALIGN=\"left\" VALIGN=\"top\">
<A HREF=\"index.php\">home</A><BR>
<A HREF=\"module.php?mod=faq\">faq</A><BR>
<A HREF=\"search.php\">search</A>
</TD>
<TD ALIGN=\"right\" VALIGN=\"top\">
<A HREF=\"module.php?mod=diary\">diary</A><BR>
<A HREF=\"submit.php\">submit news</A><BR>
<A HREF=\"account.php\">account</A>
</TD>
<TABLE WIDTH="100%" CELLPADDING="0" CELLSPACING="0">
<TR>
<TD ALIGN=\"left\" VALIGN=\"top\">
<A HREF=\"index.php\">home</A><BR>
<A HREF=\"module.php?mod=faq\">faq</A><BR>
<A HREF=\"search.php\">search</A>
</TD>
<TD ALIGN=\"right\" VALIGN=\"top\">
<A HREF=\"module.php?mod=diary\">diary</A><BR>
<A HREF=\"submit.php\">submit news</A><BR>
<A HREF=\"account.php\">account</A>
</TD>
</TR>
</TABLE>
");
?>