RootsWeb.com Mailing Lists
Total: 5/5
    1. Re: [FreeHelp] site setup and includes
    2. Kim Mills
    3. Thanks! I've managed to get them all to show except the left side menu. That one is still giving an error. http://freepages.rootsweb.ancestry.com/~kmills/surnames/surnames.htm The only other thing I notice is the top menu and footer display is smaller on the RM made pages then the main page. I'm not that worried about it, but would be nice if they were the size the style sheet shows. Kim ----- No virus found in this message. Checked by AVG - www.avg.com Version: 10.0.1204 / Virus Database: 1435/3449 - Release Date: 02/17/11

    02/17/2011 10:00:38
    1. Re: [FreeHelp] site setup and includes
    2. Pat Geary
    3. At 05:00 PM 2/17/2011, Kim Mills wrote: >The only other thing I notice is the top menu and footer display is smaller >on the RM made pages then the main page. I'm not that worried about it, but >would be nice if they were the size the style sheet shows. You appear to be using two style sheets, the one that came with the template and one that it appears is created for the surnames page which contains this body {font-family: Tahoma, helvetica, sans-serif; font-size: 9pt; 9 point is for print and is way too small for the web. The two style sheets are fighting with each other. Again it is probably an issue of the correct path for the include. pat

    02/17/2011 10:18:04
    1. Re: [FreeHelp] site setup and includes
    2. Barry Carlson
    3. Kim, Please post the left menu Include again, and the #include code. Barry

    02/18/2011 04:40:47
    1. Re: [FreeHelp] site setup and includes
    2. Barry Carlson
    3. Kim, Pat has raised the issue of you using two style-sheets. If there is a conflict between style-sheets, the style-sheet loaded last will take precedence. A simpler way to add your styles links is:- <style> @import "styles.css"; @import "../our-family-blue.css;" </style> Note that style-sheet links can only be located in the head section of your page. Barry On 18/02/2011 11:00 a.m., Kim Mills wrote: > Thanks! > I've managed to get them all to show except the left side menu. That one is > still giving an error. > http://freepages.rootsweb.ancestry.com/~kmills/surnames/surnames.htm > > The only other thing I notice is the top menu and footer display is smaller > on the RM made pages then the main page. I'm not that worried about it, but > would be nice if they were the size the style sheet shows. > > Kim >

    02/18/2011 04:37:42
    1. Re: [FreeHelp] site setup and includes
    2. Kim Mills
    3. Thanks Barry, So would I change this code to what I added under it? <link rel="stylesheet" type="text/css" href="../our-family-blue.css" /> <div id="container"> <!--#include virtual="../includes/header.txt" --></div> <div id="topmenu"> <!--#include virtual="../includes/topmenu.txt" --></div> <div id="navigation"> <!--#include virtual="includes/leftmenu.txt" --></div> Change to this? <style> @import "styles.css"; @import "../our-family-blue.css;" <div id="container"> <!--#include virtual="../includes/header.txt" --></div> <div id="topmenu"> <!--#include virtual="../includes/topmenu.txt" --></div> <div id="navigation"> <!--#include virtual="includes/leftmenu.txt" --></div> </style> Thanks, Kim ----- Original Message ----- From: "Barry Carlson" <barrycarls@gmail.com> To: <freepages-help@rootsweb.com> Sent: Thursday, February 17, 2011 5:37 PM Subject: Re: [FreeHelp] site setup and includes > Kim, > > Pat has raised the issue of you using two style-sheets. If there is a > conflict between style-sheets, the style-sheet loaded last will take > precedence. > ----- No virus found in this message. Checked by AVG - www.avg.com Version: 10.0.1204 / Virus Database: 1435/3449 - Release Date: 02/17/11

    02/17/2011 10:54:08