Have you thought about putting the code in a table? That would allow you to explicitly set the background colour and set a border around it.

For example:


; UBB PostPrep 1.0.1 (build 5)
; ----------------------------------------------------------------------------------------------
; MINIMUM REQUIREMENTS
;
; KIXTART            4.20 (WKiX32)
; KIXFORMS           build 37 (2.2.0)
; ----------------------------------------------------------------------------------------------
; AUTHORs
;    Jooel Nieminen - Conversion Engine !
;    Jochen Polster - Form, Controls, Design, Codestarter
; ----------------------------------------------------------------------------------------------
; ACKNOWLEDGEMENTS
;   Shawn Tassie (for Kixforms of course!)
;    Richard Howarth (for pointing out the <br>-tag Issue)
;    All KiXtart Enthusiastics for which we wrote this  [Wink]
; ----------------------------------------------------------------------------------------------
; VERSION HISTORY
;    1.0.1    - 01/28/2003 bug-fixes to conversion engine, optional WordWrap added
;
;    1.0        - 01/27/2003 Initial worthwhile release
;
;    0.9 A    - different very buggy Alpha releases not worth to mention
;
;    0.9 P    - Preview Version(s) discussed on kixtart.org Bulletin board
;    http://www.kixtart.org/board/ultimatebb.php?ubb=get_topic;f=13;t=000426
; ----------------------------------------------------------------------------------------------

break on
$ = setascii("on")

$ReqForms = 37
$Version  = "1.0.1"
$Wordfile = @scriptdir + '\Wordfile.ini'
$Kix      = substr(@kix,1,4)

if $Kix < "4.20"
    $ = messagebox('This Script requires at least KiXtart 4.20 '