Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to show the entire entry in a table ? 1

Status
Not open for further replies.

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 ?
 
Hi,

Try this:

<td><div nowrap>alwxy</div></td>

Hope this helps,
Erik
 
Oops a typo !!

This is what a mean:

<td><div nowrap>al-wxy</div></td>

Erik
 
Hello Boomerang

Perfect solution !!!

Thank you very mush for that !

Claudemir F. Martins
(cmartins)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top