Locked in recurrent fieldset loop. Time has no meaning anymore. Au secour!

Hi! Any assistance is appreciated. Thanks!
2023-08-29T04:00:00Z

 <fieldset
        border: 0;
      padding-top: 2rem;
      padding-bottom: 2rem;
      margin-left: 0;
      margin-right: 0;>

/* When I place > next to the final semi-colon it the preview looks correct. */

I’ve edited your code 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 (').

That looks like CSS, but you are using < > like its HTML? I’m confused

Hi JeremyLT

This is a practice.

LK

Is this from one of the challenges?


If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Ask for Help button located on the challenge (it looks like a question mark). This button only appears if you have tried to submit an answer at least three times.

The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

i’m like 90% sure this is a spam account

Iasjorg,

Ask for help, is not popping up for me.

I have tried everything for more than a week and I cannot get the code to pass.

Definitely more than 3 times.

Please advise and thank you!

LK

Post a link to the challenge.

That is a matter for the moderators to decide, not the users. Please try to be respectful to other users. You can use the flag system if you think a thread/post needs attention.

Thank you.

1 Like

Hi Diomed,
I am real, just a novice.

I am having trouble learning to navigate the fCC forum.

I tried to submit a question about #45 Registration Form many times.

I have been working on #45 for a while. I have researched, checked forum, and used other methods, but cannot get the code to pass.

Advice?

Linda Koontz

Its best if you use the Ask for Help button - the question mark - so we can see all of your code and get a link to the Step you are working on.

1 Like

Hi Linda.
Sorry about that.

fieldset is an element. so you start by writing it in css.
then you remove border, and apply padding. if there’s no need for padding, padding is then 0

1 Like

Is this the step?

And is this your code?

fieldset {
  border: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-left: 0;
  margin-right: 0;
}

If so you should see a message telling you to remove the left and right padding.

1 Like

Hi Jeremy,
I am sorry for the confusion or for wasting anyone’s time. If my post sounded disrespectful, I truly apologize.

On previous tasks I have seen and used the “ask for help” function, but it hasn’t shown up in a long time.

I guess I’m a little stuck and do not have enough understanding yet of
syntax to express myself adequately.

I will work on this. Thank you.

I didn’t think you wasted anyone’s time. I was only giving advice on the easiest way for you to get help with a question!

1 Like

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