apple
08-30-2003, 12:25 AM
A simple question for a begginer
what code do i need between the two script statements so that the second script line will print as normal at the left side of the page or i quess i am asking what statements do i need to delete the effects of the style statement.
<div style="position:absolute;top:50px;left:300px;"</div>
<SCRIPT>document.write(getDateStr())</SCRIPt>
<SCRIPT>document.write(getDateStra())</SCRIPT>
</html>
what code do i need between the two script statements so that the second script line will print as normal at the left side of the page or i quess i am asking what statements do i need to delete the effects of the style statement.
<div style="position:absolute;top:50px;left:300px;"</div>
<SCRIPT>document.write(getDateStr())</SCRIPt>
<SCRIPT>document.write(getDateStra())</SCRIPT>
</html>