Ok so i made a lil layout thing, don't ask to see it, im not showing. Anyway, when i put it onto the background it is about 8px from the top and left! How to i get it so it's absolute left and top? Btw im use dreamweaver.
Please help,
Verrou.
Printable View
Ok so i made a lil layout thing, don't ask to see it, im not showing. Anyway, when i put it onto the background it is about 8px from the top and left! How to i get it so it's absolute left and top? Btw im use dreamweaver.
Please help,
Verrou.
put that in your bodyCode:<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
lema see the code your using?
o okies nvm his got it =)
Edited by Dan (Super Moderator): Please do not double post within the 15 minute edit limit, Thanks :]
Double post?
That will pull that image all the way to the top left of your screen with no margins. You may also want to remove the padding.Code:<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
Thanks all :)
+rep to Ceoxe and Caleb.
Thanks for the help :)
EDIT: o_o y r u cautionedddd! i'll rep Belacme
If it didnt work reply and Ill get you the padding one
Worked fine thanx<3
what do you mean "Im cautioned"?