Forum Moderators: not2easy
I found that if I use instead of spaces between the words, this works out. The problem then occurs again when I have an image in the cell, using between the image and text has no effect.
I though that having the table width style at 100% would cause the problem too, but removing the table width has no effect.
I've tried setting the style width to an explicit value in pixels, but when the browser window is less than a certain width, it shrinks the cells and the contents goes on to two or more lines.
I really need to get the cells to stay a static width, or at least have a minimum width.
Is there anyway to do this?
Thanks.
If you are using a table cell I would have used a spacer shunt to spread the cell out wide but that is an old table hack. Have you tried using a div? I think if you apply a width to a div it will stay the same size regardless of the browser window.
Hope this helps.