Clayton wrote:
(2) Line breaks within a column were more fun than I had thought. Had to
use <br> tags liberally in the center column of the last row (long code
example).

Try <br/> instead of just <br>
You have to use <br> for single hard returns.  MW treats a single hard
return as part of the same paragraph - this has been this way for a long
time (forever in MW?).  You need a double hard return to force a new
line/paragraph... or a <br/> tag.

Thanks for the tip, and I'll remember that. All I needed, on the page, was the equivalent of Writer's "shift-Enter", a new line in the same paragraph. (I use that often, to pseudo-flow text around drop caps.) The simple <br> did the job, but I thought a simple CR entered in the wiki editor should have done the same. Instead, what I got was whitespace:

Sub Main[whitespace]Dim etc.[whitespace]End Sub 'Main

all on the same line, without <br>'s after each line of code. Perfectly proper HTML rendering, to be sure, but I would have expected the wiki program to pay at least a /little/ attention to the wiki-editor CR's.

--
T. J. Frazier
Melbourne, FL

(TJFrazier on OO.o)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to