posting an image at the very left and top
hello everyone,
I am creating a website but i need to put an image at the very top left of the page, there is always a gap between the edge and the image. I used this code,
<body leftmargin="0">
but it only moved the image along slightly more to the left.
cuddlers89
Junior Poster in Training
57 posts since Mar 2004
Reputation Points: 11
Solved Threads: 0
Thanks, used that, but still image is not touching the side and top of the page, which, is the effect that i wanted. Any other ideas?
cuddlers89
Junior Poster in Training
57 posts since Mar 2004
Reputation Points: 11
Solved Threads: 0
doesnt matter, i figured out what i did wrong
cuddlers89
Junior Poster in Training
57 posts since Mar 2004
Reputation Points: 11
Solved Threads: 0
To do this via HTML:
<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
To do this via CSS:
<body style="margin:0px">
cscgal
The Queen of DaniWeb
19,437 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 231