(Using Netscape). Why is it that when you leave a Bold or Italic tag open and type code into it, the Font changes?

Regular Version.
Code:
Private Sub Command1_Click

    MsgBox ("Hello World")

End Sub
[b]With Bold tags left open.
Code:
Private Sub Command1_Click

    MsgBox ("Hello World")

End Sub
[Edited by Megatron on 07-03-2000 at 09:00 PM]