Results 1 to 3 of 3

Thread: Code. Different Font?

  1. #1
    Guest
    (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]

  2. #2
    Fanatic Member
    Join Date
    Jan 1999
    Location
    UK
    Posts
    593

    Testing code a bit more

    testing code once:

    Code:
    Msgbox "hello!"
    Testing code twice:
    Code:
    Msgbox "hallo!"


    [b]Testing code three times!

    Code:
    Msgbox "Goodbye!"
    John

  3. #3
    Fanatic Member
    Join Date
    Jan 1999
    Location
    UK
    Posts
    593
    I think that it is just a Netscape oddity I'm afraid!

    John

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width