Please forgive if this is too simple.
I am generating an html page to screen.
Some of the lines of html are very long because I have an inline-javascript-mouseover pop-up message attached to the
links. Something like this gets printed...
So when the line is very long, IE seems to wrap it thus creating an unterminated string error in javascript.
What causes this wrapping? Is there a fix/workaround?
I am already using \n's where I can.