Word-wrap CSS property not affecting a table cell
问题 I have one long word... p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCx+wnDhlr7GqHiH6lAaPPuN5F7RjUrtvGyxxZkClJsLaTDeqg/FuJXU7RYdPQ2Ka++tfw0Z9+SRKatLUQQeCqLK8z1/V4p7BaJKPkegMzXgWGnFVmz1tdLFiYUGq0MvVgqWiepcTFmwgSd9g1pGRiCSDHJUDwcc+NidiW4/ixw4QIDAQAB" ...that I am trying to fit in a table cell ( <td> ), for which I've tried using word-wrap: break-word; and the like to force the text to wrap, but none of them seem to have any affect on the text. ( HERE'S THE LIVE EXAMPLE ) Click on the image to