<script type="text/javascript">
var textToShow = "<? echo join('"+String.fromCharCode(13)+"', array_map('addslashes', (array_map('trim', $file_data)))); ?>";
var pos = 0;
var tm;
function init()
{ tm = setInterval("type()", 40); }
function type()
{
if (textToShow.length != pos)
{
d = document.getElementById("divText");
c = textToShow.charAt(pos++);
if (c.charCodeAt(0) != 13)
d.appendChild(document.createTextNode(c));
else
d.appendChild(document.createElement("br"));
}
else
clearInterval(tm);
}
</script>
<center><font size='5' color='LightGreen'>- Ðñïò íÝïí åñùôÞóáíôá ðåñß ðñïóåõ÷Þò -</font></center><br>
<body background='pics/anemos.bmp' onload='javascript:init()'>
<center>
<div id="divText" align="left" style="border: 5px solid yellow; width: 900px; height: 500px;">
<font face='Com' size='4' color='LightCyan'>
</div>
</body>
In this one why cant i replace div with <table> ??
and how am i gonan do this inside the outline to use an image?
div id="divText" background="pics/brick.jpg" align="left" style="border: 5px solid yellow
Why this wont work?