Quote:
Originally Posted by danielf
How do you get indentation in the code? My code is indented when I paste it, but I lose indentation in the spoiler tags. Even spaces don't stick...
|
Try wrapping the code in [Code][/Code] tags inside the [Spoiler][/Spoiler] tags.
i.e.
[Spoiler][Code]
.....
......
[/Code][/Spoiler]
or similar.
Can anyone tell me how to stop my code appearing in colour when I Copy from the standard VB 2005 Express Editor and Paste in here ??
like this:
Code:
PrivateSub StopTheseColours()
Dim aString AsString = "123"
'How to paste this code in Black and White?
EndSub