In the footer of a flexible-layout website I\'ve noticed that IE tends to line-wrap on parenthesis characters (in a phone number in this case). Is there a visually equivale
Try this:
.phone{ white-space: nowrap; } Call Customer Support at +34 (947) 12 34 56 78 for further enquiries.
Call Customer Support at +34 (947) 12 34 56 78 for further enquiries.
You can do many other things (from tag to certain Unicode chars) but they aren't as cross-browser as this.