I'm using Winamp as a browser for
www.textfiles.com and I've noticed that IE doesn't word-wrap plain text by default (and I can't find a way to make it do).
The only workaround I've found is creating a CSS file for the Internet Options override that applies word wrapping to everything:
code:
*{
word-wrap: break-word;
}
While this works in IE, it doesn't work in Winamp. Apparently the CSS override doesn't apply.
Am I out of luck?