At 16:08 -0800 on 01/22/2011, mspepper wrote about Column size in tables:

But when I type text inside the columns, the column width doesn't
change, tho they get longer.  The text wraps and wraps and wraps, so
it's one long column of text.  I want the text line not to wrap.  Any
way to do that????

As others have told you, one way is to place a width= on the TD that defines the column (you only need it on the first row). Text, unlike an image does not normally have a defined width in the absence of a WIDTH parameter. If you DO want the width of the column to be the width of the longest unwrapped line (ie: Turn wrapping off) you can add a nowrap="nowrap" parm to the TD. Note that for HTML as oppose to XHTML nowrap will work (although the nowrap="nowrap" works with HTML).

--
You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>

Reply via email to