Copyright symbol

User 458539 Photo


Registered User
1,635 posts

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
User 271657 Photo


Ambassador
3,816 posts

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
User 458539 Photo


Registered User
1,635 posts

I have not tried that yet - thanks!
User 187934 Photo


Senior Advisor
20,266 posts
Online Now

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 &copy; "+ 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
User 458539 Photo


Registered User
1,635 posts

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.