> The problem might be with the line breaks...Any Unix html creater will save
> the file with unix line breaks. These can be read by any browser---as far
> as I know.
You could also use the commands unix2dos and dos2unix if you're wanting to
convert from LF->CR/LF and/or CR/LF->LF. They are UNIX commands, but they
were written in C and were quickly ported to the DOS environment. I am sure
that they are even on the Mac environment. Who knows?
matt();
http://www.engr.uark.edu/~mwf/