diff options
author | Jeroen Bensch <jeroen@44.no-reply.drupal.org> | 2001-03-11 18:47:18 +0000 |
---|---|---|
committer | Jeroen Bensch <jeroen@44.no-reply.drupal.org> | 2001-03-11 18:47:18 +0000 |
commit | b873cb9e6d2966874e862e9daf33d3c607873b1e (patch) | |
tree | e189c595b15bf7a9078fa8166660c9371b2f098f | |
parent | f9841d8aac693ad79ab9b30eb05a4772912159db (diff) | |
download | brdo-b873cb9e6d2966874e862e9daf33d3c607873b1e.tar.gz brdo-b873cb9e6d2966874e862e9daf33d3c607873b1e.tar.bz2 |
Hey,
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.
-rw-r--r-- | themes/jeroen/jeroen.theme | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/themes/jeroen/jeroen.theme b/themes/jeroen/jeroen.theme index 8f4606f3c..6375c5701 100644 --- a/themes/jeroen/jeroen.theme +++ b/themes/jeroen/jeroen.theme @@ -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> "); ?> |