On Tue, Oct 27, 2009 at 10:36 AM, Bela Patel <[email protected]> wrote:
> Vincent, > > I dont quite understand what you are suggesting. > > I just want the text to automatically break in next line within the cell > depending on the cell size so that it does not overlap with Table border. > > Can you please explain this? > > Thanks, > BRAMANI. > > On Tue, Oct 27, 2009 at 5:55 AM, Vincent Hennebert <[email protected] > > wrote: > >> Hi, >> >> Since it’s not a regular word it can’t be hyphenated; you must specify >> yourself the places where it is allowed to break. If you want a hyphen >> to be visible when the text is broken you can use the soft hyphen >> character (U+00AD). Otherwise you can use a zero-width space (U+200B). >> >> HTH, >> Vincent >> >> >> Bela Patel wrote: >> > Does anybody know how to resolve the following issue? How to make the >> text >> > string stay within the table cell so that it does not overlap with table >> > border? >> > >> > Any help will be greatly appreciated. >> > >> > Thanks, >> > BRAMANI. >> > >> > On Mon, Oct 12, 2009 at 3:36 PM, Bela Patel <[email protected]> >> wrote: >> > >> >> Hi, >> >> >> >> I am using docbook version 1.74.3 for PDF report generation. >> >> >> >> I have 50 chnaracter long text in a table cell but it overlapes with >> the >> >> table border. >> >> >> >> for example : >> >> >> >> 1. I have text "*ABCDEFGHIJKLMNOPQRSTUVWXYZ123456789ABCDEFGHIJKLMNO*" >> in >> >> one table cell but it overlapes with the table border and goes outside >> of >> >> the table. >> >> >> >> 2. But if I modify it as "* >> >> ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNO123456789*" then it does not >> >> overlap with the border but after 26 character it breaks and goes to >> second >> >> line within the same cell as shown below. >> >> >> >> ABCDEFGHIJKLMNOPQRSTUVWXYZ- >> >> ABCDEFGHIJKLMNO123456789 >> >> >> >> how can I make the text string shown in first option to stay within the >> >> same cell so that it does not overlap with the table border. >> >> >> >> Thanks, >> >> BRAMANI. >> >> >> >> >> >> >> >> >> > >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >
