Content-Type: text/html
Doctype: XHTML 1.0 Transitional
1 błąd
Cytat
Line 433, column 28: document type does not allow element "center" here .
var marqueecontents='<center> <b>txt</b></center>
var marqueecontents='<center> <b>txt</b></center>
Kod
var marqueecontents='<center> <b>txt</b> </center>'
2. błąd a raczej błędy bo tyczą się tej samej linijki
Cytat
Line 436, column 35: there is no attribute "direction" .
Cytat
Line 436, column 53: there is no attribute "scrollAmount" .
Cytat
Line 436, column 69: there is no attribute "style" .
Cytat
Line 436, column 118: element "marquee" undefined .
Kod
document.write('<marquee direction="up" scrollAmount='+speed+' style="width:'+marqueewidth+';height:'+marqueeheight+'">'+marqueecontents+'</marquee>')