There could be other problems, but this is just wrong:
Code:
pausecontent2[0]='<div align="center"<a href="events.html">Lowick Village Open Day - Sunday 1 June, 2pm to 6pm</a></div>'
And I'm surprised that it works at all in any browser. It should be:
Code:
pausecontent2[0]='<div align="center"><a href="events.html">Lowick Village Open Day - Sunday 1 June, 2pm to 6pm</a></div>'
If you need more help:
Please post a link to the page on your site that contains the problematic code so we can check it out.
Bookmarks