Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Frontpage Background Picture problems

Status
Not open for further replies.

Darrenb

MIS
Jan 20, 2000
85
GB
I am using MS FrontPage 98 on my Win 95 machine. I have a backdrop set as a small jpeg picture. All I want is to have the picture centered on the screen, but FrontPage insists on having it tilled. I cant find where to change this setting - which is driving me up the wall!!!

If anyone can help me, it would be much appreciated.

Darren [sig][/sig]
 
You need to check the html code. FrontPage will automatically tile the image if it is in the body tag and it is small.

In order to have the image centered, you could set it as the background of a table on the page or you could re-create the image to the size of the page and then place it in the body tag.

These are the only two options I know of to help. [sig][/sig]
 
I have just found a script that will help you in placing your image in the center of the page as a water mark it is below for you.

<script language=&quot;JavaScript1.2&quot;>
<!-- Watermark Background image script -->
if(document.all)
document.body.style.cssText=&quot;background:white url(image.jpg) no-repeat fixed center center&quot;
</script>


all you have to do is change image.jpg to the name of your image.

Hope this works [sig][/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top