> >You'll need to write a little script in the above command line. Something > >like: > > > > #! usr/bin/rebol -cs "build-markup %Page.rsp" > > > >Where "%Page.rsp" is the filename of the page the above line is in. > > > > > How will web development environment behave, if I put above line on the first line of the page? Will it break anything? Will my friend need to comment that line while still working upon site design, and uncomment right before he is ready to upload it? Or it does not affect html display at all?
I think it won't affect the HTML. Easiest way is to not include in the original HTML source. Write a little Rebol script to insert this line to every HTML page just before it's sent to the server. Andrew Martin ICQ: 26227169 http://valley.150m.com/ -><- -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
