Copyright symbol
Is there a way to insert a copyright symbol into a paragraph or text area? I suppose you could use a HTML symbol but was curious if there was an easier way
Thanks
Byron
Thanks
Byron
Have you tried typing Alt+0619?
I love deadlines. I like the whooshing sound they make as they fly by. (Douglas Adams)
https://www.callendales.com
https://www.callendales.com
I have not tried that yet - thanks!
Here's an auto updating script.
<script type="text/javascript">
//Copyright Date
var mydate=new Date()
var year=mydate.getYear()
if (year < 1000) year+=1900
document.write("mydomain.com © "+ year+"")
</script>
//Copyright Date
var mydate=new Date()
var year=mydate.getYear()
if (year < 1000) year+=1900
document.write("mydomain.com © "+ year+"")
</script>
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Thanks Eric
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.