[docbook-apps] Re: qanda listings in html output

2010-10-28 Thread Tom Browder
On Wed, Oct 27, 2010 at 14:13, Tom Browder tom.brow...@gmail.com wrote: On Wed, Oct 27, 2010 at 10:42, Tom Browder tom.brow...@gmail.com wrote: I found why the weird spacing and have kludged a fix: In db style sheets 1.75.2/html/qandasets.xsl the label is put in a paragraph (p/p) which causes

Re: [docbook-apps] PNGs not appearing in PDF (appearing fine in HTML)

2010-10-28 Thread Chris Ridd
On 27 Oct 2010, at 19:54, Mauritz Jeanson wrote: | BTW, the links on this page: | http://wiki.docbook.org/topic/MacOsx | result in 404 errors. Is there a better place to go to find | out how to install the latest and greatest docbook on Mac OS X? I hope there is... But I know

Re: [docbook-apps] Re: qanda listings in html output

2010-10-28 Thread Bob Stayton
Hi, I think this is more of a browser problem than an HTML coding problem. Using p inside a table cell is commonly done, and should not create extra space at the top of the table cell. Only Firefox pushes the qanda number down to the second line. Neither Internet Explorer or Chrome do that.

Re: [docbook-apps] Re: qanda listings in html output

2010-10-28 Thread Tom Browder
On Thu, Oct 28, 2010 at 13:07, Bob Stayton b...@sagehill.net wrote: Hi, I think this is more of a browser problem than an HTML coding problem.  Using p inside a table cell is commonly done, and should not create extra space at the top of the table cell.  Only Firefox pushes the qanda number

Re: [docbook-apps] Re: qanda listings in html output

2010-10-28 Thread Tom Browder
On Thu, Oct 28, 2010 at 16:02, Bob Stayton b...@sagehill.net wrote: Hi Tom, This CSS seems to work for me to reduce that extra space from the p tags: div.qandaset td p {  margin-top: 0em;  margin-bottom: 0em; } Argh! I was trying to use tr.qandaset! Works great, Bob--thanks a heap!

RE: [docbook-apps] Re: qanda listings in html output

2010-10-28 Thread Cramer, David W (David)
-Original Message- From: Tom Browder [mailto:tom.brow...@gmail.com] Sent: Thursday, October 28, 2010 1:59 PM To: Bob Stayton Cc: Docbook Apps Help list Subject: Re: [docbook-apps] Re: qanda listings in html output On Thu, Oct 28, 2010 at 13:07, Bob Stayton b...@sagehill.net wrote: