brcak
March 16, 2025, 6:32pm
1
After creating the sections with ID’s, the lab says to try clicking the “About” or “Posts” navigation link to jump down to the page. But when I click the About or Posts navigation link, it refreshes the Preview pane with a mini browser window that shows the same screen…
ILM
March 16, 2025, 7:01pm
2
Thank you for reporting the issue, we have an issue open for this, you can follow it here:
opened 04:23PM - 12 Mar 25 UTC
scope: curriculum
status: waiting triage
### Describe the Issue
Instructions for step 13 begin:
>Step 13
Now that you ha… ve added the about section, try clicking on the About link to see the page jump down to that section.
If I click the About link, it loads a slightly different version of the editor in the iframe. (see screenshot). If I hover the link it says it's: `https://www.freecodecamp.org/learn/full-stack-developer/workshop-blog-page/step-13#about`
This is the seed code I've made no changes for this step yet.
### Affected Page
https://www.freecodecamp.org/learn/full-stack-developer/workshop-blog-page/step-13
### Your code
```
<!DOCTYPE html>
<html lang="en">
<head>
<title>Mr. Whiskers' Blog</title>
<meta charset="UTF-8" />
</head>
<body>
<header>
<h1>Welcome to Mr. Whiskers' Blog Page!</h1>
<figure>
<img
src="https://cdn.freecodecamp.org/curriculum/css-photo-gallery/1.jpg"
alt="a cat peacefully sleeping"
/>
<figcaption>Mr. Whiskers Sleeping</figcaption>
</figure>
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#posts">Posts</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<main>
<section id="about">
<h2>About</h2>
<p>
Hi there! I'm Jane Doe, a passionate writer who finds endless inspiration in the antics of my beloved cat, Mr. Whiskers.
</p>
<p>
His playful nature and boundless energy keeps me on my toes. I love him so much.
</p>
</section>
</main>
</body>
</html>
```
### Expected behavior
Page to move down to the #about section id
### Screenshots

### System
- Device: PC
- OS: Windows 11 64-bit
- Browser: Firefox 136
- Version: 136
### Additional context
VPN