I can't get this simple crappp!!
Not understanding why my text isn't displaying....
<html><head><ti tle>Problem6</title>
<script type="text/javascript">
var my_message="I love football";
var my_div=document .getElementById ("space");
my_div.innerHTM L(my_message);
</script>
<style type="text/css">
#space{position :absolute; left:10px; top:20px;}
#mybuttons{posi tion:absolute; left:10px; top:75px;}
</style></head>
<body>
<div id="space">
</div>
<div id = "mybuttons" >
<input type="button" value="startscr oll" id="start">
<input type="button" value="stopscro ll" id="stop">
</div>
</body>
</html>
--
Message posted via http://www.webmasterkb.com
Not understanding why my text isn't displaying....
<html><head><ti tle>Problem6</title>
<script type="text/javascript">
var my_message="I love football";
var my_div=document .getElementById ("space");
my_div.innerHTM L(my_message);
</script>
<style type="text/css">
#space{position :absolute; left:10px; top:20px;}
#mybuttons{posi tion:absolute; left:10px; top:75px;}
</style></head>
<body>
<div id="space">
</div>
<div id = "mybuttons" >
<input type="button" value="startscr oll" id="start">
<input type="button" value="stopscro ll" id="stop">
</div>
</body>
</html>
--
Message posted via http://www.webmasterkb.com
Comment