Easy way to add copyright...

User 2172394 Photo


Registered User
7 posts

Is there an easy way to add copyright symbols, etc. in RSD...such as a symbol library in RSD? Or does this have to be done with the html element. Thanks in advance for your help!
User 434929 Photo


Ambassador
938 posts

I use USA keyboard on Mac to insert symbols / replace it with text ( Option + G on keyboard for © ) . Not sure if there is another way to do.
Guys at coffeecup are awesometacular.
User 2172394 Photo


Registered User
7 posts

Thank Mansour...I tried alt + 0169 for a pc to no avail. Anybody else want to chime in?
User 103173 Photo


VP of Software Development
0 posts

ALT+G should insert the © symbol.
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
User 379556 Photo


Registered User
1,583 posts

On my Windows 10 desktop Alt+0169 works for me, but one does have to remember that
a. the Alt key has to be held down throughout the typing of the 0169, and
b. the 0169 must be on the numeric keypad at the right of the keyboard, and not the numbers on the top row of the keyboard.
The © symbol appears after one has released the 9 key and then released the Alt key.

Frank
User 38401 Photo


Senior Advisor
10,951 posts

Can't you type © to get the copyright symbol? Just wondering since that's how I usually do it in code.
User 232214 Photo


COO
827 posts

You can simply copy an html entity, for example from this list and paste it into Responsive Site Designer (or email designer or content slider for that matter).
The future of web layout has arrived and it's called CSS Grid. CoffeeCup helps you to get ready with a free guide, the Grid Builder app plus cool demos & themes.
User 187934 Photo


Senior Advisor
20,266 posts
Online Now

Or
<script type="text/javascript">
var mydate=new Date()
var year=mydate.getYear()
if (year < 1000) year+=1900
document.write("mydomain.com &copy; 2012-"+ 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 2172394 Photo


Registered User
7 posts

Thanks everyone! You guys are great. I copied and pasted it in but for grins and giggles I'll also try the alt + G.
User 2016231 Photo


Registered User
2 posts

I was able to do this just now after some trial and error by creating an HTML entity "&copy;" and making it float left. I followed that with a header with my copyright notice. Finally I tweaked the margins of the copyright symbol and the header to line them up.

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.