In article <[email protected]>, Richard Porter <[email protected]> wrote: > How do you stop a line wrapping inside a table cell, short of inserting > an invisible image that's longer than the line of text?
Have you tried giving the table cell a fixed width? Or defining a style with a fixed width (something like style="width: 300px;")? > I've tried replacing all the spaces with but that doesn't work. > Neither does <nobr> or <td nowrap>. NS always seems to split the line. > It even splits at an when I give it a space in the middle to > break at! If you specifically want to break in the middle, I think you'd need to insert a <br> in place of the space you've given it in the middle. -- Using, programming and promoting RISC OS - the most productive computer system in the world. Check it out now, and change your view of computers!! To reply/email, visit http://www.riscos.org/contact/ Ray's Law: You can't fall off the floor.
