System Error Step 4 - Building a Registration Form

yes, anywhere there was extra space I deleted it. Even after the code line.

    <link rel="stylesheet" type="text/css" href="styles.css"/>

in front of the link bracket and after the closing bracket, the system automatically puts it there and they don’t like it.

I have went on and found it in other lessons.

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

So this is what worked for me:

 <link rel="stylesheet" type="text/css" href="styles.css" />

Mind that space between the href attribute and the self-closing tag. Never seen it before in the lessons or maybe don’t remember but that’s how it shows as correct.

2 Likes

THIS WORKED. Had to add the slash at the end.

Mod Edit: SOLUTION REMOVED

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.