I religiously indent everything....drives my boss crazy the amount of time I spend prettying up everything.
When I cut and paste to this message, tho, it all gets thrown out!
How do I keep the indentation?
DerFarm
Printable View
I religiously indent everything....drives my boss crazy the amount of time I spend prettying up everything.
When I cut and paste to this message, tho, it all gets thrown out!
How do I keep the indentation?
DerFarm
Use the [code] tag.
[code]
Private Sub Form_Load()
Call MsgBox("Hello, world!")
End Sub
[/code]
The result is:
Click this smily for more information: :rolleyes:Code:Private Sub Form_Load()
Call MsgBox("Hello, world!")
End Sub
Thank you.
DerFarm
Yonatan: How were you able to show the code tags?
I stuck other code tags in the original ones, thus making them invalid tags.
For example:
[co[i][/i]de]
' My Code
[/co[i][/i]de]
Happy? :rolleyes:
That's very clever.