Hi,
I may be wrong here, but HTML will take the line back from a null insert. Maybe this line:
.WriteLn ("")
Should be this:
.WriteLn (" ")
Just insert some spaces like I do when formatting tables since if I don't put a space in a cell, the page take the row back.
I hope that works for you.
mmcdonal
|