I took a photo 3600x2400 (8mg) into photoshop and reduce it to 250x188
for a background and to load faster, but it only coming up either as a
repeat or a small box.
I use this:
<style type="text/css">
<!--
body {
background-image: url ("parklawn1.jpg ");
background-color:transpare nt;
background-repeat: no-repeat;
}
-->
</style>
I added background-position: 100% 100%; with no luck and it puts in
the bottom cor.
Even replace " with ' and no different
If I increase the photo in photoshop to 500x366, still does not come
out as a full page.
What do I have to do to get it to fit full page?
Thanks
for a background and to load faster, but it only coming up either as a
repeat or a small box.
I use this:
<style type="text/css">
<!--
body {
background-image: url ("parklawn1.jpg ");
background-color:transpare nt;
background-repeat: no-repeat;
}
-->
</style>
I added background-position: 100% 100%; with no luck and it puts in
the bottom cor.
Even replace " with ' and no different
If I increase the photo in photoshop to 500x366, still does not come
out as a full page.
What do I have to do to get it to fit full page?
Thanks
Comment