PDA

Click to See Complete Forum and Search --> : Code. Different Font?


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]

John
Jul 4th, 2000, 05:15 AM
testing code once:


Msgbox "hello!"


Testing code twice:

Msgbox "hallo!"



[b]Testing code three times!


Msgbox "Goodbye!"


John

John
Jul 4th, 2000, 05:18 AM
I think that it is just a Netscape oddity I'm afraid!

John