Note: The Rootsweb Mailing Lists will be shut down on April 6, 2023. (More info)
RootsWeb.com Mailing Lists
Total: 3/3
    1. Re: [FreeHelp] FOUR! (it isn't golf) Update Nested Lists - placement of tags in long nested lists
    2. Billie Walsh via
    3. On 09/08/2015 04:14 AM, JFlorian via wrote: > Real example of one error one the first ul line below.: > .<..ul> > <...li><...a > href="http://freepages.genealogy.rootsweb............htm">Index > to ....</a></li> > > <...ul> > <...li><a href="http://freepages.genealogy.rootsweb......htm">Fort > Pitt ....</a></li> > <...li><a href="http://freepages.genealogy.rootsweb......htm">Pitt > Five ......</a></li> > <...li><a href="http://freepages.genealogy.rootsweb.....htm">Faces of > ...</a></li> > </ul> > </ul> I see immediately what the issue is above. DO NOT close the first <li> above until after the second level list: Real example of one error one the first ul line below.: .<..ul> <...li><...a href="http://freepages.genealogy.rootsweb............htm">Index to ....</a> <...ul> <...li><a href="http://freepages.genealogy.rootsweb......htm">Fort Pitt ....</a></li> <...li><a href="http://freepages.genealogy.rootsweb......htm">Pitt Five ......</a></li> <...li><a href="http://freepages.genealogy.rootsweb.....htm">Faces of ...</a></li> </ul></li> </ul> Should look like the above. -- A cat is a puzzle with no solution. Cats are tiny little women in fur coats. When you get all full of yourself try giving orders to a cat. _ _... ..._ _ _._ ._ ..... ._.. ... .._

    09/08/2015 01:55:10
    1. Re: [FreeHelp] FOUR! (it isn't golf) Update Nested Lists - placement of tags in long nested lists
    2. JFlorian via
    3. Trying to figure out how to locate every line for those? For example, most are A Primary Index Tier --A secondary index tier as a list item -----List Items -----List items --A second secondary index tier -----List Items -----List items -----more List items --A third secondary index tier etc. Only "index" tiers start a nested list. So would it work to search for "index" and change just those, and put its /li with the first /ul ?? Would that do it? Judy

    09/08/2015 11:21:51
    1. Re: [FreeHelp] FOUR! (it isn't golf) Update Nested Lists - placement of tags in long nested lists
    2. Barry Carlson via
    3. Judy, I suggest you look again at:- http://archiver.rootsweb.ancestry.com/th/read/Freepages-Help/2015-08/1440306118 ... and note that when you nest a new list, the <.li> of the line you insert it into is not closed until after the <./ul> tag of the new list. Barry ---------------------- On 09/09/2015 09:21, JFlorian via wrote: > Trying to figure out how to locate every line for those? > > For example, most are > > A Primary Index Tier > --A secondary index tier as a list item > -----List Items > -----List items > --A second secondary index tier > -----List Items > -----List items > -----more List items > --A third secondary index tier > etc. > > Only "index" tiers start a nested list. So would it work to search > for > "index" and change just those, and put its /li with the first /ul ?? > Would > that do it? > > Judy > > ------------------------------- > To unsubscribe from the list, please send an email to > FREEPAGES-HELP-re[email protected] with the word 'unsubscribe' > without the quotes in the subject and the body of the message

    09/09/2015 03:44:01