On Wed, May 27, 2009 at 02:03:48PM +0200, Bernd wrote:
>
> Hello,
> I write for a genealogy program an export template. The template I would
> like to create into xml abiword.
> An example for better understanding.
>
> <p style="Normal" xid="2" props="keep-together:yes"><c
> props="text-decoration:underline; lang:de-DE">Text Unterstrichen Größe
> 12</c><c props="text-decoration:underline; lang:de-DE"></c></p>
> <p style="Normal" xid="3"><c props="font-style:italic; lang:de-DE">Text
> Kursiv Größe 12</c><c props="font-style:italic; lang:de-DE"></c></p>
>
> Text Unterstrichen Größe 12
> Text Kursiv Größe 12
>
> How can I prevent the line break between the two lines.
Just place all the text between the same <p></p> pair:
<p style="Normal" xid="2" props="keep-together:yes"><c props="text-decoration:underline; lang:de-DE">Text Unterstrichen Größe 12</c><c props="text-decoration:underline; lang:de-DE"></c><c props="font-style:italic; lang:de-DE">Text Kursiv Größe 12</c><c props="font-style:italic; lang:de-DE"></c></p>
Does it works for you?
-- ----------------------- Alberto Cabello Sánchez alberto@unex.es Shame on Spain: My country's educational system is about to be hijacked by Microsoft and other government's friends. Spread the word. http://opendotdotdot.blogspot.com/2009/05/shame-in-spain.html ----------------------------------------------- To unsubscribe from this list, send a message to abiword-user-request@abisource.com with the word unsubscribe in the message body.Received on Wed May 27 14:43:37 2009
This archive was generated by hypermail 2.1.8 : Wed May 27 2009 - 14:43:37 CEST