-
<form> tag space...
Hello everybody... I am using a form tag and inside a table...
something like this:
<form>
<table>....
....</table>
</form>
Now.. my problem is that those <form> tags give a white space from the table to the next object below... do you know how to prevent this??
Thank you
-
Try something more like:
Code:
<form><table>....
....</table></form>
You shouldn't have to do that, but it maybe a browser bug.
-
Nope... it doesnt work!! It kills me.. why does it do that? I dont think it is a browser bug b/c it also puts the space in Dreamweaver and I saw it alredy in two computers...
what is it?
-
Code:
<form style="margin:0px;padding:0px;"></form>
-
THHHHHANK you!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
:D :D :D :D :D :D :D :D