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 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 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. 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 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 Link to comment https://forums.phpfreaks.com/topic/43464-solved-using-forms/#findComment-211353 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.