> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of > [EMAIL PROTECTED] > Sent: Monday, June 10, 2002 11:12 AM > To: [EMAIL PROTECTED] > Subject: [REBOL] Re: make-doc-pro: Version 1.0.3 beta update
> Robert's =url may not be perfect as it requires the URL to be on a line by > itself, and it needs embedded spaces to be coded as %20, but it does the job. Hi, it will be possible to use it inline in one of the next versions. The URL part can be put into " and " if it contains spaces, so no need to use %20. =url "http://my url with spaces/" Test URL Most likely I will follow the same pattern for inlined URLs like: This is a text =url http://www.rebol.com "Rebol Homepage" with an embedded URL. Or something like this: This is a text =url "http://my url with spaces/" "My Website" with an embedded URL. Robert -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
