--jRHKVT23PllUwdXP
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hi there,

How would I go about marking up a table in docbook with partial frame
lines?

Here's the content:

            a b c * d
            e f g * h
            i j k * l
            * * * * *
            m n o * p

What I'd like to do is have the *'s replaced with nice unbroken
separators.  Is there any way of doing this?

My markup is currently:

        <informaltable frame="none">
        <tgroup cols="4">
        <tbody>
          <row>
            <entry>a</entry>
            <entry>b</entry>
            <entry>c</entry>
            <entry>d</entry>
          </row>
          <row>
            <entry>e</entry>
            <entry>f</entry>
            <entry>g</entry>
            <entry>h</entry>
          </row>
          <row>
            <entry>i</entry>
            <entry>j</entry>
            <entry>k</entry>
            <entry>l</entry>
          </row>
          <row>
            <entry>m</entry>
            <entry>n</entry>
            <entry>o</entry>
            <entry>p</entry>
          </row>
        </tbody>
        </tgroup>
        </informaltable>

Thanks,
Joe

--jRHKVT23PllUwdXP
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (FreeBSD)

iEYEARECAAYFAj0pyosACgkQXVIcjOaxUBaqeQCdGKE+q0ZZDZWo8H2O8Sl3SJcy
6J8An25BnQvQrVZ8MHuHquQ9Ya3yXNtP
=fPQB
-----END PGP SIGNATURE-----

--jRHKVT23PllUwdXP--

Reply via email to