Documention for: black-text.r Created by: btiffin on: 25-Apr-2007 Last updated by: btiffin on: 28-Apr-2007 Format: text/editable Downloaded on: 30-Apr-2025 [h1 Usage document for %black-text.r [contents [numbering-on [h2 Introduction to %black-text.r [p This library script shows off some of REBOL's VID code. [p This script will read REBOL's home page from http://www.rebol.com and display it as black text on a white background, or <strong>backdrop</strong> in VID dialect. [p The output is raw HTML, and takes up more space than most screens can display, so it will look cut off. [br Don't worry, this is just an example. Not a pretty example, but no worries. [p For anyone new to REBOL, yes, this is all it takes to do a graphical layout. [h2 Using %black-text.r [p Another simple usage, just <strong>DO</strong> it. [asis >>do %black-text.r asis] or [asis/style/font-size:70% >>do http://www.rebol.org/cgi-bin/cgiwrap/rebol/download-a-script.r?script-name=black-text.r asis] [p After looking at the rough looking HTML, use the system close icon, [br usually a graphical X in the top right corner, to close the application. [h2 Credits [li %black-text.r original author: Unknown [li Usage document by Brian Tiffin, Library Team Apprentice, [date