Forum Moderators: open

Message Too Old, No Replies

<form> major problem

         

adamnichols45

4:11 pm on Feb 6, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I can figure out why this is happening.

im using include files through php but when i add the <form> tag it is throwing my tabes out and adding a bigger gap.

If i take the form tag out then it all goes back to looking nice again.

can anybody please help with this.

thanks

Robin_reala

7:12 pm on Feb 6, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Default styling on the form? Try adding:

form {
margin: 0;
padding: 0;
}

to your CSS.

adamnichols45

1:47 am on Feb 7, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



thanks i will try that and let you know if i had any luck :)