diff options
author | Ken Coar <coar@apache.org> | 1997-06-04 13:07:52 +0200 |
---|---|---|
committer | Ken Coar <coar@apache.org> | 1997-06-04 13:07:52 +0200 |
commit | 6e5d24ac49a87ab8cf4b8a31988370368e512749 (patch) | |
tree | b30f820d0efecc17b6449ba0640b1b37fcfebcb7 /docs/manual/custom-error.html | |
parent | Documentation appearance rework, pass 1, phase 1: background, (diff) | |
download | apache2-6e5d24ac49a87ab8cf4b8a31988370368e512749.tar.xz apache2-6e5d24ac49a87ab8cf4b8a31988370368e512749.zip |
Changed colours from mnemonics to #rrggbb syntax, since some
older browsers (e.g., Mozilla 1.1) don't know the names yet.
Submitted by: Comments from Marc Slemko, Brian Behlendorf
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78222 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/custom-error.html')
-rw-r--r-- | docs/manual/custom-error.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/manual/custom-error.html b/docs/manual/custom-error.html index b2e4741129..3f04af058b 100644 --- a/docs/manual/custom-error.html +++ b/docs/manual/custom-error.html @@ -4,7 +4,14 @@ <TITLE>Custom error responses</TITLE> </HEAD> -<BODY BGCOLOR="white" TEXT="black" LINK="blue" VLINK="navy" ALINK="red"> +<!-- Background white, links blue (unvisited), navy (visited), red (active) --> +<BODY + BGCOLOR="#FFFFFF" + TEXT="#000000" + LINK="#0000FF" + VLINK="#000080" + ALINK="#FF0000" +> <!--#include virtual="header.html" --> <H1 ALIGN="CENTER">Custom error responses</H1> |