At 16:11 10/02/99 +0000, "Tim Pailthorpe" wrote: >I want to fax HTML documents so they look like html pages not >source. > First of all, fetch html2ps by Jan Karrman from : http://www.tdb.uu.se/~jan/html2ps.html It is a perl script and does an excellent job on any text/html stuff; it will also tackle embedded images if you have ImageMagick and PerlMagick installed. Second, insert the following into the typerules file, just above the bottom line : # # HTML support 0 string <!DOCTYPE HTML ps /usr/local/bin/html2ps %i >%o 0 string <!doctype html ps /usr/local/bin/html2ps %i >%o 0 string <HEAD ps /usr/local/bin/html2ps %i >%o 0 string <head ps /usr/local/bin/html2ps %i >%o 0 string <TITLE ps /usr/local/bin/html2ps %i >%o 0 string <title ps /usr/local/bin/html2ps %i >%o 0 string <HTML ps /usr/local/bin/html2ps %i >%o 0 string <html ps /usr/local/bin/html2ps %i >%o Remember all this is at the client end (if your client is a different machine to your fax server). HTH, Phil Watkinson, Boston, UK