adding an image right at the very very very top of the page?

liunx

Guest
hi people, can someone please tell me how i can add an image right at the very top of page like on the <!-- m --><a class="postlink" href="http://www.htmlgoodies.com">http://www.htmlgoodies.com</a><!-- m --> homepage. Look at the 'digital computer expo' advert, it is nearly touching the top of the page. Everytime i add an image there is always the same set space between the top of the image and the top of the page, is there a way i can nudge it up a bit?thanks<!--content-->Yes, with this css:<br />
<br />
<style type="text/css"><br />
body {<br />
margin: 0px;<br />
/*Or, uncomment the below line to only change the top margin*/<br />
/*margin-top: 0px;*/<br />
}<br />
</style><!--content-->wow,cool thank you:D<!--content-->You're welcome... :)<!--content-->
 
Back
Top