Zahidul Islam wrote:
I am now facing problem as i have to display all the text or images at there
specific position determined by the x,y coordinate. For example, let i have
to show the following :

Name : Zahidul Islam                           My Image will Shown here

Designation : Programmer

here 'Name' will be at (x,y) = (200,100), 'Zahidul Islam' will be at (x,y) =
(210,100), 'Designation' will be at (x,y) = (200,110), 'Programmer' will be
at (x,y) = (215,110) and the image will be at (x,y) = (700,100).

Try an absolutely positioned block container: <fo:block-container position="absolute" top="200mm" left="110mm" height="10mm" width="30mm"> <fo:block>Designation: pragrammer</fo:block> <fo:block-container> IIRC the coordinates are counted from the top left of the page, but you'll surely find this out yourself. You must supply both height and width to the container.

J.Pietschmann


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to