You are viewing our Forum Archives. To view or take place in current topics click here.
Need help with a codecademy problem.
Posted:

Need help with a codecademy problem.Posted:

-DayZ-
  • Powerhouse
Status: Offline
Joined: Apr 29, 201113Year Member
Posts: 430
Reputation Power: 16
Status: Offline
Joined: Apr 29, 201113Year Member
Posts: 430
Reputation Power: 16
Hey guys, i haven't been on TTG for a year or so, anyway that's not the point.
I'm having a problem with Codecademy not accepting my code in one of the tutorials,
I'm new to this stuff so yeah please tell me what i'm doing wrong with this:
[ Register or Signin to view external links. ]
#2. Posted:
-ApocZ
  • TTG Master
Status: Offline
Joined: Dec 20, 201310Year Member
Posts: 852
Reputation Power: 40
Status: Offline
Joined: Dec 20, 201310Year Member
Posts: 852
Reputation Power: 40
Hit 'Reset Code' And try and do it again, Maybe just a bug
#3. Posted:
-DayZ-
  • Powerhouse
Status: Offline
Joined: Apr 29, 201113Year Member
Posts: 430
Reputation Power: 16
Status: Offline
Joined: Apr 29, 201113Year Member
Posts: 430
Reputation Power: 16
-ApocZ wrote Hit 'Reset Code' And try and do it again, Maybe just a bug

Yeah i tried that, I've been trying all sorts of things for the past half hour.
#4. Posted:
-ApocZ
  • TTG Master
Status: Offline
Joined: Dec 20, 201310Year Member
Posts: 852
Reputation Power: 40
Status: Offline
Joined: Dec 20, 201310Year Member
Posts: 852
Reputation Power: 40
instead of "submit" put in "submit Query"
#5. Posted:
ObscureCoder
  • Resident Elite
Status: Offline
Joined: Jun 29, 201310Year Member
Posts: 211
Reputation Power: 13
Status: Offline
Joined: Jun 29, 201310Year Member
Posts: 211
Reputation Power: 13
-ApocZ wrote instead of "submit" put in "submit Query"

You shouldn't add spaces into the name of inputs.

@OP - I can see many things wrong with your code but I think what I'll say won't change anything in terms of fixing your problem. You haven't got a form, you also haven't named the email input, you've wrote the inputs in a bad way - since they're single tags in HTML we add a space and a forward slash preceding the '>'. So:
<input name="name" type="submit" value="Submit" />
You're also not using the style tags, not really a big problem it's just people like me think "what's the point of declaring use of internal CSS then not using any?"
#6. Posted:
-DayZ-
  • Powerhouse
Status: Offline
Joined: Apr 29, 201113Year Member
Posts: 430
Reputation Power: 16
Status: Offline
Joined: Apr 29, 201113Year Member
Posts: 430
Reputation Power: 16
ObscureCoder wrote
-ApocZ wrote instead of "submit" put in "submit Query"

You shouldn't add spaces into the name of inputs.

@OP - I can see many things wrong with your code but I think what I'll say won't change anything in terms of fixing your problem. You haven't got a form, you also haven't named the email input, you've wrote the inputs in a bad way - since they're single tags in HTML we add a space and a forward slash preceding the '>'. So:
<input name="name" type="submit" value="Submit" />
You're also not using the style tags, not really a big problem it's just people like me think "what's the point of declaring use of internal CSS then not using any?"

Yeah thanks for noting that, as I said I'm really new to this and don't fully understand it yet but i was just following instructions, i don't understand where the style tags should be either, it said to put it at the very top so i did. also could you link me on a like how to write a lot "neater" i have no experience with coding at all.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.