Thank you for the input...But the problem exists.
I should have added that everything is on the same line with no breaks as follows (and as suggested by AF):
<%get global array("kNAStates";$States)%><SELECT NAME="State">........<%end for%></SELECT>
...the returns and tabs just seems to get inserted.
Thanks.
Jim Redfield
On Thursday, March 20, 2003, at 02:12 PM, Aparajita Fishman and Michael Bond wrote:
The extra lines in the HTML have 5 tabs followed by a carriage return. Is there a better way to do this to eliminate the extra space? Or do I just live with this?
<%for($i;1;size of array($States))%><stuff in here><%end for%>
Nothing requires the "for" and "end for" to be on separate lines if they are in separate code blocks. Same with all other control structures.
