Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 May 2008 18:14:26 -0400
From:      "Bob Johnson" <fbsdlists@gmail.com>
To:        "Gary Kline" <kline@thought.org>
Cc:        FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   Re: Stumped:: web HTML. Caution, may be OT.
Message-ID:  <54db43990805291514l52140608le23b39a760a64a0c@mail.gmail.com>
In-Reply-To: <20080529065732.GA36261@thought.org>
References:  <20080529065732.GA36261@thought.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 5/29/08, Gary Kline <kline@thought.org> wrote:
> 	Several weeks ago a friend asked why my www.thought.org page
> 	was so hard to read.  She said that part of my text was black
[...]
> 	I'd be much obliged for any help here.
>
>

Konqueror says that the comment that reads

<!-- click on Graphic to goto jottings.thought.org --!>

isn't closed until the end of the next comment way down the page, so
it is ignoring all the code in between. I think that's your problem
(there is a typo in the close of the comment). In other words,
Konqueror seems to be displaying the page correctly. The other
browsers are probably (incorrectly) treating end-of-line as
end-of-comment.

When you "View Document Source" in Konqueror, it highlights the markup
to make it easier to spot such problems, and comments stand out pretty
distinctly. In fact, it appears there are a few other places with that
same typo (closing a comment with "--!>").

- Bob



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