Form/Example
form_reusable = 0
form_window = "window=blah;size=300x450"
HtmlLayout()
return \
{"
Ops:<br>
<I need white space here>[d1_1] on [d1_2] off - Op 1<br>
<I need white space here>[d9_1] on [d9_2] off - Op 2<br>
<br>[submit]
"}
Problem description:
I'm experimenting with the htmllib. I couldn't find any other topics addressing this issue. I basically need to tab over 4 spaces where I typed ''. Using a tab or spacebar 4 times doesn't do anything. What are my options? Thanks.
Lummox JR