Jul 3rd, 2000, 07:57 PM
(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.
Private Sub Command1_Click
MsgBox ("Hello World")
End Sub
[b]With Bold tags left open.
Private Sub Command1_Click
MsgBox ("Hello World")
End Sub
[Edited by Megatron on 07-03-2000 at 09:00 PM]
Regular Version.
Private Sub Command1_Click
MsgBox ("Hello World")
End Sub
[b]With Bold tags left open.
Private Sub Command1_Click
MsgBox ("Hello World")
End Sub
[Edited by Megatron on 07-03-2000 at 09:00 PM]