Re: Table text alignment

2005-01-18 Thread Jeremias Maerki
Sometimes you have to play around a bit. In short: padding works on table-cells. See the attachment. On 18.01.2005 02:05:29 David P. Nesbitt wrote: > I am having an issue with table alignment where the > first column is text-align="right" and the next column > is text-align=&qu

Table text alignment

2005-01-18 Thread David P. Nesbitt
I am having an issue with table alignment where the first column is text-align="right" and the next column is text-align="left". I cannot seem to get any space between the two columns. padding-right and padding-left, respectively, do not seem to work. Is there some trick

RE: Question about image alignment

2004-11-30 Thread Daniel Easton
image but Will not. So perhaps Might work ?? Daniel -Original Message- From: Johan Andersson [mailto:[EMAIL PROTECTED] Sent: 30 November 2004 12:57 To: [EMAIL PROTECTED] Subject: Re: Question about image alignment Hi Mathieu, Thank you very much for your quick reply. Regarding

Re: Question about image alignment

2004-11-30 Thread Johan Andersson
Hi Mathieu, Thank you very much for your quick reply. Regarding your problem with the small gap between the graphic and the cell border. How about giving a negative padding for the cell on the side where the gap is? Regards, Johan Andersson [EMAIL PROTECTED] wrote: align the image with the lower

RE: Question about image alignment

2004-11-30 Thread mathieu . fretiere
>align the image with the lower right corner of the cell try : it works but I get some small blank spaces between the graphic and the border of the cell (I use a svg graphic). If you find a solution please tell me. Mat. ---

Question about image alignment

2004-11-30 Thread Johan Andersson
Hi all, If an image resides inside a table cell that is larger than the image, how can one specify how the image should be aligned with regards to the cell? What I'm trying to accomplish is to align the image with the lower right corner of the cell if the image doesn't fill the entire cell. Reg

Re: text alignment

2004-10-19 Thread Chris Bowditch
[EMAIL PROTECTED] wrote: hi, i got a problem which hasn 't been described in the mailing list archives. i have a standard block article, what i know want is that the right-most char of every line of text output is exactly aligned to every other right-most char of the other lines of this article.

text alignment

2004-10-19 Thread Timo . Roessner
hi, i got a problem which hasn 't been described in the mailing list archives. i have a standard block article, what i know want is that the right-most char of every line of text output is exactly aligned to every other right-most char of the other lines of this article. in other words, is ther

Re: background image alignment in a table cell

2004-08-27 Thread Clay Leeds
On Aug 27, 2004, at 2:34 AM, A. ROY wrote: Does anybody know a workaround to insert my background image in a table cell beginning by the right side ? Regards I had a similar problem, but with an image that was too large too fit (I have a 300dpi image which I scales nicely to hi-res when used in

background image alignment in a table cell

2004-08-27 Thread A. ROY
Hi all, I'd like to put a background image in table cells. My background image width is greater than my cells width. In some cells I'd lke to have the left part of my image. There is no problem for that. It's the default behaviour. In other cells I'd like to have the right part of my image. I tr

RE : instream-foreign-object vertical alignment

2004-07-07 Thread mathieu . fretiere
> the vertical alignment only partially works try to add the attribute : preserveAspectRatio="xMidYMax meet" (or xMaxYMax meet) in the svg tag of your svg document ... see what happens... Mat - To unsubscribe, e

RE: instream-foreign-object vertical alignment

2004-07-06 Thread Vinuta Nagaraddi
I was able to accomplish vertical alignment by using display-align in the table-cell.  I didn’t specify the  vertical-align attribute.   Vinuta Nagaraddi   -Original Message- From: Rea, Matthew [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 06, 2004 2:52 AM To: '[

Re: instream-foreign-object vertical alignment

2004-07-06 Thread Chris Bowditch
Chris Bowditch wrote: Rea, Matthew wrote: The horizontal alignment works great but the vertical alignment only partially works or rather it doesn't work exactly the way I want it to. The problem is the vertical align does not align the SVG right to the bottom of the cell like I r

Re: instream-foreign-object vertical alignment

2004-07-06 Thread Chris Bowditch
Rea, Matthew wrote: The horizontal alignment works great but the vertical alignment only partially works or rather it doesn't work exactly the way I want it to. The problem is the vertical align does not align the SVG right to the bottom of the cell like I really need. The table ro

instream-foreign-object vertical alignment

2004-07-06 Thread Rea, Matthew
uot; works:   <fo:table-cell border-style="solid" border-width="0.1mm" border-color="blue" display-align="after"> <fo:block text-align="left" vertical-align="bottom"> <fo:instream-foreign-object>       à   fo:instream-fore

RE: page citation alignment issue

2004-06-29 Thread Stuart . Yoxall
Chris - reviewed logic - not sure I understand what is wrong: have attached a cut down XSL and XML file where the page nos are indicated by the Letter "T". As you can see the right alignment is still out. (ignore the overwriting of the text!) -Original Message- From: Chri

Re: page citation alignment issue

2004-06-29 Thread Chris Bowditch
ch is where FOP breaks the line. There is also a space (which I think is nbsp, from looking at your code) between the comma and the ?. I believe this is causing the alignment problems. review your xsl logic. Chris - To unsubscri

RE: page citation alignment issue

2004-06-29 Thread Stuart . Yoxall
before the next citation which is what I want. However the problem is that the right alignment of the last citation is not accurate - the error distance from the right hand side increases with the number of citations on the line. -Original Message- From: Chris Bowditch [mailto:[EMAIL

Re: page citation alignment issue

2004-06-29 Thread Chris Bowditch
[EMAIL PROTECTED] wrote: Hi, I am using the latest version of FOP and it still appears to have a page alignment problem. I have multiple page citations on the same line. For every citation the right alignment is affected by a small amount. See below XSL: From your XSLT snippet provided, it looks

page citation alignment issue

2004-06-28 Thread Stuart . Yoxall
Hi, I am using the latest version of FOP and it still appears to have a page alignment problem. I have multiple page citations on the same line. For every citation the right alignment is affected by a small amount. See below XSL: , ​ ,  gives the attached output: any

Re: Text alignment problem

2004-06-02 Thread Chris Bowditch
Johan Andersson wrote: In the PDF document resulting from the FO file below the two words "Element" and "Matter" are missaligned. I know one can indent the content of a block using the text-indent attribute. But how does one know how much the block should be indented? Can this be calculated from

Text alignment problem

2004-06-02 Thread Johan Andersson
In the PDF document resulting from the FO file below the two words "Element" and "Matter" are missaligned. I know one can indent the content of a block using the text-indent attribute. But how does one know how much the block should be indented? Can this be calculated from the font used?

Re: alignment question

2004-02-02 Thread J.Pietschmann
Koes, Derrick wrote: If my image is centered, how do I get the next line (of text) to start at the left edge of the image? That's a though one. I suggest using a table for centering, and put the text in another row, roughly:

alignment question

2004-02-02 Thread Koes, Derrick
If my image is centered, how do I get the next line (of text) to start at the left edge of the image?   Thanks, Derrick   This electronic transmission is strictly confidential to Smith & Nephew and intended solely for the addressee. It may contain information which is covered by

Re: Table-Cell vertical alignment

2004-01-15 Thread J.Pietschmann
Blasius, Dirk wrote: Is it possible with fop 0.20.5 to align content on the bottom of a table cell. Yes. Like in HTML with valign="bottom" tag? I searched the web, but could not find a solution. Try harder. Look for display-align="after": http://www.w3.org/TR/xsl/slice7.html#display-align J.Piet

Table-Cell vertical alignment

2004-01-15 Thread Blasius, Dirk
Hi all, Is it possible with fop 0.20.5 to align content on the bottom of a table cell. Like in HTML with valign="bottom" tag? I searched the web, but could not find a solution. Thanks, Dirk - To unsubscribe, e-mail: [EMAIL PR

Re: AW: AW: AW: AW: Number alignment in TOC

2003-04-30 Thread J.Pietschmann
Anton Wardaschko (PA) wrote: It's a little bit confusing, but i'm find to my surprise, that the problem with the sect2 apperas only than when i generated the abstract part of bookinfo. I commented parts out and firstly it looks like the problem come from a table in an abstract section. When i comme

AW: Help with Character Entities (was Re: Number alignment in TOC)

2003-04-30 Thread anton
Hi! >>> Sounds like you didn't define the the – ENTITY (and after defiining it, you can use it as you are currently doing: >>> The Entity is defined in the DocBook DTD and works. As i already says, i don't understand this behavior, but it it works now. CU Anton smime.p7s Description: S/MIME

Help with Character Entities (was Re: Number alignment in TOC)

2003-04-30 Thread Clay Leeds
Sounds like you didn't define the the – ENTITY (and after defiining it, you can use it as you are currently doing: Or you could just replace the "–" with it's numeric reference "–". I'm sure there are many places on the internet to find the Character Entity Reference, but here's one I found: h

AW: AW: AW: AW: Number alignment in TOC

2003-04-30 Thread Anton Wardaschko (PA)
Hi! It is unbelievable and i can't understand it, but the problem seems to be not hte whole table, but only one row in it: D – 70191 Stuttgart If i write instead of it Deutschland 70191 Stuttgart, so the output is correct. It is a nonsens! I can't understand it, but all the TOC-Numbers are aft

AW: AW: AW: AW: Number alignment in TOC

2003-04-30 Thread Anton Wardaschko (PA)
Hi! >>> Sorry, it cuts off just before it gets interesting. >>> Sorry. ;-) >>> You can start with a copy of your real file and successively cut stuff. >>> It's a little bit confusing, but i'm find to my surprise, that the problem with the sect2 apperas only than when i generated the abstract

Re: AW: AW: AW: Number alignment in TOC

2003-04-29 Thread J.Pietschmann
Anton Wardaschko (PA) wrote: See the screenshot. Chapters and all the sections numbers are OK, only the sect2 Numbers do not fit. The FO-File is hard to read, cause of no indents in the TOC-generated parts, a part of fo file is attached to this mail too. Sorry, it cuts off just before it gets inter

AW: AW: AW: Number alignment in TOC

2003-04-29 Thread Anton Wardaschko (PA)
Hi! >>> > The output of the TOC-Numbers looks now much better, but it is not perfect. > The Numbers of sect2 fit not exact with the oders. Is this problem known and > would be corrected in the next version? Could you supply a slightly more explicit problem description, preferably augmented by a s

RE: AW: Number alignment in TOC

2003-04-29 Thread Victor Mote
Anton Wardaschko (PA) wrote: > Unfortunatly you wrote firstly only "mantain" without branch > number. So i thougt, that the main may be correct. > > How can i see, which version of FOP contain the branch? I mean, > that branch fop-0_20_2-maintain contains fop version 0.20.5rc3, > so the number of

Re: AW: AW: Number alignment in TOC

2003-04-28 Thread J.Pietschmann
Anton Wardaschko (PA) wrote: The output of the TOC-Numbers looks now much better, but it is not perfect. The Numbers of sect2 fit not exact with the oders. Is this problem known and would be corrected in the next version? Could you supply a slightly more explicit problem description, preferably aug

AW: AW: Number alignment in TOC

2003-04-28 Thread Anton Wardaschko (PA)
Hi! >>> > [INFO] 1.0dev I told you to be sure to get the code from the maintenance branch. The branch tag is fop-0_20_2-maintain. >>> Unfortunatly you wrote firstly only "mantain" without branch number. So i thougt, that the main may be correct. How can i see, which version of FOP contain the

Re: AW: Number alignment in TOC

2003-04-25 Thread J.Pietschmann
anton wrote: And I get following error: [INFO] 1.0dev I told you to be sure to get the code from the maintenance branch. The branch tag is fop-0_20_2-maintain. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

AW: Number alignment in TOC

2003-04-25 Thread anton
Hi! >>> The usual practice would be to run either fop.bat or fop.sh to get all of the correct settings. If you need to do something different, review those scripts to make sure your solution covers all of the necessary steps. >>> I try it at home, cause' at work i don't have many right's on the s

RE: Number alignment in TOC

2003-04-25 Thread Victor Mote
anton wrote: > So, i get the sources and compiled it with the newest SDK under Windows. > There were no errors but when i wish to render my fo-File, i get the > following errot: > > Exception in thread "main" java.lang.NoClassDefFoundError: > org/apache/fop/apps/Fop > > I checked the generated fil

AW: Number alignment in TOC

2003-04-25 Thread anton
Hi! >>> The problem is already fixed, but the code is not yet released. You can get it from CVS, see http://xml.apache.org/fop/download.html Be sure to get the code from the maintenance branch: http://xml.apache.org/fop/dev/index.html#lines >>> So, i get the sources and compiled it with the n

Re: Number alignment in TOC

2003-04-24 Thread J.Pietschmann
anton wrote: see the Screenshot. The alignment of the numbers is not exact. What should i do to fix it? See http://xml.apache.org/fop/faq.html#page-number-align The problem is already fixed, but the code is not yet released. You can get it from CVS, see http://xml.apache.org/fop/download.html Be

Number alignment in TOC

2003-04-24 Thread anton
Hi! see the Screenshot. The alignment of the numbers is not exact. What should i do to fix it? I use DocBook with Norm's stelysheet version 1.60.1 Here is a part from the toc.line tem

Re: vertical alignment of fo:block

2003-04-24 Thread J.Pietschmann
Todtenhaupt, Susann wrote: I've tried to align fo:blocks in a fo:block-container vertically. But I failed... Is it possible at all? See http://xml.apache.org/fop/faq.html#fo-center J.Pietschmann - To unsubscribe, e-mail: [EMAIL P

Re: vertical alignment of fo:block

2003-04-24 Thread Roberto Calanca
Hi Susann, I'm new with fo:, but for vertical alignment of fo:block had good results using table and inserting each block in a cell. have a nice day Roberto == RC Software di Roberto Calanca Consulenza informatica e Sviluppo Software Via della Vite, 7

vertical alignment of fo:block

2003-04-24 Thread Todtenhaupt, Susann
Hello! I've tried to align fo:blocks in a fo:block-container vertically. But I failed... Is it possible at all? Thanx in advance! suse - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

Re: fix for page number alignment in TOC

2003-04-02 Thread Jeremias Maerki
Hmm, yes. See the download page I mentioned: http://xml.apache.org/fop/download.html The tag is: fop-0_20_2-maintain On 01.04.2003 23:29:15 Afshartous, Nick wrote: > > -Original Message- > > From: Jeremias Maerki [mailto:[EMAIL PROTECTED] > > > You're out of luck. The snapshots represen

fix for page number alignment in TOC

2003-04-01 Thread Afshartous, Nick
Title: fix for page number alignment in TOC > -Original Message- > From: Jeremias Maerki [mailto:[EMAIL PROTECTED]]   > You're out of luck. The snapshots represent the development > code for the > upcoming FOP 1.0. You need to download the code from CVS.

Re: page number alignment in TOC

2003-04-01 Thread Jeremias Maerki
You're out of luck. The snapshots represent the development code for the upcoming FOP 1.0. You need to download the code from CVS. I've just updated the information on the download page, but it'll take a while until the changes will be online. On 01.04.2003 21:36:52 Afshartous, Nick wrote: > > >

RE: page number alignment in TOC

2003-04-01 Thread Afshartous, Nick
Title: RE: page number alignment in TOC > Afshartous, Nick wrote: > > I know that the issue of right-justifying > > page numbers in a TOC is a documented > > limitation > > > > http://xml.apache.org/fop/faq.html#page_number_align > > > >

Re: page number alignment in TOC

2003-03-30 Thread J.Pietschmann
Afshartous, Nick wrote: I know that the issue of right-justifying page numbers in a TOC is a documented limitation http://xml.apache.org/fop/faq.html#page_number_align but I was wondering if anyone has managed to work around this. In other words has anyone found a technique for making the

page number alignment in TOC

2003-03-28 Thread Afshartous, Nick
Title: page number alignment in TOC   I know that the issue of right-justifying page numbers in a TOC is a documented limitation     http://xml.apache.org/fop/faq.html#page_number_align but I was wondering if anyone has managed to work around this.  In other words has anyone found a

Re: Text and picture alignment

2003-03-27 Thread J.Pietschmann
Granchak, Tanya wrote: I want the text bottom to be on one level with the picture bottom. How I should change the xsl fo statement? The spec has area alignment properties to control this: http://www.w3.org/TR/xsl/slice7.html#area-alignment You'll probably need alignment-adjust="botto

Text and picture alignment

2003-03-27 Thread Granchak, Tanya
Hello, May be somebody knows how to solve it: The following xsl fo statement For example, a single database system can enforce the ACID rules when it holds all the data involved in a transaction. In the case of SQL Server, there is an internal transaction manager that provides commit and rollbac

Re: tab characters alignment

2003-03-12 Thread J.Pietschmann
Claudio De Bernardi wrote: I agree with your opinion about tabs modernity, but it sound strange that a modern tool like FOP isn't backward compatible with a so simple features, consider that most editors support tabs in the rigth way and people still use them Backward compatibility or not, the

Re: tab characters alignment

2003-03-12 Thread Rodolfo M. Raya
t use start-indent attribute of . This is your only option if you can't use tables. > It seems that FOP recognize tabs but it simply replaces them with a > fixed number of "white spaces" without any kind of consideration about > horizontal alignment You are right. > T

Re: tab characters alignment

2003-03-12 Thread Clay Leeds
Claudio, Claudio De Bernardi wrote: my aim is to have the most simple editor to create a PDF file based on an HTML textarea, obviuosly users should be free to use the poor ways provided by textareas to format a text which I think are only tabs (if the user use copy and paste), white spaces and l

RE: tab characters alignment

2003-03-12 Thread s-oualid
of a custom SAX parser which take a CSV document as input and transform it into a XML tree. Simon -Claudio De Bernardi <[EMAIL PROTECTED]> a écrit : - Pour : [EMAIL PROTECTED] De : Claudio De Bernardi <[EMAIL PROTECTED]> Date : 12/03/2003 06:06PM Objet : tab characters ali

Re: tab characters alignment

2003-03-12 Thread Claudio De Bernardi
g with the attribute white-space-collapse="false" ( the text to be printed hasn't a standard format, so I can't use tables ) It seems that FOP recognize tabs but it simply replaces them with a fixed number of "white spaces" without any kind of consideration about horiz

RE: tab characters alignment

2003-03-12 Thread Victor Mote
white-space-collapse="false" ( the text to be printed hasn't a standard > format, so I can't use tables ) > It seems that FOP recognize tabs but it simply replaces them with a > fixed number of "white spaces" without any kind of consideration about > horizont

tab characters alignment

2003-03-12 Thread Claudio De Bernardi
the text to be printed hasn't a standard format, so I can't use tables ) It seems that FOP recognize tabs but it simply replaces them with a fixed number of "white spaces" without any kind of consideration about horizontal a

Re: Table cell alignment and images

2003-01-25 Thread J.Pietschmann
Rakesh Patel wrote: The first image in the cell is flush against the right side of the cell. The second image should be flush against the left side of its cell (giving the impression of one continous graphic - because both images have a border built in to them). However, there is a 0.5px gap betwee

Table cell alignment and images

2003-01-25 Thread Rakesh Patel
Hi, I have a problem I have not been able to solve for quite a while to do with placement of images inside table cells. I have two images, held within two table cells. The code looks like this:

RE: vertical alignment

2003-01-24 Thread Roland Neilands
Joerg, > Untested, I can't really say whether absolutely positioned > block containers work in static content. They work. I believe you showed me a year ago, when I put static-content into examples/border.fo to show you a problem. Cheers, Roland

Re: vertical alignment

2003-01-23 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: The only thing that is somewhat unaesthetic about the solution is that I have to use fixed heights for the table rows. Is there also a solution for this? Try using three absolutely positioned block containers completely overlapping each other and containing a table for the

Re: vertical alignment

2003-01-23 Thread Stefan . Wachter
Thanks for the tip. The table solution worked. I should have looked at the FAQ myself. The only thing that is somewhat unaesthetic about the solution is that I have to use fixed heights for the table rows. Is there also a solution for this? Thanks again, --Stefan

Re: vertical alignment

2003-01-22 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: I want to have a start-region that contains static content. The static content consists of three blocks. The first block is to be displayed at the top the second in the center and the third at the bottom of the region. One of my many fruitless tries was: 1 2 3 The a

vertical alignment

2003-01-22 Thread Stefan . Wachter
Hi all. I have a problem that I couldn't solve using FOP: I want to have a start-region that contains static content. The static content consists of three blocks. The first block is to be displayed at the top the second in the center and the third at the bottom of the region. One of my many fruit

RE: Alignment of table (overflow) on pages > 1

2003-01-18 Thread Kevin Ross
: Alignment of table (overflow) on pages > 1   First, I’m relatively new to xsl:fo.  Second, the FAQ is great, it solved 9 out of 10 of my problems.   Included are some sample files for an invoice-like document.  When the line items exceed the space for page 1, the of course overflow to page

Alignment of table (overflow) on pages > 1

2003-01-18 Thread Kevin Ross
age-master master-name=”rest”.  The problem lies in the alignment of the table.  On page one, the table is aligned to the left, whereas on pages > 1, the table is basically centered.  I have exhaustively tried attributes, but to no avail.    What am I missing here?   -Kevin Ross  

Re: Cross Post RE: DOCBOOK-APPS: screenshot and itemizedlist,top alignment in single row table

2002-12-28 Thread Joerg Pietschmann
On Friday 27 December 2002 09:32, you wrote: > The FOP Web Site does list some limitations with Tables, but nothing about > formatting lists in table cells. Perhaps, somebody on the FOP-USER list has > experienced this problem and can give us a solution or pointer. The problem is that FOP does not

Cross Post RE: DOCBOOK-APPS: screenshot and itemizedlist,top alignment in single row table

2002-12-27 Thread Sean Wheller
> On Wed, Dec 25, 2002 at 06:32:44PM +1100, Sean Wheller wrote: > > > > I need to put a screenshot and itemizedlist into a table. > > > > I use a table with 1 row and two cols. The screenshot in the > Left cell and the > > list in the Right cell, both in the same row. I find this works well to > >

Re: fo:page-number-citation, right alignment bug in 20.5rc

2002-12-11 Thread J.Pietschmann
Scott Moore wrote: If you could post the changes, I'd like to implement them in my local version of FOP and see what happens. There is a align() call somewhere in Block.layout() for the last line. This must be moved to the renderer, somewhere before the line is rendered but after pending page numbe

Re: fo:page-number-citation, right alignment bug in 20.5rc

2002-12-11 Thread Scott Moore
> Sorry, hadn't had time to fix this. While the fix is not all > that hard in itself, it may have widespread consequences and > therefore needs some extended testing. > > J.Pietschmann If you could post the changes, I'd like to implement them in my local version of FOP and see what happens. Thank

Re: fo:page-number-citation, right alignment bug in 20.5rc

2002-12-11 Thread J.Pietschmann
Scott Moore wrote: I just tested the latest RC 20.5 and the right alignment bug for fo:page-number-citation still exists. Based on past postings, I was under the impression this was going to be fixed. What gives? Was it too hard to implement or just an oversight? Sorry, hadn't had ti

fo:page-number-citation, right alignment bug in 20.5rc

2002-12-11 Thread Scott Moore
I just tested the latest RC 20.5 and the right alignment bug for fo:page-number-citation still exists.  Based on past postings, I was under the impression this was going to be fixed.   What gives?  Was it too hard to implement or just an oversight?   Thanks, Scott

RE: Table Alignment

2002-12-04 Thread Francis, Ronald
ECTED] Subject: Table Alignment Hi Evrybody, I have a PDF table created. Now the table is placed in one corner of the page. I want my table to be aligned at the center. Is there any table property where I can set align = "center"? Please help me out in this. Thanks and

Re: Table Alignment

2002-12-04 Thread Oleg Tkachenko
sujata shetty wrote: Now the table is placed in one corner of the page. I want my table to be aligned at the center. Is there any table property where I can set align = "center"? afaik the only way to center table using FOP at the moment is blind table usage, see http://marc.theaimsgroup.com/?l=f

Table Alignment

2002-12-04 Thread sujata shetty
Hi Evrybody, I have a PDF table created. Now the table is placed in one corner of the page. I want my table to be aligned at the center. Is there any table property where I can set align = "center"? Please help me out in this. Thanks and Regards, Sujata _

Re: Alignment

2002-12-03 Thread J.Pietschmann
Evraire, Jonathan wrote: We print in both English and French, side-by-side on the same page I've gotten the left-hand page hacked by using tables, but I don't know how to get the right-hand page aligned with the left. Any suggestions? There is no possiblity to have this kind of "two flows" i

Re: Alignment

2002-12-03 Thread Oleg Tkachenko
rpart it's padded with whitespace). This is on the left-hand page... on the right-hand page, I also have blocks that need to line up with (but not change) the alignment points on the left-hand page. A thread [1] may be helpful a little bit probably. Anyway I'd ask on [EMAIL PROTECTED] or [

Alignment

2002-12-02 Thread Evraire, Jonathan
added with whitespace). This is on the left-hand page... on the right-hand page, I also have blocks that need to line up with (but not change) the alignment points on the left-hand page. I've gotten the left-hand page hacked by using tables, but I don't know how to get the right-hand page a

Re: Alignment question

2002-11-18 Thread Oleg Tkachenko
Ries Spruit wrote: Ofcourse this is the function I need. I can't really get it to behave right though. If I use this: A Price€ 250 the result is this: |A | |Price..$| |

RE: Alignment question

2002-11-18 Thread Ries Spruit
Price..$| | 250| The block is a child element of another block and then fo:flow. No alignment properties are set on the flow region or the block regions. Setting alignment to left or start does not make any difference. Is there another special setting required or might it just be the implement

Re: Alignment question

2002-11-18 Thread Keiron Liddle
Hi, This could be done with fo:leader with space. You can use the default lengths which will exapnd to fill the space. I'm not sure if this is implemented properly yet. On Mon, 2002-11-18 at 14:05, Ries Spruit wrote: > Hello, > > Im a trying to achieve something like this: > > ---

Alignment question

2002-11-18 Thread Ries Spruit
Title: Message Hello,Im a trying to achieve something like this:--|This is price text in a normal paragraph$ 250,00||  

Re: Table alignment

2002-06-06 Thread J.Pietschmann
Ismaeil, Sameh Z wrote: I want to align a table, whose width is smaller than the body width, to be in the center of the page body I think I read a solution before on this list, suggesting to put the table inside the cell of another one-cell table, but I don't know which attribute to use and on whic

Table alignment

2002-06-06 Thread Ismaeil, Sameh Z
Hello all, I know this is a FAQ but I don't have the optimum solution yet I want to align a table, whose width is smaller than the body width, to be in the center of the page body I think I read a solution before on this list, suggesting to put the table inside the cell of another one-cell table

Re: Double space block vertical alignment

2002-02-19 Thread Josh Campbell
Mickey, John wrote: I am trying to simulate a double spaced document using the line-height attribute but I find that the lines of text are always centered vertically in the block, is there a way to have the first line start flush against the top of the block area ( all 12pts of extra space comes af

Double space block vertical alignment

2002-02-19 Thread Mickey, John
Hello, I am trying to simulate a double spaced document using the line-height attribute but I find that the lines of text are always centered vertically in the block, is there a way to have the first line start flush against the top of the block area ( all 12pts of extra space comes after the firs

Vertical alignment question

2002-01-11 Thread Jonathan O'Keeffe
Hello - I have a question about vertical alignment within a block. I have a fixed-height block with a variable number of short lines, and I want the first (n - 1) lines grouped together at the top of the block, and line (n) aligned to the bottom of the block - something like this

Re: table-alignment

2002-01-07 Thread Chuck Paussa
Michael Whay you are looking for is Chuck Michael König wrote: Hello, I have a tabel like this: long line with | text a break| | next line | text but what I want is this: long line with | a break| text | next line

table-alignment

2002-01-05 Thread Michael König
Hello, I have a tabel like this: long line with | text a break | | next line | text but what I want is this: long line with | a break | text | next line | text In words: I would like to set the table so

alignment of leader/rule ?

2001-09-21 Thread Sharan, Dharmendra
-- THIS IS A TITLE LINE [this line should be a "solid" line as shown in above, but vertically aligned in the center/middle] here are the details on the tile -----