navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
FrontPage Alternative
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

Background image

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> General Web Development >> Background image
Page: [1]
 
Guest


 
Background image - 3/21/2001 21:05:00   
Anybody know of a way to prevent Frontpage 2000 from tiling background images?? I'm trying for a special effect with a large, single background image in the table, but can't stop it from repeating. Maybe custom code HTML?? Any suggestions? Thanx
ranchie
Gil

 

Posts: 7533
From: North Carolina, USA
Status: offline

 
RE: Background image - 3/21/2001 21:09:00   
Sorry, there's no way to stop any html page from tiling the bgimage - that's the way its supposed to work...

------------------
Gil Harvey
The Host Factory
Resellers are our speciality
"Never miss a good chance to shut up"


(in reply to Guest)
Guest


 
RE: Background image - 3/21/2001 21:16:00   
Thanx, Gil... that's what I needed to know.
ranchie

(in reply to Guest)
LB

 

Posts: 5551
From: Montana USA
Status: offline

 
RE: Background image - 3/21/2001 22:10:00   
You can add a large white or colored border to the photo, but that will be probably be adding a lot to the file size.

Linda

------------------
Ruby Marketing


(in reply to Guest)
jessecan

 

Posts: 109
From: Aliso Viejo, CA
Status: offline

 
RE: Background image - 3/23/2001 13:33:00   
quote:
Originally posted by ranchhand:
Anybody know of a way to prevent Frontpage 2000 from tiling background images?? I'm trying for a special effect with a large, single background image in the table, but can't stop it from repeating. Maybe custom code HTML?? Any suggestions? Thanx
ranchie

This is possible to do if you are still interested. I ran into the same problem with my site but I went and found the code that someone else used and it worked great.

<style>
body {background-image: url(wherever\image.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center center}
</style>

You need to insert this right before your </head> tag. You also need to change the url so that FP knows where to find the image that you are going to display. Next of all you need to go to the page that you want to apply this affect to and right click and choose page properties then enable background picture and watermark then choose the picture that you want to display. This should work.

[This message has been edited by jessecan (edited 03-23-2001).]

[This message has been edited by jessecan (edited 03-23-2001).]


(in reply to Guest)
Gil

 

Posts: 7533
From: North Carolina, USA
Status: offline

 
RE: Background image - 3/23/2001 14:09:00   
quote:
Originally posted by jessecan:

<style>
body {background-image: url(wherever\image.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center center}
</style>





With NN4 there are SERIOUS screen re-drawing problems when this property is used. Avoid this property if you need to target NN version 4.XX.
- Because the 'background-position' property is not supported, this property only displays starting from the upper, left corner of the element. IE: it won't be centered in NN4.XX

------------------
Gil Harvey
The Host Factory
Resellers are our speciality
"Never miss a good chance to shut up"

[This message has been edited by Gil (edited 03-23-2001).]


(in reply to Guest)
jessecan

 

Posts: 109
From: Aliso Viejo, CA
Status: offline

 
RE: Background image - 3/23/2001 16:38:00   
quote:
Originally posted by Gil:
[QUOTE]Originally posted by jessecan:

<style>
body {background-image: url(wherever\image.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center center}
</style>





With NN4 there are SERIOUS screen re-drawing problems when this property is used. Avoid this property if you need to target NN version 4.XX.
- Because the 'background-position' property is not supported, this property only displays starting from the upper, left corner of the element. IE: it won't be centered in NN4.XX

[/B][/QUOTE]

Oh yea I forgot about that- Good Point! (Why do people still use Netscape??)


(in reply to Guest)
Goober

 

Posts: 1156
From: Pennsylvania USA
Status: offline

 
RE: Background image - 3/23/2001 21:01:00   
Interesting. Last time I used that little snippet, it was an IE user who claimed they couldn't see it. No idea what version they were using...3?

Sandy

------------------
www.alleghenyweb.com


(in reply to Guest)
Gil

 

Posts: 7533
From: North Carolina, USA
Status: offline

 
RE: Background image - 3/23/2001 22:33:00   
I doubt it it Sandy - About the ONLY thing IE3 did right was CSS
I can't guess what could have been wrong.

------------------
Gil Harvey
The Host Factory
Resellers are our speciality
"Never miss a good chance to shut up"


(in reply to Guest)
Page:   [1]

All Forums >> Web Development >> General Web Development >> Background image
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts