- From: John Russell <ve3ll@rac.ca>
- Date: Fri, 07 Nov 2003 10:09:51 -0500
- To: www-amaya@w3.org
- Message-ID: <3FAB6F6F.32178.3534823@localhost>
the whitespace character is poorly done in the monospace font. it adds way too much spacing which impedes readability of example source fragments. is this within your control or is fontset from a foundary.... -- john russell ve3ll@rac.ca [those are L's as in LLAMA] http://home.cogeco.ca/~ve3ll http://home.cogeco.ca/~trains http://home.cogeco.ca/~cipher
<?xml version="1.0"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <style type="text/css"> pre {margin-left:15px; margin-right:0px; border:solid 0px gray; padding:0px; color:green; font:bold 10pt monospace; white-space:pre} </style></head><body> <pre> Here is a bit of text to mess up. document.writeln("This page updated on " + document.lastModified); </pre> </body></html>
Received on Friday, 7 November 2003 10:08:03 UTC