hey, I could not manage to make it work... may be I don't get something:
here is my ≤head≥
CODE
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<$MTPublishCharset$>" />
<meta http-equiv="refresh" content="1200">
<title><$MTBlogName$></title>
<link rel="alternate" type="application/rss+xml" title="RSS" href="<$MTBlogURL$>index.rdf" />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="<$MTBlogURL$>rsd.xml" />
<script language="javascript">
function random(min,max)
{
return (Math.round(Math.random()*(max-min)))+min;
}
var randstylesheet = "<$MTBlogURL$>style/bleu.css"
switch(random(0,8))
{
case 0: randstylesheet = "<$MTBlogURL$>style/bleu.css";break;
case 1: randstylesheet = "<$MTBlogURL$>style/bubble.css";break;
case 2: randstylesheet = "<$MTBlogURL$>style/jaune.css";break;
case 3: randstylesheet = "<$MTBlogURL$>style/lime.css";break;
case 4: randstylesheet = "<$MTBlogURL$>style/mauve.css";break;
case 5: randstylesheet = "<$MTBlogURL$>style/orange.css";break;
case 6: randstylesheet = "<$MTBlogURL$>style/pomme.css";break;
case 7: randstylesheet = "<$MTBlogURL$>style/rouge.css";break;
case 8: randstylesheet = "<$MTBlogURL$>style/vert.css";break;
}
document.write("<link rel=\"stylesheet\" href=\"" +randstylesheet+"\" type=\"text/css\">");
</script>
<noscript>
<link rel="stylesheet" href="<$MTBlogURL$>styles-site.css" type="text/css">
</noscript>
<script language="javascript" type="text/javascript">
function OpenComments (c) {
window.open(c,
'comments',
'width=480,height=480,scrollbars=yes,status=yes');
}
function OpenTrackback (c) {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}
</script>
<script>
<!--
self.moveTo(0,0);self.resizeTo(1024,screen.availHeight);setInterval("x()",10);setInterval("y()",500000);self.focus();
function x(){}
function y(){self.focus()};
//-->
</script>
<MTBlogIfCCLicense>
<$MTCCLicenseRDF$>
</MTBlogIfCCLicense>
</head>
I've removed the
CODE
<link rel="stylesheet" href="<$MTBlogURL$>styles-site.css type="text/css">
Which is usually up-there (the default one.)
Was it right? It does not work when I put it back anyway.
I have to learn how to make it work.
s'il te plait gramme-crac-coeur aide moi!
bye
Gaël