Printer Friendly Version
Email this thread to a friend
|
Featured Web Site Template |
|
Reflects user activity within the last 5 minutes
|
|
| Member |
Message |
yale69
Joined: Oct 19, 2004
# Posts: 16
|
Posted: 12/23/2004 11:02 am
i have a site where the tables dont/wont go to the top of the page, ie, when viewed in a browser, there is always a bit of the page background color between the top of the table and the top of the displayed area below the browser addressbar, etc. however, if i make this table on a frame page, which also makes logical sense for what i am doing, the table goes nicely to the top of the page, forming a nice design element. (if interested, this can be seen by going to the website listed in my profile, then clicking on the "painted pictures" link.
how can i make the table go to the top of the page without using frames? any ideas.
thanks for your help
yale
|
 |
kevinro
Joined: Mar 28, 2004
# Posts: 46
|
Posted: 12/25/2004 11:30 pm
That's easy.
You can do it 1. with CSS or 2. without CSS
1. With CSS:
body {
margin-top: 0px;
}
2. Without CSS:
<body topmargin="0" marginheight="0">
That should do it.
|
 |
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
|
|