RootsWeb.com Mailing Lists
Total: 2/2
    1. [ROOTSWEB-HELP] External Style Sheet Problem!!!
    2. DONNA COOPER
    3. List Readers, did you ever feel down right stupid and perplexed at the same time? Well, at the moment, that is certainly me. If someone out there has a few minutes who could help me with an external style sheet problem I sure would appreciate it. The more I look at this page - the bigger the problem gets! *smile* For some reason it isn't being read - just can't get it to work. It seems to be linked up right but there must be another problem. Here is the page - http://www.rootsweb.ancestry.com/~mobarry/cemetery/roller-ar/roller-ar.htm Donna Cooper

    07/06/2010 02:03:07
    1. Re: [ROOTSWEB-HELP] External Style Sheet Problem!!!
    2. Pat Asher
    3. At 11:03 AM 7/6/2010, DONNA COOPER wrote: >List Readers, did you ever feel down right stupid and perplexed at >the same time? Well, at the moment, that is certainly me. > >If someone out there has a few minutes who could help me with an >external style sheet problem I sure would appreciate it. > >The more I look at this page - the bigger the problem gets! *smile* > >For some reason it isn't being read - just can't get it to work. It >seems to be linked up right but there must be another problem. > >Here is the page - > >http://www.rootsweb.ancestry.com/~mobarry/cemetery/roller-ar/roller-ar.htm Hi Donna, Your coding says to look up the tree for the style sheet in the "cemetery" subdirectory. Instead, your style sheet lives in the same directory as the page. Change your code to read <.link rel="stylesheet" type="text/css" href="<view-source:http://www.rootsweb.ancestry.com/~mobarry/cemetery/roller-ar/view-source:http://www.rootsweb.ancestry.com/%7Emobarry/cemetery/roller-ar/style_cemetery.css>style_cemetery.css" media="screen" /> You will also need to correct your TABLE coding. Nested tables reside inside the data cell of the "larger" table, e.g. <.table> <.tr> <.td> <.table> <.tr> <.td> <./td> <./tr> <./table> <./td> <./tr> <./table> <table> <table> <table> etc. is invalid coding. A validator is your friend <g> Pat Asher

    07/06/2010 09:51:50