RE: Question about image alignment

2004-11-30 Thread Daniel Easton
I know this is a bit off topic but just a thought - the small gap might go away if the code is all on one line ? There's a similar thing with IE and html when displaying an image: tr td img src=myimage.gif / /td /tr Will give a gap on some sides of the image

RE: Table with rounded corners

2004-09-10 Thread Daniel Easton
Title: RE: Table with rounded corners Hi, Sounds like you want a 3 by 3 cell table? - | | | | | 1 | 2 | 1 | - | | | | | | | | | 2 | CONTENT | 2 | | | | | - | | | | | 1 | 2 | 1 | -

Re: Servlet File Download dialog problem (IE6,Adobe 6.0)

2003-12-01 Thread Daniel Easton
Hi Jason, I also had problems displaying my pdf's. I've got the following headers defined: Content-type: application/pdfContent-Disposition: inline; filename=report.pdf I also calcuate the length of the file and set Content-length: x where x is the length of the string stream of the

Re: Problem with inserting images [more on problem]

2003-11-13 Thread Daniel Easton
Can you set the height in the block level itself ? fo:block background-color=white display-align=center height=100px fo:external-graphic src=... height=25px / /fo:block Daniel - Original Message - From: Patrick JUSSEAU [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday,

fo:tables in fo:static-content

2003-10-31 Thread Daniel Easton
Dear all, Not sure if this is the correct list to write to (if it is incorrect please accept my apologies) but am having some difficulty with an XSL FO document. Briefly my current development set up involves formatting my initial data into my own ML and then transforming into the fo namespace

Re: tables in fo:static-content

2003-10-31 Thread Daniel Easton
- already spent over a day trying to debug this thing. Many Thanks in advance Daniel Easton - Original Message - From: Frank Daly [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 31, 2003 2:07 PM Subject: RE: tables in fo:static-content I have a table in a header so it's

Re: fo:tables in fo:static-content

2003-10-31 Thread Daniel Easton
based on the number of lines that'll print there. HTH! Web Maestro Clay Daniel Easton wrote: Dear all, Not sure if this is the correct list to write to (if it is incorrect please accept my apologies) but am having some difficulty with an XSL FO document. Briefly my current

Re: fo:tables in fo:static-content

2003-10-31 Thread Daniel Easton
on subsequent pages. Daniel Easton wrote: Clay, Attached is the layout and header and footer FO code and the XSL stylesheet. The header and footer still come out only on the first page and not on any subsequent pages. Still very puzzled - any help much appreciated. Many Thanks Daniel