Freepages-Help-L Archives
Archiver > Freepages-Help > 2007-02 > 1170953549
From: Pat Geary <>
Subject: Re: [FreeHelp] FREEPAGES-HELP Digest, Vol 2, Issue 46
Date: Thu, 08 Feb 2007 11:52:29 -0500
At 09:24 AM 2/8/2007, wrote:
>I guess I havre no clue...I've never validated my web site nor do I have any
>idea what CSS is... However, it seems to work nicely. if any "Tech Heads"
>want to look at it and tell me what ive done wrong, I really would
>appreciate
>any comments. Site is _http://freepages.family.rootsweb.com/~stahlman/_
>(http://freepages.family.rootsweb.com/~stahlman/)
The first thing you need to add is a doctype statement to your page
for the validator to even work. Try this one at the top of each page -
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
You can read more about the structure of a html document
here http://www.genealogy-web-creations.com/html-document-structure.html
CSS stands for Cascading Style Sheet and it is moving all your styles
from your html coding to an external style sheet that is then linked
to each page. Onc change in the style sheet makes the change for each
page it is attached to.
Example:
http://www.family-genealogy-online.com/
http://www.family-genealogy-online.com/new-genealogy.css
(corresponding style sheet)
so rather than a lot of font tags, I can specify the style for the
font family and color.
You might also be interested in this
http://www.genealogy-web-creations.com/case-study.html
> The one problem I do have is when I set up and transfereed my Family tree
>info to roots web at _http://wc.ro
>otsweb.com/cgi-bin/igm.cgi?op=GET&db=stahlmanmaster&id=I0280_
>(http://wc.rootsweb.com/cgi-bin/igm.cgi?op=GET&db=stahlmanmaster&id=I0280)
>the notes info, mostly obituary transcriptions dosent show up.
>I dont know what Ive done wrong, but not all of the data is showing
>up on the
>tree data
This may be caused by how you generated your GEDCOM file. With PAF
(Personal Ancestral File), you have to indicate that you want the
notes and sources to be included. Perhaps you neglected to do that.
pat
____________
Pat Geary
http://www.family-genealogy-online.com/
http://www.genealogy-web-creations.com/
http://www.blog.family-genealogy-online.com/
This thread:
| Re: [FreeHelp] FREEPAGES-HELP Digest, Vol 2, Issue 46 by Pat Geary <> |