I feel like this should be a super simple fix but it’s driving me crazy. I am trying to get this image to rest up against the top of the browser window but I’m getting this padding above the image that I can’t get rid of.
I’ve tried a few things like setting padding to 0 and I’ve tried deleting everything but the and I’m still getting the padding. Any help would be appreciated 🙂
http://twopairphoto.com/SlapFat/
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en">
<head>
<style>
body{
padding-top: 0px;
}
div {
padding-top: 0px;
}
</style>
</head>
<body background="SlapFatBG_sm.jpg">
<div id="container" align="center"><img src="slapfatsplash_sm.jpg" /></div>
</body>
</html>
Thanks
set margin to 0 also: