Handbook-appearance in Opera

Hilko Meyer Hilko.Meyer at gmx.de
Mon Aug 9 23:43:23 UTC 2004


Hi,

I've spotted some some problems in
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-nis.html
and the NFS-Chapter. The table under "Terms/Processes You Should Know"
is displayed wrong in opera 7.5*. The columns term and description are
shown with the same little width. Both columns have the width of the
word rpc.yppasswdd.

After a look in the HTML-Code and in the german site
http://de.selfhtml.org/html/tabellen/aufbau.htm#vordefinieren
If the syntax
<col width="1*" />
<col width="3*" />
is used, width="100%" in the <table>-Tag is needed. It should look like
<table border="0" frame="void" class="CALSTABLE" width="100%">

And there is another nit. Around "NIS domainname" some tags are missing.
The other entries are shown bold. If I understand the sgml-code correct,
the following should fix that.

--- chapter.sgml        Mon Aug  9 20:21:21 2004
+++ chapter-mod.sgml    Mon Aug  9 20:27:00 2004
@@ -1195,7 +1195,7 @@
          </thead>
          <tbody>
            <row>
-             <entry>NIS domainname</entry>
+             <entry><application>NIS domainname</application></entry>
 
              <entry>An NIS master server and all of its clients
                (including its slave servers) have a NIS domainname.

bye,
Hilko



More information about the freebsd-doc mailing list