diff options
author | Jonas Kohl | 2024-09-07 11:48:56 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-09-07 11:48:56 +0200 |
commit | bc7c47abab428f503515dd371dc4d81719632bb1 (patch) | |
tree | 9a5003d33925ae4502249b811f065fe1d6cea7dc | |
parent | 230898543b9a4ec459ff29c60f713a20cd04e6be (diff) |
Fix border
-rw-r--r-- | navtop.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/navtop.html b/navtop.html index f5532ed..b2a7a1c 100644 --- a/navtop.html +++ b/navtop.html @@ -1,7 +1,7 @@ <html> <body background="images/toptile.gif" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0"><!-- ---><img src="images/top.gif" usemap="#map"> +--><img src="images/top.gif" usemap="#map" border="0"> <map name="map"> <area target="_top" href="/" coords="106,23,107,74,46,75,46,70,18,70,14,58,13,41,44,42,47,25" shape="poly"> |