Wow Web Designs Forums Home

Search
   
Members

Calendar

Help

Home
Search by username
Not logged in - Login | Register 
Wow Web Designs Forums > Scripting > HTML & CSS > blank space under a form button


blank space under a form button
 Moderated by: Aycan  

New Topic

Reply

Print
AuthorPost
Mirage
Member
 

Joined: Sun Feb 9th, 2003
Location:  
Posts: 11
Status:  Offline
Mana: 
 Posted: Tue Aug 12th, 2003 02:38 pm

Quote

Reply
When setting up a form button, I always seem to get a portion of space underneith this button....almost as though the button automatically puts a <p> or <br> after closing the form tag. Please see attached image to see what I mean - in this image, I've put borders on the table so you can see how much space I'm talking about.

The code I'm using is :

<td>
<form target="example" action=https://www.example.com/example method="post">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="example@example.com">
<input type="image" src="images/viewcart.gif" border="0" name="submit">
<input type="hidden" name="display" value="1">
</form>
</td>

How can I do it so there is absolutely NO space under the form tag ?

Attachment: formspacing_picture.jpg (Downloaded 260 times)

Chrome54
Member
 

Joined: Sat Aug 16th, 2003
Location: Kelowna, British Columbia Canada
Posts: 4
Status:  Offline
Mana: 
 Posted: Sat Aug 16th, 2003 01:38 pm

Quote

Reply
try adding this in the form tag:

style="margin-bottom: (negative value here, customize to taste, no brackets);"

i can't guarantee it will work, but it's worth a try.

Brak
Member
 

Joined: Sun Aug 10th, 2003
Location: San Luis Obispo, California USA
Posts: 8
Status:  Offline
Mana: 
 Posted: Sun Aug 17th, 2003 03:02 am

Quote

Reply
The <form> tag carries along a margin with IE. Add into your <style> tag or in your CSS sheet:
form{
margin:0px;
}

Mirage
Member
 

Joined: Sun Feb 9th, 2003
Location:  
Posts: 11
Status:  Offline
Mana: 
 Posted: Sun Aug 17th, 2003 03:54 am

Quote

Reply
Thanks guys ! Your suggestions help out big time.

 

 


 Current time is 10:14 am




Powered by WowBB 1.7 - Copyright © 2003-2006 Aycan Gulez
Page processed in 0.1790 seconds (19% database + 81% PHP). 16 queries executed.