Skip to content

Problem with Dead Link? #7578

Closed
Kayelo opened this Issue · 3 comments

4 participants

@Kayelo

Challenge Make Dead Links using the Hash Symbol has an issue.
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/601.4.4 (KHTML, like Gecko) Version/9.0.3 Safari/601.4.4.
Please describe how to reproduce this issue, and include links to screenshots if possible.

My code:

<link href="http://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>

<p>Click here for <a href="#">cat photos</a>.</p>

<img class="smaller-image thick-green-border" src="https://bit.ly/fcc-relaxing-cat">

<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>
@raisedadead
Free Code Camp member

@Kayelo Thanks for raising this issue, but your code passes for me. Please be specific in you issue next time.

Have you confirmed others are getting the same error in the Chat Room?

Read the Help I have found a bug before posting a issue.

Closing as not meeting guidelines.

Thanks and Happy Coding.

@makcakaya

The same problem happened to me too, there is certainly a bug there.
1. I refreshed the page and the link in the anchor element was empty when the page loaded.
2. I then inserted # character to make the link dead, like this
3. Ctrl+Enter and it worked.

@AishwaryaT

Yes, bug exists. Refreshing the page fixes it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.