|
-
May 1st, 2000, 04:48 AM
#1
[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.
-
May 1st, 2000, 06:33 AM
#2
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|