Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 1998 10:06:01 +0100
From:      nik@iii.co.uk
To:        Wolfram Schneider <wosch@cs.tu-berlin.de>
Cc:        Sergei Laskavy <laskavy@Gambit.Msk.SU>, doc@FreeBSD.ORG
Subject:   Re: New home page design
Message-ID:  <19980626100601.10145@iii.co.uk>
In-Reply-To: <19980624201339.A21088@caramba.cs.tu-berlin.de>; from Wolfram Schneider on Wed, Jun 24, 1998 at 08:13:39PM %2B0200
References:  <19980624165018.A10393@caramba.cs.tu-berlin.de> <19980624220019.B16829@gambit.msk.su> <19980624201339.A21088@caramba.cs.tu-berlin.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jun 24, 1998 at 08:13:39PM +0200, Wolfram Schneider wrote:
> I don't think this is possible. You must switch the table
> columns and put the readmap at the right site.

Not necessary. You should be able to do it like this:

  <table>
    <tr>
      <td></td>

      <td rowspan="2"><p>This will appear on the right hand side in a table
        aware browser, and at the top of the page in a non-table aware
        browser.</p></td>
    </tr>
  
    <tr>
      <td><p>This will appear on the left hand side in a table aware browser,
        and at the bottom of the page in a non-table aware browser.</p></td>
    </tr>
  </table>

Empty first cell and the 'rowspan="2"' attribute on the second cell organise
things properly.

N
-- 
Work: nik@iii.co.uk                       | FreeBSD + Perl + Apache
Rest: nik@nothing-going-on.demon.co.uk    | Remind me again why we need
Play: nik@freebsd.org                     | Microsoft?

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980626100601.10145>