[Pro] lock table column width possible?

Hi,

table question,

sometimes the width of a column in my table grows slightly when putting in text. It generally wraps, not if the word or date is one continuous and by accident it expands the column. Since I have 12 tables that all need to be the exact same width for their columns, do you know of a way to have the tables lock their WIDTH and not widen under any conditions?

Thanks,

Barry


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

The simple answer to this is that no - you cannot stop FW expanding the width of the column if you accidentally put too long a word in there.

In the Browser (in supporting browsers) you can avoid longer words forcing an increase in width by forcing the words to break at points that they wouldn’t normally break at.

A sample style for that would be

.mystyle {
word-wrap: break-word;
word-break: break-all;
}

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

thanks Dave!


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options