Title: Message

Hello,

Im a trying to achieve something like this:

----------------------------------------------------------------------------------
|This is price text in a normal paragraph                                $ 250,00|
|                                                                                |
|                                                                                |     

or 

----------------------------------------------------------------------------------
|This is a very long price text which will force the price to the next line but  |
|it should still be on the right.                                        $ 250,00|

From this element structure:

<priceText>
  <description>This is a price text in a normal paragraph</description>
  <price>$ 250,00</price>
</priceText>

 
The trick is that I want to allow the description to be as long as necessary. The price should be appended to the description but aligned to the right of the block that the priceText element is used in.
 
Does anyone know of anyway of doing this without tables?
 
Kind regards,
 
Ries Spruit
 

Reply via email to