Index of recent problems with HTML

Table of contents:

 

 

 


Blank line after every PRE element

I want some text to look like this:
   ... some running text
A first line of program code
A second line of program code
   some more running text ...
But when I put a PRE element around the code, it looks like this instead:
   ... some running text
A first line of program code
A second line of program code

   some more running text ...
Do you see the blank line there, but not in the first example of how I want it? Here's a live test of that: First some running text
A first line of program code
A second line of program code
some more running text. In the only Web browser available here, that shows with a blank line immediately after the second line of program code, before some more running text. I do not want that blank line!!! How can I prevent it??? How does it show in Web browsers that you have available there? Tell me and I'll list them here.

 

 

 


Some running text, then some code 101 FORMAT(10X) PRINT 101 then some more running text.

 

 

 


Copyright 2007 by Robert Elton Maas, all rights reserved