halifax123
Power Member
- Aug 5, 2008
- 594
- 66
I couldn't find a better place this post so please forgive me if i'll placed
using an index page I'm displaying essentially a landing page and I'm using a jpg to do it. So I do a general html index page and
sorry about the weird colors I didn't do that! anyway, the "screenshot" jpeg is about 1024 X 900 but when I upload to my host, the pic is cut off, as it only displays within the screen display, and cuts off anything below the viewable screen....any idea on how I can correct the prob?
thanks guys!
using an index page I'm displaying essentially a landing page and I'm using a jpg to do it. So I do a general html index page and
HTML:
<html>
<head>
<style type="text/css">
body
{
background-image: url('screenshot.jpg');
background-repeat: repeat-y
}
</style>
</head>
<body>
</body>
</html>
sorry about the weird colors I didn't do that! anyway, the "screenshot" jpeg is about 1024 X 900 but when I upload to my host, the pic is cut off, as it only displays within the screen display, and cuts off anything below the viewable screen....any idea on how I can correct the prob?
thanks guys!