Oct 29, 2001 #1 cmartins Technical User Oct 16, 2001 8 BR Hello I'm using a table to show some user names, but there are problems when the user name has the signal "-" on it.... Example: User al-wxyz Is displayed as: User al -wxyz Is there a way to solve this problem ?
Hello I'm using a table to show some user names, but there are problems when the user name has the signal "-" on it.... Example: User al-wxyz Is displayed as: User al -wxyz Is there a way to solve this problem ?
Oct 29, 2001 1 #2 Boomerang Programmer Mar 30, 2001 766 NL Hi, Try this: <td><div nowrap>alwxy</div></td> Hope this helps, Erik Upvote 0 Downvote
Oct 29, 2001 #3 Boomerang Programmer Mar 30, 2001 766 NL Oops a typo !! This is what a mean: <td><div nowrap>al-wxy</div></td> Erik Upvote 0 Downvote
Oct 29, 2001 Thread starter #4 cmartins Technical User Oct 16, 2001 8 BR Hello Boomerang Perfect solution !!! Thank you very mush for that ! Claudemir F. Martins (cmartins) Upvote 0 Downvote
Oct 31, 2001 #5 Boomerang Programmer Mar 30, 2001 766 NL Here is another way: <td><nobr>al-wxy</nobr></td> Erik Upvote 0 Downvote