diff options
author | Ken Coar <coar@apache.org> | 1997-06-04 11:07:52 +0000 |
---|---|---|
committer | Ken Coar <coar@apache.org> | 1997-06-04 11:07:52 +0000 |
commit | 6e5d24ac49a87ab8cf4b8a31988370368e512749 (patch) | |
tree | b30f820d0efecc17b6449ba0640b1b37fcfebcb7 /docs/manual/bind.html.en | |
parent | 7ff22e8e2aa6bb837507ca103118d49a118a531b (diff) | |
download | httpd-6e5d24ac49a87ab8cf4b8a31988370368e512749.tar.gz |
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/bind.html.en')
-rw-r--r-- | docs/manual/bind.html.en | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/manual/bind.html.en b/docs/manual/bind.html.en index f8c7f617a4..9253168138 100644 --- a/docs/manual/bind.html.en +++ b/docs/manual/bind.html.en @@ -3,7 +3,14 @@ <title>Setting which addresses and ports Apache uses</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">Setting which addresses and ports Apache uses</h1> |