Daney11 Posted March 20, 2007 Share Posted March 20, 2007 <table><tr><td> </td></tr></table> If i add the form <form><table><tr><td> </td></tr></table></form> It gives 2 spaces at the top and bottom of my site. Where is the best way and how is the best way to add forms to your sites? Thanks Dane Quote Link to comment https://forums.phpfreaks.com/topic/43464-solved-using-forms/ Share on other sites More sharing options...
RichardRotterdam Posted March 20, 2007 Share Posted March 20, 2007 Hi, It all depends on what exactly you want to do with the form. If you want to store the Data you filled in the form you need PHP. The best way for you form layout is without tables and use css instead Quote Link to comment https://forums.phpfreaks.com/topic/43464-solved-using-forms/#findComment-211144 Share on other sites More sharing options...
cmgmyr Posted March 20, 2007 Share Posted March 20, 2007 in your css use: form{ margin:0px; padding:0px; } that will get rid of it. Quote Link to comment https://forums.phpfreaks.com/topic/43464-solved-using-forms/#findComment-211227 Share on other sites More sharing options...
Daney11 Posted March 20, 2007 Author Share Posted March 20, 2007 Perfect cmgmyr Thankyou Quote Link to comment https://forums.phpfreaks.com/topic/43464-solved-using-forms/#findComment-211310 Share on other sites More sharing options...
cmgmyr Posted March 20, 2007 Share Posted March 20, 2007 Not a problem Quote Link to comment https://forums.phpfreaks.com/topic/43464-solved-using-forms/#findComment-211353 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.