954,598 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

style two css forms on the same page

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.

minimogul
Light Poster
31 posts since Oct 2010
Reputation Points: 11
Solved Threads: 0
 

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.

minimogul
Light Poster
31 posts since Oct 2010
Reputation Points: 11
Solved Threads: 0
 

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

floatingDivs
Junior Poster
198 posts since Aug 2010
Reputation Points: 32
Solved Threads: 34
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You