Simple question....How do I put the...

User 2488786 Photo


Registered User
190 posts

I tried t copy from a template, but it seems I can't copy and paste in different project.
An expert at using the wrong tool the right way.
User 187934 Photo


Senior Advisor
20,181 posts

What kind do you want to place Are you using a 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 171749 Photo


Registered User
91 posts

I don't think you can copy/paste from project to project but might be wrong. You can copy/paste from webpage to project. Grab the copyright symble here and paste it into a text field. http://www.w3schools.com/html/html_entities.asp
User 2088758 Photo


Senior Advisor
3,086 posts

Hi Mark,

Just go to your Character Map on windows and grab the copyright symbol from there.
Taking over the world one website at a time!

Steve Kolish
www.misterwebguy.com

YouTube Channel:
https://www.youtube.com/channel/UCL8qVv … ttneYaMSJA
User 187934 Photo


Senior Advisor
20,181 posts

I use this.
<script>
//Copyright Date
var mydate=new Date()
var year=mydate.getYear()
if (year < 1000) year+=1900
document.write("mysite.com &copy; 2010-"+ 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 171749 Photo


Registered User
91 posts

Steve wrote:
Hi Mark,

Just go to your Character Map on windows and grab the copyright symbol from there.


That might work too ;)
User 18032 Photo


Ambassador
5 posts

If you are using a MAC, you can simply press "Option + G" at the cursor, on a PC Hold the ALT key and type 0169 on the numeric pad, on a Laptop you may have to press the ALT+Fn key and type 0169 while holding down the ALT.

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.