Tabs please
Is there any way to indent a line in a post?
It would make code answers lots easier to read.
Laura GB
RE: Tabs please
okay just doing a quick test
code
both
test
[list]another test
more tests
[/list]
RE: Tabs please
Hi Laura,
I've introduced a new UBB tag, PRE, which keeps the spaces in tact when displayed in the browser.
Unfortunately due to the nature of converting new lines to line breaks in the forum, it does mean PRE text is double-spaced. Will work on this a bit later.
Testing:
This is one sentence
Indent 1
Indent 2
Indent a
Indent b
Indent 3
Start of tabs
This
Is
Tabbed
End of tabs
End of test
RE: Tabs please
Hi Rich
Thank you for that. The double line spacing is preferable to no tabs.
Quick Test so I know I understand it
Sub Test()
Do Until VeryBored = True
Call TestCode
Loop
End Sub
Laura GB
Edit - Thats great!!! Just looked at the post