POV-Ray : Newsgroups : povray.unofficial.patches : ANNOUNCE: MegaPOV 1.0 available : Re: ANNOUNCE: MegaPOV 1.0 available Server Time
5 Oct 2024 01:17:28 EDT (-0400)
  Re: ANNOUNCE: MegaPOV 1.0 available  
From: Thorsten Froehlich
Date: 2 Jan 2003 09:45:53
Message: <3e1450a1$4@news.povray.org>
In article <1ee81vkknlso5kvbak89vq4mpu7e00d06e@4ax.com> , ABX 
<abx### [at] abxartpl>  wrote:

>> <http://mac.povray.org/md.gif>
>
> Could it be that your browser ignore that sequence (hex) 0D 0A 20 20 20
> appeared in <pre> block for some reason should not be renderen as one space?
>
> The same for: http://megapov.inetart.net/manual/html/test.html ?

No, Netscape has no problem with line-endings (that would be really bad,
wouldn't it ;-)    I explained the problem in my reply to Christoph.  The
following will work just fine:

pre {
  font-family: "Lucida Console","Lucida Sans Typewriter","Courier
New","monospace" ;
  color: #000000 ;
  background-color: #e6f4ff ;
  border: 1px solid ;
  border-color: #cfdbe5 ;
  padding: 3pt;
  white-space: pre ;
}

BTW, note that "Courier New" is a typical M$ font.  People on those
operating systems whose creators were willing to pay the royalties to the
font copyright holders will have fonts with the proper name - "Courier".
They are unlikely to have any of the fonts you list of pre elements as they
are all Windows specific ;-)   If you want to add a good-looking font for
Mac OS, that would be "Monaco", which is also used by Mac text editors by
default.

You may also want to change the order of Verdana, Arial, Helvetica,
sans-serif to Verdana, Helvetica, Arial, sans-serif for the same reason, as
Arial is just a cheap M$ replacement for Helvetica, and Verdana is a M$
invented font...

>> I hope you get the point now.
>
> Ok. Will be htmled in the next release.

You do a lot of readers a favor, thanks a lot!

    Thorsten

____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde

Visit POV-Ray on the web: http://mac.povray.org


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.