CODE
<hmtl>
<head>
<title>The Best Site for...</title>
<style type="text/css">
body {
background-image: url ('http://img147.imageshack.us/img147/9826/background3wu4.jpg');
background-repeat: no-repeat;
background-position: center;
}
img.leftmargin {
margin-left:px;
margin-top:px;
}
img.leftmargin2 {
margin-left:px;
}
<!-- ok, so for "top"
margin value the greater
amount controls it. for ex.
the "0px" has no effect. so
only one top margin value
is needed. also,
for img2, the left margin controls
how far it is from the first pic,
not from the left of the browser...
unlike pic 1 where margin left
controls how far it is from the
left of the browser -->
img.leftmargin3 {
margin-left:px;
}
img.leftmargin4 {
margin-left:px;
}
img.leftmargin5 {
margin-left:px;
}
img.leftmargin6 {
margin-left:px;
}
</style>
</head>
<body>
<!-- <img class="leftmargin" src="xxx.jpg"> -->
<!-- <img class="leftmargin2" src="xxx.jpg"> -->
<!-- <img class="leftmargin3" src="xxx.jpg"> -->
<!-- <img class="leftmargin4" src="xxx.jpg"> -->
<!-- <img class="leftmargin5" src="xxx.jpg"> -->
<!-- <img class="leftmargin6" src="xxx.jpg"> -->
</body>
</html>
<head>
<title>The Best Site for...</title>
<style type="text/css">
body {
background-image: url ('http://img147.imageshack.us/img147/9826/background3wu4.jpg');
background-repeat: no-repeat;
background-position: center;
}
img.leftmargin {
margin-left:px;
margin-top:px;
}
img.leftmargin2 {
margin-left:px;
}
<!-- ok, so for "top"
margin value the greater
amount controls it. for ex.
the "0px" has no effect. so
only one top margin value
is needed. also,
for img2, the left margin controls
how far it is from the first pic,
not from the left of the browser...
unlike pic 1 where margin left
controls how far it is from the
left of the browser -->
img.leftmargin3 {
margin-left:px;
}
img.leftmargin4 {
margin-left:px;
}
img.leftmargin5 {
margin-left:px;
}
img.leftmargin6 {
margin-left:px;
}
</style>
</head>
<body>
<!-- <img class="leftmargin" src="xxx.jpg"> -->
<!-- <img class="leftmargin2" src="xxx.jpg"> -->
<!-- <img class="leftmargin3" src="xxx.jpg"> -->
<!-- <img class="leftmargin4" src="xxx.jpg"> -->
<!-- <img class="leftmargin5" src="xxx.jpg"> -->
<!-- <img class="leftmargin6" src="xxx.jpg"> -->
</body>
</html>
PS, I tried hosting on photobucket too, it still doesnt work
