[
Error: Irreparable invalid markup ('<ok,>') in entry. Owner must fix manually. Raw contents below.]
<Ok, for my new site I need an image scrolling across the screen. This is the code I've made.
External script:
var num = Math.floor(Math.random()*2)+1
if (num== 1)
var quote = "<center> <marquee direction=right scrollamount=12> <IMG SRC='quote'></marquee></center>"
if (num==2)
var quote= "<center> <marquee direction=right scrollamount=12> <IMG SRC='noname'></marquee></center>"
site script:
<script LANGUAGE="JavaScript" SRC="quote.js">
document.write("<B>"+quote+"</B>");
</script>
Ima noob at javascript and I cant figure out wats wrong. Could someone please help me!!!