Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Form not showing, Please help
Old 12-11-2006, 11:46 PM Form not showing, Please help
Average Talker

Posts: 26
Name: Daniel
Trades: 0
Why will this show up in my editor, but will not show up in IE7?

Please help

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>Services form</head><br>
<title></hl><left>Tell us about your project </left></hl><title><br>

Input
<INPUT TYPE="radio" NAME="heading of button" VALUE="button name">

input
<INPUT TYPE="radio" NAME="heading of button" VALUE="button name">

other
<INPUT TYPE="radio" NAME="heading of button" VALUE="button name"><br>

Contact name
<INPUT TYPE="text" NAME="name" SIZE="30">

Contact number
<INPUT TYPE="text" NAME="name" SIZE="30"><br>
Please explain your project here
<TEXTAREA NAME="comment" ROWS=6 COLS=40>
</TEXTAREA>

</html>
vegas is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 12-12-2006, 02:21 AM Re: Form not showing, Please help
vangogh's Avatar
Post Impressionist

Latest Blog Post:
Why Responsive Design?
Posts: 10,815
Name: Steven Bradley
Location: Boulder, Colorado
Trades: 0
Try wrapping <form></form> tags around your form.

<form>
<input>
<input>
<textarea></textarea>
</form>

It also needs to be inside <body></body> tags. That's probably the reason you're not seeing anything since it's what's inside the <body></body> that the browser displays.

The basic structure for an html document is:

<html>
<head>
<title></title>
</head>
<body>
</body>
</html>

You've also ended an </h1> twice without starting it. And I'm not sure what <left> is supposed to be.

I think the main reason you're not seeing the form though is because you're missing the <body> tags.
__________________
l Search Engine Friendly Web Design |
Please login or register to view this content. Registration is FREE

l Tips On Marketing, SEO, Design, and Development |
Please login or register to view this content. Registration is FREE

l
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Old 12-12-2006, 04:52 AM Re: Form not showing, Please help
Extreme Talker

Posts: 185
Name: Chris
Trades: 0
You also forgot to close your <title> tag and you don't need breaks after </head> and </title>.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
The Critic is offline
Reply With Quote
View Public Profile Visit The Critic's homepage!
 
Old 12-12-2006, 12:03 PM Re: Form not showing, Please help
Average Talker

Posts: 26
Name: Daniel
Trades: 0
OK,

Thanks for help, I appreciate it. If you can't tell I'm new at this

It's still not working. Do I need this to be hosted for it to work (just on my desktop for now).

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head><center>Services form</head></center><br>
<title><hl>Tell us about your project</hl><title><br>
<body>
<form>
input<INPUT TYPE="radio" NAME="heading of button" VALUE="button name">
input<INPUT TYPE="radio" NAME="heading of button" VALUE="button name">
other <INPUT TYPE="radio" NAME="heading of button" VALUE="button name"><br>
Contact name <INPUT TYPE="text" NAME="name" SIZE="30">
Contact number <INPUT TYPE="text" NAME="name" SIZE="30"><br>
Please explain your project here<TEXTAREA NAME="comment" ROWS=6 COLS=40>
</TEXTAREA>
</body></form>
</html>

Last edited by vegas; 12-12-2006 at 12:09 PM.. Reason: form input change
vegas is offline
Reply With Quote
View Public Profile
 
Old 12-12-2006, 01:28 PM Ok, I got it. Thanks to all those that helped me.
Average Talker

Posts: 26
Name: Daniel
Trades: 0
Thanks again
vegas is offline
Reply With Quote
View Public Profile
 
Old 12-12-2006, 02:37 PM Re: Form not showing, Please help
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Another thing, you cannot use html tags INSIDE your title tag, so dump the <h1> tags. You also do NOT need a <br> after your <title>. What's inside the <title> tag is what shows up on the title bar of the BROWSER, it does NOT show up on the PAGE.

This is also improper:
Quote:
<head><center>Services form</head></center><br>
the <head></head> section holds your meta tags, style and javascript links, your title and a few other things.. nothing else.

If you want "Services Form" on your page as a heading, it needs to be in the <body> section

<body>
<h1>Services From</h1>

<form>your form</form>
</body>

You might want to read up on HTML forms here: http://www.w3schools.com/html/html_forms.asp
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 12-12-2006, 03:47 PM Re: Form not showing, Please help
vangogh's Avatar
Post Impressionist

Latest Blog Post:
Why Responsive Design?
Posts: 10,815
Name: Steven Bradley
Location: Boulder, Colorado
Trades: 0
Glad to help Daniel and glad you got the page working. I forgot to add it before, but I was going to point you to the same link LadynRed posted above. W3Schools have some good beginner tutorials. They're easy to understand and pretty quick to get through, but if you do go through one it can really improve your skills pretty fast.

And remember to ask more questions any time you have them. Someone will be here to help.
__________________
l Search Engine Friendly Web Design |
Please login or register to view this content. Registration is FREE

l Tips On Marketing, SEO, Design, and Development |
Please login or register to view this content. Registration is FREE

l
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Reply     « Reply to Form not showing, Please help
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.67344 seconds with 12 queries