Quote Originally Posted by garycwood84 View Post
Thanks, Acorn. I've added the code to the page head for the News page, where the RSS feed is, but it's still not working. Do I need to add anything else?
In TG, a space crept in, try:

<script>
window.onresize = function() {
//alert('Resizing!');
document.getElementById('rssfeed_frame').contentDo cument.location.reload(true);
};
</script>

To test, remove the //s and you will get nagged lots and probably not be able to resize across the Variants. I included this to check that the syntax of the code is correct.
Next remove the alert line altogether.

Fingers crossed.

Acorn