Page 1 of 1

Spaces in scripts

Posted: Tue Jan 16, 2001 10:44 am
by sabety
Is there a way to have spacing in scripts such as new lines not appear in resulting html pages?

Spaces in scripts

Posted: Tue Jan 16, 2001 12:03 pm
by Kai
You can <send> or <fmt> data directly to format it as you wish.

Otherwise, non-Vortex tags and text are output as-is (except for leading whitespace which is stripped) so newlines are left in. Blank lines between Vortex statements can cause extra newlines to be printed. You can either delete the blank line, or put a comment there which will prevent the extra newline.

Spaces in scripts

Posted: Wed Jan 17, 2001 9:31 am
by bart
I think he was asking how to have the space removed.

Vortex automatically removes all whitespace that would not affect formatting when it transmits
the data.