Re: Align text to multiple margins

I don't know if you have the book titled XSL Formatting Objects - Developer's
Handbook by Doug Lovell.  This is an excellent book for giving examples of
the different types of formatting.  I will be contacting you later today to
send you some info.
Thanks,
jlr




Brandon Nason wrote:
> 
> Maybe I'm not seeing it but I don't think that is what I want. Let me
> explain better. Before each paragraph of text I want a single line that
> says "1.0         Title" When I ran the code you gave me it put all of
> them at the top of the document and not right above the paragraph its
> supposed to be over. Here is an example of what I want
> 
> 1.0     Title
>           Here is the start of the paragraph.
> 2.0     Title 2
>   2.1   Title 2.1
>           Paragraph for section 2.1
> 
> 
> 
> jlr wrote:
>> 
>> If you use block, you can state exactly where you want the alignment.
>>          <fo:block-container
>>               absolute-postion="absolute"
>>               left="1in">
>>               <fo:block>
>>                   <.........rest of the stuff>
>>               </fo:block>
>>          </fo:block-container>
>> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Align-text-to-multiple-margins-tp17210464p17231836.html
Sent from the w3.org - www-xsl-fo mailing list archive at Nabble.com.

Received on Wednesday, 14 May 2008 14:04:07 UTC