|
-
Nov 5th, 2002, 10:11 AM
#1
Thread Starter
Fanatic Member
<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
"The difference between mad and genius is the success"
-
Nov 5th, 2002, 10:33 AM
#2
Frenzied Member
Try something more like:
Code:
<form><table>....
....</table></form>
You shouldn't have to do that, but it maybe a browser bug.
-
Nov 5th, 2002, 10:34 AM
#3
Thread Starter
Fanatic Member
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?
"The difference between mad and genius is the success"
-
Nov 5th, 2002, 10:51 AM
#4
Black Cat
Code:
<form style="margin:0px;padding:0px;"></form>
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
Nov 5th, 2002, 10:52 AM
#5
Thread Starter
Fanatic Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|