This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [docbook-apps] How to avoid automatic word wrapping


On Tuesday 10 August 2004 19:15, Oliver B. Fischer wrote:
> Dear list,
>
> I am working on a website based on the Website DTD. On some pages I have
>   list with entries like this
>
>          <row valign="top">
>            <entry>
>                14:15 - 15:00
>            </entry>
>            <entry>
>                Impulsvortrag
>            </entry>
>          </row>
>
> My question is now: How can I avoid line breaks in the first entry?

You can for example, change spaces by unbreakable spaces:

            <entry>14:15&nbsp;-&nbsp;15:00</entry>

though the hyphen might be taken for a break-border character per se. To be 
tested. It can be replaced by a non-bteakable entity too probably.

-- 
Camille Bégnis
NeoDoc Co-Founder
http://neodoc.biz


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]