Just enter the details and paste the script into the body of your HTML document where you want the message to appear.
<!-- Auto Copyright Script --> <script language=javascript> <!-- today=new Date(); y0=today.getFullYear(); document.write('<span style="font: 10pt arial,sans-serif">Copyright © 2001 - '+y0+', Joe Citizen, all rights reserved.</span>'); //--> </script> |
Font face and size for copyright message:
font: 10pt arial,sans-serif |
2001 |
Joe Citizen |
all rights reserved |
Example: