o Don't use red body text
o Don't centre the image map o Don't use a really small, unclosed, FONT element
This commit is contained in:
parent
341ebf9506
commit
3ff88d64a6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=23779
1 changed files with 3 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Perl program to send mail.
|
||||
#
|
||||
# $FreeBSD: www/en/cgi/reg.cgi,v 1.7 2000/04/03 08:45:51 phantom Exp $
|
||||
# $FreeBSD: www/en/cgi/reg.cgi,v 1.8 2002/04/01 13:39:05 ceri Exp $
|
||||
|
||||
sub do_header;
|
||||
sub close_body;
|
||||
|
@ -87,9 +87,7 @@ sub do_header {
|
|||
print "<HEAD>\n";
|
||||
print "<TITLE>$title</TITLE>\n";
|
||||
print "</HEAD>\n";
|
||||
print "<BODY BGCOLOR=\"\#FFFFFF\" TEXT=\"\#660000\">\n";
|
||||
print "<FONT SIZE=4> \n";
|
||||
print "<CENTER>\n";
|
||||
print "<BODY BGCOLOR=\"\#FFFFFF\" TEXT=\"\#000000\">\n";
|
||||
print "<IMG SRC=\"..\/gifs\/bar.gif\" BORDER=0 USEMAP=\"\#bar\">\n";
|
||||
print "<MAP NAME=\"bar\">\n";
|
||||
print "<AREA SHAPE=\"RECT\" COORDS=\"1,1,111,31\" HREF=\"../index.html\">\n";
|
||||
|
@ -102,6 +100,7 @@ sub do_header {
|
|||
print "<AREA SHAPE=\"RECT\" COORDS=\"516,15,562,33\" HREF=\"../index.html\">\n";
|
||||
print "<AREA SHAPE=\"RECT\" COORDS=\"0,0,564,32\" HREF=\"../index.html\">\n";
|
||||
print "</MAP>\n";
|
||||
print "<CENTER>\n";
|
||||
}
|
||||
|
||||
sub close_body {
|
||||
|
|
Loading…
Reference in a new issue