################# CONFIGURATION ############################ #OPTIONAL: You can format the opening and closing HTML #of your results page in a separate file that can be written in #regular HTML and saved on your server. If your script can't #find this file and open it, the default result screen is displayed #instead. For ease of configuration, place it in the same directory #as your datafile. Note: this file must have three plusses +++ #where you want your search results inserted. $openinghtml="/home/upoint/www/myscripts/activetable/template.htm"; ### Full path (not URL) to your tab-delimited text file ### $datafile = "/home/upoint/www/myscripts/activetable/activetable.txt"; ### Width of the table ### $tablewidth = "80%"; ### Background color of the table ### $bgcolor = "#FFF2E1"; ### Cellspacing ### $cellspacing = "2"; ### Cellpadding ### $cellpadding = "2"; ### Border of table ### $border = "0"; ### Cell background color ### $cellbgcolor = "#DDEDFD"; ### Font type ### $font = "Verdana, arial"; ### Font size ### $fontsize = "-1"; ### Table alignment (use center, left or right) ### $tablealign = "center"; ### Cell alignment (use top or bottom, empty to use default) ### $cellalign = "top"; ################# DO NOT EDIT BELOW THIS LINE ############################