I am trying to style two different forms on one page. I want to do so with out using frames I am not fond of them. Most of the pages I have done only require form per page. Please help I thank you in advance and hope you guys can help me.

floatingDivs commented: Good job doing the problem-solving on your own. +1

Recommended Answers

All 2 Replies

Well I found out what was wrong. I had attributes on a the form that made the second one behave like the first.

form
[
padding:200px;
blah;
blah;
blah;
]

So the solution was fairly simple give each form different ids and after that I was home free.

solution:

first#form
[stuff]

second#form
[stuff]

Its always the simple things lol.

Good job figuring it out on your own! +1 REP

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.