Re: Witango-Talk: Receipt Printer

2011-10-09 Thread Beverly Voth
the default for body is to have margins (implied). you may have to set them to 0 (or even negative?): body, p { margin: 0px; padding: 0px; } while the 'px' is not required on the '0' I use it for consistency. (allows me to debug or change the values more easily). I don't know if a negative

RE: Witango-Talk: Receipt Printer

2011-10-09 Thread Fogelson, Steve
Hi Beverly, I tried the following and it didn’t change anything. I also tried it with margin 0px 0px 0px -100px style media=print !-- body, p {margin 0px 0px 0px 0px; padding 0px 0px 0px 0px;} p.page { page-break-before: always } //-- /style I was also reading the docs (below) for

Re: Witango-Talk: Receipt Printer

2011-10-09 Thread Beverly Voth
did you try the dec: @char code=29 or hex: @char code=1D instead of GS? -- sent from my iPhone4 -- Beverly Voth -- On Oct 9, 2011, at 10:36 AM, Fogelson, Steve stevefogel...@askics.net wrote: Hi Beverly, I tried the following and it didn’t change anything. I also tried it with margin 0px

Witango-Talk: Centos apache2.2

2011-10-09 Thread William Conlon
I am migrating my old physical server to a hosted vps running 32-bit Centos 5. When I attempt to start apache server I get: Starting httpd: httpd: Syntax error on line 148 of /etc/httpd/conf/httpd.conf: API module structure `WitangoModule' in file /etc/httpd/modules/wapache2.so is garbled -

RE: Witango-Talk: Centos apache2.2

2011-10-09 Thread Robert Shubert
Bill, If memory serves, the Apache 2.2 module was introduced during Witango 5.5's lifecycle. I do not believe there ever was a Witango 5.0 Apache 2.2 module. Clients (Apache mods, ISAPI, CGI) are not compatible between 5.0 and 5.5. As I'm sure you know, the official recommendation is to