Freecodecamp: In the image provided, link text does not match with the example. In the image it is written 'link to free code camp .com' whereas in example .com is not there.

Created on 25 Mar 2017  ·  3Comments  ·  Source: freeCodeCamp/freeCodeCamp

Challenge Link to External Pages with Anchor Elements has an issue.
User Agent is: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36.
Please describe how to reproduce this issue, and include links to screenshots if possible.

My code:


<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css">
<style>
  .red-text {
    color: red;
  }

  h2 {
    font-family: Lobster, Monospace;
  }

  p {
    font-size: 16px;
    font-family: Monospace;
  }

  .thick-green-border {
    border-color: green;
    border-width: 10px;
    border-style: solid;
    border-radius: 50%;
  }

  .smaller-image {
    width: 100px;
  }
</style>

<h2 class="red-text">CatPhotoApp</h2>

<img class="smaller-image thick-green-border" src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back. ">

<p class="red-text">Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p class="red-text">Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>

help wanted

Most helpful comment

I'll do this...

All 3 comments

Thank you for reporting this issue.

This is a standard message notifying you that this issue seems to be a request for help. Instead of asking for help here, please click the "Help" button on the challenge on freeCodeCamp, which will take you to the help chatroom for that specific challenge. You can also view our full list of official chatrooms.

If you think I'm wrong in closing this issue, please reopen it and add further clarification. Thank you, and happy coding.

@pramodgk93 thanks for the issue. Although minor, for consistency, it might be nice to add in the .com in the code block example.

I'll do this...

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jurijuri picture jurijuri  ·  3Comments

Tzahile picture Tzahile  ·  3Comments

robwelan picture robwelan  ·  3Comments

DaphnisM picture DaphnisM  ·  3Comments

itsmikewest picture itsmikewest  ·  3Comments