-
/form seems to add a br? (to IE anyway, not ff) any workaround?
<td height="20"><form action="products.asp" name="frankf" method="post" >
<input type="hidden" name="func" value="frank" />
<a href='javascript :submitformfr()'>Franking</a></form></td>
ok, bad coding aside ^^, how come in ff, this produces a td box, as big as the text (i.e. "Franking"), but in IE it seems to add a <br />?
IE grr!
(btw, bah, no [img] to embed images ^^)
Last edited by hitecbill; 12-11-2006 at 06:39 PM.
-
Try defining the spacing that you want in the stylesheet so as to override the browser defaults.
Stephen
-
Meaning set the default margins and padding to 0 using CSS.
Code:
form {
margin:0;
padding:0;
}
-
purrrrfect!
thx felgall and _Aerospace_Eng_
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
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
|
|
Bookmarks