The Laughing Cow
20-01-2001, 16:59
basically i want to , when a button is clicked, display
some text but with 3 lines gap
i thought coding shud be
Private Sub Form_Load()
txtCoding.Text = "<HTML><HEAD></HEAD><BODY></BODY></HTML>"
End Sub
but obviously that only prints along the same line
i need
<HTML>
<HEAD>
bla bla
ne idea?
some text but with 3 lines gap
i thought coding shud be
Private Sub Form_Load()
txtCoding.Text = "<HTML><HEAD></HEAD><BODY></BODY></HTML>"
End Sub
but obviously that only prints along the same line
i need
<HTML>
<HEAD>
bla bla
ne idea?