Subject: changed WWW docs: 'htdocs index.html'
To: None <www-changes@nb00.nas.nasa.gov>
From: Luke Mewburn <lukem@NetBSD.ORG>
List: www-changes
Date: 04/27/1998 09:17:46
Update of /cvsroot/htdocs
In directory nb00:/tmp/cvs-serv27245
Modified Files:
index.html
Log Message:
fix up various problems:
* wrap <li> entries with <ul>..</ul>. without this, the page looked
wrong in lynx
* remove excess </font> entries
* get ordering of tags correctly. if <a><b><c> is used, the correct
end sequence is </c></b></a>, not </a></b></c>