No idea what you're talking about.
Are you just trying to use © ??
That's the code that will get you the copyright symbol.



I have looked all over on w3schools.com, and cannot find what I am looking for.
I am using a new wisywig editor, that is better than the last.
I went to input the html code for the copyright year, and it won't display it correctly.
The software is basekit. They use CSS and HTML.
Does anyone know what code can be used?
Hostgator.com mentioned that the html code I was using was not dynamic, and needed to be static, but my cell got disconnected and I have been on the phone all day, so didnt try calling back.
No idea what you're talking about.
Are you just trying to use © ??
That's the code that will get you the copyright symbol.
█ WSWD Inc., Celebrating our 17th year in business
█ WSWD.net - Shared, Reseller, VPS, Dedicated Server Hosting
█ Blazing Fast SSD VPS That Will Blow Your Mind!! High Performance RAID10 SSD Drives, IPv4, IPv6, and Private IPs
Can you show us what you can't get to work George?
If Basekit's an editor then you should be able to open a word doc and insert/symbol and choose the © symbol then copy and paste it - I just did that there![]()
█ /\__/\ We Do Not Forgive!
█(- o *) We Do Not Forget!
█(")_(") Expect Us!
IT Help for everyone @ Scotia-IT.com - when it's finished



I am not referring to the copyright sign. I am referring to the 2nd year in the copyright
Copyright © 2011-2012 <<< I want the year in red to automatically change when each new year comes.
They said the html code for it, is dynamic, and I need it to be static (or vice versa).
The tech was talking about using PHP code that would make the HTML code static, and that w3schools.com, taught you how to do it, and was explaining, but my cell disconnected.
You mean like this;
Which shows this;HTML Code:© <?php $copyYear = 2011; $curYear = date('Y'); echo $copyYear . (($copyYear != $curYear) ? '-' . $curYear : ''); ?> Company.
© 2011-2012 Company.
█ /\__/\ We Do Not Forgive!
█(- o *) We Do Not Forget!
█(")_(") Expect Us!
IT Help for everyone @ Scotia-IT.com - when it's finished



I would say yes, but after putting that code in, it took out both years, and just left copyright © company name.
Lets see the code you have so far![]()
█ /\__/\ We Do Not Forgive!
█(- o *) We Do Not Forget!
█(")_(") Expect Us!
IT Help for everyone @ Scotia-IT.com - when it's finished



Here is the entire code
<p style="text-align: center;"><span style="color: black;">Copyright © <?php
$copyYear = 2011;
$curYear = date('Y');
echo $copyYear . (($copyYear != $curYear) ? '-' . $curYear : '');
?> VIP Recycling LLC.
A subsidiary of <span style="color: #0f00bd;"><a href="/http://millenniumcapitalcorp.com" target=
"_blank"><span style="color: #0f00bd;">The Millennium Capital Group,
LLC.</span></a></span></span></p>
I paste that code in and get;
Copyright © 2011-2012 VIP Recycling LLC. A subsidiary of The Millennium Capital Group, LLC.
(take the '/' out of <a href="/http://millenniumcapitalcorp.com" target=
"_blank">![]()
█ /\__/\ We Do Not Forgive!
█(- o *) We Do Not Forget!
█(")_(") Expect Us!
IT Help for everyone @ Scotia-IT.com - when it's finished



I had the / removed, but it got added back some how.
Also, I have the code like that, but if you go to http://viprecycling.com/, you will notice there is no years in the footer.
Haven't tried Basekit but looking at the source code of the page it's being stripped out, or you need to insert php code in a particular way.
I'll look at basekit and see what it does![]()
█ /\__/\ We Do Not Forgive!
█(- o *) We Do Not Forget!
█(")_(") Expect Us!
IT Help for everyone @ Scotia-IT.com - when it's finished
Just tried it, Basekit doesn't handle php, dare say anything dynamic being added, so you'll have to take the plunge and change it once a year...
█ /\__/\ We Do Not Forgive!
█(- o *) We Do Not Forget!
█(")_(") Expect Us!
IT Help for everyone @ Scotia-IT.com - when it's finished






I am surprised there is no html code for it.
█ WSWD Inc., Celebrating our 17th year in business
█ WSWD.net - Shared, Reseller, VPS, Dedicated Server Hosting
█ Blazing Fast SSD VPS That Will Blow Your Mind!! High Performance RAID10 SSD Drives, IPv4, IPv6, and Private IPs
Bookmarks