When I add the following to my CSS:
table {
border-collapse:collapse
}
Prince exits with this error:
techsupp:~> /usr/local/lib/prince/bin/prince -v sys2.html -s /tlm/www/css/default.css
prince: Loading document...
prince: loading HTML input: sys2.html
prince: loading style sheet: /tlm/www/css/default.css
prince: loading style sheet: sys_files/default.css
prince: sys_files/default.css: warning: can't open input file: No such file or directory
prince: Converting document...
prince: warning: no glyphs for character U+004C, fallback to '?'
prince: internal error: no fallback glyph for character U+004C
If I comment out the table lines, it runs perfectly.
Any idea?
table {
border-collapse:collapse
}
Prince exits with this error:
techsupp:~> /usr/local/lib/prince/bin/prince -v sys2.html -s /tlm/www/css/default.css
prince: Loading document...
prince: loading HTML input: sys2.html
prince: loading style sheet: /tlm/www/css/default.css
prince: loading style sheet: sys_files/default.css
prince: sys_files/default.css: warning: can't open input file: No such file or directory
prince: Converting document...
prince: warning: no glyphs for character U+004C, fallback to '?'
prince: internal error: no fallback glyph for character U+004C
If I comment out the table lines, it runs perfectly.
Any idea?