From kfm-devel Tue Nov 30 09:09:27 1999 From: Lars Knoll Date: Tue, 30 Nov 1999 09:09:27 +0000 To: kfm-devel Subject: Re: khtml and
X-MARC-Message: https://marc.info/?l=kfm-devel&m=94395309430301

On Tue, 30 Nov 1999, Simon Josefsson wrote:
> Lars Knoll  writes:
> 
> > Read the HTML4 specs. The content of 
 is only allowed to be of type
> > inline. 

is a block level element. So this is illegal html, and khtml > > will assume and

pefore the

. To get it the way you want it to > > look, use > > > >

foo

> >
> > bar
> > foo
> > 
> > I'll forward this to the Apache people, after checking it isn't > already fixed in a current version. > > (All auto-generated directory listings by Apache I've seen render very > ugly in konqy, ie http://www.pdc.kth.se/~jas/ds/) Just had a look at it. The problem is actually the
tag inside
. But
the same thing I said above also applies to 
. It is a block level element and forbidden inside
.

Cheers,
Lars