On Monday, January 31, 2011 4:56 AM (UTC+13) Beverly wrote:- > I am recreating my genealogy website and have one little graphics problem > that seems to be caused by the Rootsweb banner. > > I've search this forum but haven't found a specific answer to my problem. > The code inserting the Rootsweb banner has created a thin white line at > the top center of my page. The template works fine before the banner is > added, but I am not savy enough to know how to bypass the style changes > caused by the banner. > > See - > http://freepages.genealogy.rootsweb.ancestry.com/~watsonbev/Faulkner.html > > Any help would be greatly appreciated. > --------------------------- Beverly, The Rootsweb server inserts your page into a div after displaying the banner, and that div is configured to place 8px of padding round your content. In your case, the background image you are using has a white area through the center portion, i.e. behind you content. To fix the problem, add to your CSS the following:- #userContentFP { margin-top:-8px; } Barry