HTML viewer doesn't cope with stray ampersands. When it hits one it then skips all the text upto the next semi colon.
IE etc cope with this of course so nobody notices the error in the HTML. testing for a space after the & shoudl be enough to fix the problem.
Log in to post a comment.
HTML viewer doesn't cope with stray ampersands. When it hits one it then skips all the text upto the next semi colon.
IE etc cope with this of course so nobody notices the error in the HTML. testing for a space after the & shoudl be enough to fix the problem.