Date:  09/08/2005 10:22:15 AM Msg ID:  002699
From:  html_flunkie Thread:  002699
Subject:  html reset
I have a
scan
  html_out = html_out +results.customer_name
endscan
 
 and  right before the "scan" I have html_out = html_out + '<font face="Arial" size="3">' to modify the outputted records. If I change the size, it has an effect but changing the font face to anything else has no effect. Why?
 
 
Also can someone tell me what this line of code does?
html_out = "content-type: text/html" + CHR(10) + CHR(10)