Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Fit at the top no spaces

Status
Not open for further replies.

killbuzz

Technical User
Mar 21, 2001
103
US
Hi im working with tables and im trying to make a header for my paintball site. I want the table to fit the top all the the way the table Background is black, and the page background is going to be Gray. I want the top table to be flush with the explorer so you dont see any gray what do i do to make this happen?


Thanks
 
use CSS

body {
margin-top:0px;
}




Chris.

Indifference will be the downfall of mankind, but who cares?
 
or

Code:
<body marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" bgcolor="#ffffff">


buffalo.gif height="65" width="35"

 
in DW:
Modify-->Page Properties: zeros for margnis =DeCojote's post

> need more info?
:: don't click HERE ::
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top