Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

brianellisrules

macrumors regular
Original poster
Oct 17, 2003
229
0
http://www.brianellisrules.com/stickers/upload/

Everything appears to be legit except for the drop down menu... I've tried finding resources online via a google search, but most of what I find uses javascript and I don't think it's necessary for my application. Maybe I'm an idiot, but I couldn't find any tutorials or any info about straight up html forms/drop down menus.
 
Cool, thanks. I fixed the action and method, but I don't think it likes the form in general... Here's the one remaining error:

Line 42, column 74: document type does not allow element "FORM" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME" start-tag

...="/stickers/upload/index.php" method="post">
 
Did you try moving it out of the <span>? I've had errors like that when things were improperly nested or block elements were inside inline ones.

Something to try...
 
Rower_CPU said:
Did you try moving it out of the <span>? I've had errors like that when things were improperly nested or block elements were inside inline ones.

Something to try...
I moved the <span>'s inside the <form> tags and it worked. Cool and the gang.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.