At 05:41 PM 12/12/2009, you wrote: >How do you get the RootsWeb banner to appear at the >bottom instead of the top? Probably cause there is no opening <body> tag among other things. At least I did not see it. pat ---------- Pat Geary, Microsoft MVP - Expression Web We discuss FrontPage and Expression Web http://freepages.genealogy.rootsweb.com/~gearyfamily/frontpage/ http://freepages.genealogy.rootsweb.com/~gearyfamily/expression-web/ http://www.expression-web-tutorials.com/ Migrating from FrontPage to Expression Web EBook Revised to include EW 3.0 http://frontpage-to-expression.com/
On 12 Dec 2009 at 18:00, Patricia Geary wrote: > At 05:41 PM 12/12/2009, you wrote: > >How do you get the RootsWeb banner to appear at the > >bottom instead of the top? > > > Probably cause there is no opening <body> tag among other things. At > least I did not see it. > > pat I found out something. If you use a SSI (server side include) right after the </head> tag like this: <!--#include virtual="../00_ssi/banner.htm" --> and banner.htm has the first tag in it like: <BODY LANG="en-US" TEXT="#000000" LINK="#0000ff" VLINK="#800080" DIR="LTR" bgcolor="#FFFFCC"> RootsWeb does not detect the <body and drops the banner to the bottom. I want the banner at the top so I fixed it. I know, I know, a little bit of CSS would do me a lot of good :-) George