Forum Moderators: open
LiveScript? Where did you get that one from?
BTW. Bumping your own thread when it's less than an hour old probably won't help you in the popularity stakes.
<html>
<head>
<style type="text/css">
#update {
position: absolute;
left: 100px;
top: 160px;
margin: 0px;
padding: 0px;
font-family: "courier";
font-size: 12px;
color: #000000;
}
</style>
</head>
<body>
<div id="update">This page was last Modified on:
<!--
document.write('<span style="font-family:arial;">'+document.lastModified+'</span>')
//-->
</body>
</html>
<html>
<head>
<style type="text/css">
#update {
position: absolute;
left: 100px;
top: 160px;
margin: 0px;
padding: 0px;
font-family: "courier";
font-size: 12px;
color: #000000;
}
</style>
</head>
<body>
<div id="update">This page was last Modified on:
//so this CSS is 100px LEFT and 160px TOP//
behind it I want the timestamp or whatever it is cald but HoW? just pasting the script behind ""<div id="update">This page was last Modified on:"" doesn't work then I get a blank screen cuz of the
<!-- and --> It can't be that hard.