Printer Friendly Version
Email this thread to a friend
|
Featured Web Site Template |
|
Reflects user activity within the last 5 minutes
|
|
| Member |
Message |
butbut
Joined: Jan 10, 2005
# Posts: 19
|
Posted: 2005-May-20 07:49
Hello there...
i'm building an ASP.NET site.
Where i use one form tag for the whole site, right after <body>
But this tag gives me a 10px padding/margin at top?
I've tryed:
form
{
padding: 0px;
margin: 0px;
}
but this only work on my local host.
Any help is very welcome,
thanx in advance
Koen
p.s.
When i put my form tags just around one form element in the site, the problem is solved, but that's not the way i want to work.
|
 |
excell
Staff
Joined: Mar 19, 2001
# Posts: 14513
|
Posted: 2005-May-20 09:20
This might not do anything more at all - no guarantees, but see what you get if you go like this:
padding-top:0; padding-bottom:0; margin-top:0; margin-bottom:0;
Make sure that if your form opens straight after the <body>
it's also the last thing to close before the </body>
|
 |
You are not permitted to post messages in this forum or topic, because of one or more of the following reasons:
- You have not yet logged in, or registered properly as a member
- You are a member, but no longer have posting rights.
- This is a private forum, for which you do not have permissions.
If you are a recent member, it's possible that you simply have not yet confirmed your account. Please
check your email for a message entitled 'JimWorld Forums: Confirm Your Account' and follow the instructions
contained within.
If you cannot find this message, click here to Re-Send it.
|
If you are still experiencing problem, please read the
Login Assistance
Article for some advice on what may be causing your login not to work properly.
|
Switch to Advanced Editor and ...
Create a New Topic
or Reply to this Thread
|
|