- From: Drazen Kacar <dave@fly.cc.fer.hr>
- Date: Wed, 15 May 1996 02:38:44 +0200 (MET DST)
- To: boo@best.com (Walter Ian Kaye)
- Cc: www-html@w3.org
Walter Ian Kaye wrote: > > One thing we definitely need, at least for representing computer source > code, is the ability to prevent collapsing multiple spaces. If I need to > display a literal of "qd " (4 characters, spaces significant), it must > NOT get munged by the browser. What I have to do currently is place a > comment next to it, stating that there are two spaces there. I tried > using <pre> and <tt> and <code> -- none were satisfactory (<tt> and > <code> did not prevent collapsing, and <pre> added line breaks and was > therefore unusable inline). > You can use <code> with and have something like this: <code> IF expr THEN<br> statement<br> ELSE<br> statement<br> ENDIF </code> -- Life is a sexually transmitted disease. dave@fly.cc.fer.hr dave@zemris.fer.hr
Received on Tuesday, 14 May 1996 20:42:07 UTC