
October 7th, 2003, 08:39 PM
|
|
Junior Member
|
|
Join Date: Oct 2003
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Web Page Display Problem
I have a webpage created in Frontpage. I am loading a background from an image file. My first problem was that the image would replicate on the right hand side of the page when displayed.
I found a post from PELT, telling someone to add the following code to resolve that problem
<style>
<!--
BODY {background-image: url(book.jpg); background-repeat: no-repeat; }
-->
</style
That stopped the replication problem, but now a white space displays on the right hand side of the page. Increasing the size of the image does not affect the white space
Any suggestions to get rid of the white space?
|