some browsers convert the ampersand entity into an ampersand, when within textarea, but other browsers don't. so the solution of using & to display & will solve one problem while creating another (the & will be displayed in some browsers)
what is the best solution here? using a div rather than a textarea? (i don't need it to be editable, but some people might!)