lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Lynx-dev] Feature request: handle style=white-space: pre


From: Ed Avis
Subject: RE: [Lynx-dev] Feature request: handle style=white-space: pre
Date: Tue, 13 May 2008 14:26:40 +0100

Chuck Houpt asked:

>Couldn't any:
>
><div style="white-space: pre">
>
>be replaced by:
>
><pre style="...reset PRE styles...">

No, because you can have <img> inside a <div> but not inside a <pre>.

This is my situation:

<pre>
Some formatted text
with a smiley <img src="smiley.png"> in the middle.
</pre>

That is not valid HTML.  I changed it to

<div style="white-space: pre; font-family: monospace">
Some formatted text
with a smiley <img src="smiley.png"> in the middle.
</div>

That validates against the HTML4 DTD, but Lynx doesn't render it correctly.

-- 
Ed Avis <address@hidden>

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________




reply via email to

[Prev in Thread] Current Thread [Next in Thread]