> (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. > @ Clayton: I tried the page on MW's sandbox -- presumably, against their > latest-and-greatest version -- with (works) and without (messes up) the > <br> tags. It's not recognizing line breaks. Can we complain to them > about that? Depends on where the line breaks are. If it's a single return, it is ignored as it always has been (ie treats the new line as part of the same <p> tag in the rendered output) You need a double line break or a <br/> tag to force a new line (which starts a new <p> in the rendered output). > (3) GeSHi seems to need its tables tweaked for lang="oobas". It doesn't > highlight Option or Explicit. Initially, I forgot the quotes around > "oobas", but they seem to be optional. There are some tweaks needed for oobas.... both in the colors and in the keywords. We did a pass at this a while ago, but for various reasons, the suggested changes were never passed upstream to the GeSHi author. C. -- Clayton Cornell [email protected] OpenOffice.org Documentation Project co-lead StarOffice - Sun Microsystems, Inc. - Hamburg, Germany --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
