PDA

View Full Version : table problem/question


Superbob0000
03-09-2006, 09:28 PM
I dont know if this is a BIG5 issue(probably not)..but since im using chinese , i post it here. I have the table problem, of my homemade table does not fit inside pda screen(pocket pc). its probably 4 inches wide. im going to post my file, only because with chinese i have to add lots of stuff to make it look "pretty".....ive tried every trick in the forums, and i cant get it to wrap per cell....thats all i want



ps..the <font color>.<font> thing just makes a "invisible" no-break space

iSilo
03-09-2006, 09:38 PM
In the case of tables, the logic is to keep the cells width as narrow as possible, but no narrower than the width of the longest word. Since you have no spaces in the long string of Big5 characters, the long string is seen as one long word, which makes the table very wide. It's basically the same issue having to do with the word breaking logic.