treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Copyright icon

  • Can anyone help me figure out how to get the copy right icon to show correctly on my website.
    ---------> © I keep trying and it does something else. I see other websites using it fine..

    right now Im cheating and doing (c) which I dont like.
  • ? is what mine makes.. instead of ©
  • "LinCSS25" said:
    Can anyone help me figure out how to get the copy right icon to show correctly on my website.
    ---------> © I keep trying and it does something else. I see other websites using it fine..

    right now Im cheating and doing (c) which I dont like.


    © or ©

    here is a list of special characters in HTML
    http://www.degraeve.com/reference/specialcharacters.php
  • Really try to use the HTML codes for certain things, eventually you'll just have them memorized. The ones I most commonly use:

    ™ - TM
    © - ©
    & - &
    " - "
    > - >
    &lt; - <
  • sweeeet thanks ;)