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:
Status: Offline
Joined: Apr 29, 201113Year Member
Posts: 430
Reputation Power: 16
#2. Posted:
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
- 0useful
- 0not useful
#3. Posted:
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.
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Dec 20, 201310Year Member
Posts: 852
Reputation Power: 40
instead of "submit" put in "submit Query"
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Jun 29, 201311Year Member
Posts: 211
Reputation Power: 13
Status: Offline
Joined: Jun 29, 201311Year 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?"
- 0useful
- 0not useful
#6. Posted:
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.
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.