How do you have some text flowing within a \[code\]div\[/code\] that does not break words up? I can achieve this is Safari and Chrome but not on MS IE or Firefox.Safari/Chrome output example:\[quote\] An emergency lighting survey to be conducted. The emergency lighting system
is to inspected by a competent electrical engineer and any recommendations
following such an inspection are to be implemented.\[/quote\]MS IE/Firefox output example:\[quote\] An emergency lighting survey to be conducted. The emergency light
ing system is to inspected by a competent electrical engineer an
d any recommendations following such an inspection are to be imp
lemented.\[/quote\]Code used:\[code\]<div style="width: 100%; word-break:break-word"> <p><?php echo $row['observation']; ?></p></div>\[/code\]Any help much appreciated.
is to inspected by a competent electrical engineer and any recommendations
following such an inspection are to be implemented.\[/quote\]MS IE/Firefox output example:\[quote\] An emergency lighting survey to be conducted. The emergency light
ing system is to inspected by a competent electrical engineer an
d any recommendations following such an inspection are to be imp
lemented.\[/quote\]Code used:\[code\]<div style="width: 100%; word-break:break-word"> <p><?php echo $row['observation']; ?></p></div>\[/code\]Any help much appreciated.