ID:270371
 
Hey. I was wondering if any one knew how to make a drop down list show up in the browser. And also have a picture show up in the background isntead of a solid color.
<html>
<body style="background-image:url(insert link);">
<form>
<select name="Queen Songs">
<option value="We Will Rock You">We Will Rock You</option>
<option value="Bohemian Rhapsody">Bohemian Rhapsody</option>
<option value="The Show Must Go On">The Show Must Go On</option>
<option value="We Are The Champions">We Are The Champions</option>
</select>
</form>
</body>
</html>
In response to Artemio (#1)
You forgot to close your option tags.
In response to Nadrew (#2)
Is that required now? Sorry, fixing.
In response to Artemio (#3)
Yeah, some browsers look for it, or you'll end up with a single option that is equal to every piece of text since the first option tag until you close it or the HTML ends.
In response to Nadrew (#4)
Odd still not working for some reason and i sually can fix errors.

Arena Select.dm:1:error: missing left-hand argument to <.
In response to Inferno L Flames (#5)
That's the HTML you have to display to the user, that's not DM code.
In response to Nadrew (#6)
K i got it but I need a submit button and the pictures not showing
In response to Inferno L Flames (#7)
Hello any help
In response to Inferno L Flames (#7)
There's either a broken link to the image or you're doing it wrong. For future HTML help, visit http://www.w3schools.org.
In response to Inferno L Flames (#8)
I really dont have money
In response to Inferno L Flames (#10)
Inferno L Flames wrote:
I really dont have money

That's irrelevant. Artemio posted the wrong link(it's NOT http://w3schools.org). Go to http://w3schools.com. Also, for future reference, please be sure to reply to the post you're responding to, as opposed to randomly picking a post in the thread and hitting 'reply.'

Hiead
In response to Hiead (#11)
Ok but that ones not working