Robert, I don't know if it was a typo on your part but the first line should not have the in it. Change it as so:
Every time I paste it into the codebox it ends up wrong in the page (3 times already).
I guess that the forum software interprets something of the code as its own native lingo.
It should have been something like:
< script language="javascript"><!--
var i=0;
function resize() {
if (navigator.appName == 'Netscape') i=40;
if (document.images[0]) window.resizeTo(document.images[0].width +30, document.images[0].height+60-i);
self.focus();
}
//--></script>
I have added a space in the first sode sentence, between < and script
So it finally ends up on the page
Edited by wotsupdoc, 24 March 2007 - 03:20 PM.










