Hi,

I'm hoping there is a solution to my problem.

I'm setting a table with at 90% and it works out great for what I need. My VB program is creating the table actually. And whats happening is sometimes the data going in the table has a line that has no spaces and causes the table to go wider than 90%. It forces it to be wider than I want since it does not wrap with no spaces in it. I know I can count the characters in the line going in and insert a space if its so long. Is there any html coding to force it to wrap instead?

Thanks!