HTML all over the place

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
sloppyjoe
Forum Newbie
Posts: 20
Joined: Thu Jul 09, 2009 3:43 pm

HTML all over the place

Post by sloppyjoe »

2 problems and im :banghead:

Okay firstly i have 2 short forms to the left of my webpage. On the right i have an iframe. It starts where the 2 forms finish. Id like it to be next to the forms.

Secondly On the secind form the submit button is above the form??? and it doesnt work, i have to hit the enter button.

Any idea's how to fix this?
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Post by Jonah Bron »

Well, to put the iframe next to the forms, put the forms in one div, and CSS "float" it to the left.

I don't quite understand your second problem. If you give a link to your page, we can see what's going on.
Post Reply