Anyone know how to have the "text" scroll on a web page
instead of the background? Many thanks.

Re: Frontpage by Steve

Steve
Sun Aug 08 15:57:59 CDT 2004

If you mean you want the background to stay and the text to scroll over it, set the watermark option
for the background image.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
.......................with a computer

"Ray" <RCottrell@sir-ray.com> wrote in message news:253a01c47d82$6ad59820$a401280a@phx.gbl...
> Anyone know how to have the "text" scroll on a web page
> instead of the background? Many thanks.



Frontpage by Ray

Ray
Sun Aug 08 16:09:51 CDT 2004

Ok - yes, thats fine for a background picture - how about
a theme?



>-----Original Message-----
>Anyone know how to have the "text" scroll on a web page
>instead of the background? Many thanks.
>.
>

Re: Frontpage by Steve

Steve
Sun Aug 08 16:20:46 CDT 2004

That would depend upon the theme and how the theme is applied.
kind of hard to say without seeing it.



--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
.......................with a computer

"Ray" <RCottrell@sir-ray.com> wrote in message news:261601c47d8c$0b47e110$a601280a@phx.gbl...
> Ok - yes, thats fine for a background picture - how about
> a theme?
>
>
>
> >-----Original Message-----
> >Anyone know how to have the "text" scroll on a web page
> >instead of the background? Many thanks.
> >.
> >



Re: Frontpage by Ray

Ray
Sun Aug 08 16:27:58 CDT 2004

www.barnes-is24.com

basically, what i want to do is on the second page, where
I will list the various pages in the school website, is
to not have the backgound repeat when the list gets too
long for the visitor to see on one page.

I know there are menu things I can do, but I just want to
keep it simple with simple links.


Re: Frontpage by Steve

Steve
Sun Aug 08 16:42:39 CDT 2004

Add this to the opening body tag on the page while in html view.

bgproperties="fixed"

Also, since you're just putting it together, replace all spaces in file names with underscores _ or
dashes - as it will save you a lot of frustration later. Spaces will break links in some browsers,
and are what show as %20 when you click a link.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
.......................with a computer

"Ray" <RCottrell@sir-ray.com> wrote in message news:263201c47d8e$93348fe0$a601280a@phx.gbl...
> www.barnes-is24.com
>
> basically, what i want to do is on the second page, where
> I will list the various pages in the school website, is
> to not have the backgound repeat when the list gets too
> long for the visitor to see on one page.
>
> I know there are menu things I can do, but I just want to
> keep it simple with simple links.
>



Re: Frontpage by Murray

Murray
Mon Aug 09 15:20:33 CDT 2004

The only way to accomplish a non-repeating background would be to use CSS to
specify the no-repeat style.

If you are talking about a background on the page, then you would need to
use -

body { background-repeat:no-repeat; }

for the CSS style.

--
Murray

"Ray" <RCottrell@sir-ray.com> wrote in message
news:263201c47d8e$93348fe0$a601280a@phx.gbl...
> www.barnes-is24.com
>
> basically, what i want to do is on the second page, where
> I will list the various pages in the school website, is
> to not have the backgound repeat when the list gets too
> long for the visitor to see on one page.
>
> I know there are menu things I can do, but I just want to
> keep it simple with simple links.
>