Quote:
Originally Posted by Julie
It might have something to do with the single quotes you've used in the document.write('') statement.
^ is started and ended with a single quote ('), and I don't know for sure, but maybe the single quotes in the document.write statement causes the $output to be ended earlier than it should...
You can try changing the single quotes to double quotes;
Code:
document.write("Hello World!")
I have no idea if that'll do the trick though :/
|
Nice try, the error is gone now but my ads dont show up because I changed the Code. Any other way I could modify the outside Ad code? Thanks!