Results 1 to 2 of 2

Thread: [code] Entries Spread Out Too Much

  1. #1

    Thread Starter
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    [code] Entries Spread Out Too Much

    When I do UUB "code" inserts and I forget to end it with "/code" I see a blank line between each code line. When I add the "/code" it shows up normally. Here is an example of the former which in VB shows no blank lines.
    [code]Public Sub DrawTheSquare(X As Single, Y As Single)
    If bDraw Then
    Shape1.Top = sglYStart
    Shape1.Left = sglXStart
    Shape1.Height = Y - sglYStart
    Shape1.Width = Shape1.Height
    Shape1.Visible = True
    End If
    End Sub

    Is that by design? Also note that without the "/code" UUB, VB's colors do not show up.

  2. #2
    Fanatic Member
    Join Date
    Jan 1999
    Location
    UK
    Posts
    593
    Well don't forget the /code tag then

    Not much else that I can suggest really!

    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