Hi Tim,

On Thursday, May 18, 2006, 11:46:02 PM, you wrote:

TJ>         page size 150 140 ;; this causes the following content to disappear
TJ>         line 10 281 201 281 ;; top
TJ>         line 10 16 201 16   ;; bottom
TJ>         textbox [ ;; Two paragraphs of text

TEXTBOX  does  not  adapt  itself to the page size. So you have to
specify a size and position. I.e. textbox x y w h [...]:

            textbox 10 17 130 118 [

TJ>             LEFT ALIGN " " ;; empty line to 'lower' the first line
TJ>             newline "This is Page One." newline ;; force line break
[...]

Regards,
   Gabriele.
-- 
Gabriele Santilli <[EMAIL PROTECTED]>  ---  http://www.rebol.com/
Colella Chiara software division --- http://www.colellachiara.com/

-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to