Unstoppable Domains โ€” Expired Auctions

Table on direct top of page with HTML?

SpaceshipSpaceship
Watch

cmpolis

Established Member
Impact
0
Hello,
I was wondering, is there a way so that a table is on the direct top of a page? When I put in a table it is not on the direct top.

Thanks!,
Chris
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
yes it's simple in fact:
Code:
topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0"
on the body tag, in your case you only need the topmargin ="0".
have fun :)
 
0
•••
thanks, but I tried that and it still doesnt go to the top.
 
0
•••
Set the margins to 0 and the padding to 0. As most browsers usually put padding around the table itself. If that doesn't work than set the margin and padding for the table to 0.
 
0
•••
Code:
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
-->
</style>
 
0
•••
Dynadot โ€” .com TransferDynadot โ€” .com Transfer
Appraise.net
Spaceship
Domain Recover
CatchDoms
DomainEasy โ€” Live Options
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back