Note: The Rootsweb Mailing Lists will be shut down on April 6, 2023. (More info)
RootsWeb.com Mailing Lists
Previous Page      Next Page
Total: 3720/10000
    1. Re: [FreeHelp] Help with Enter Here button required please
    2. Patricia Geary via
    3. http://freepages.genealogy.rootsweb.ancestry.com/~jeanmccarthy36/ It's been fixed. pat -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Barry Carlson via Sent: Sunday, July 19, 2015 11:50 PM To: [email protected]; Jean McCarthy Subject: Re: [FreeHelp] Help with Enter Here button required please Jean, You must have that Home Page on your computer. Can you look for the page that should be linked and post the name of it. That way we may be able to help. Barry ----------------------

    07/20/2015 01:57:00
    1. [FreeHelp] (no subject)
    2. JFlorian via
    3. Dear Elizabeth, I use Frontpage2000. I remember my confusion when I started. It's normal, expected even. I'm going to start from the basics, because even the basics can be daunting if you don't know them. If someone already covered this, I apologize. Rootsweb Freepages has 9 "categories". These are "directories", like a folder on your PC. Most people start off using the "family" directory, or the "genealogy" directory. (Others are "misc", school-alumni, history, etc.) Each Rootsweb "Directory" is a "website". Technically, you could make 9 websites using your userid and password. You need to set up the computer side to match what will go online. The directory you picked for your website (like "family" or "genealogy") MUST be on your computer. How? In Windows, make a directory called "My Webs". Click on it. Now make a new folder inside it named "genealogy"-- or whichever RW directory you picked. *** When you want to use another RW directory, that new folder will go under My Webs also. Open Frontpage and navigate to that "genealogy" folder. You now need Frontpage to recognize it as a 'website'. IF you named your website folder anything different (like mywebsite), you must change it now. The name must match the names Rootsweb uses. So it sounds like you made an "index.htm" or "index.html" page. Each website must have its own index page. When you have "a page" written, like "index.htm", you can simply open it, and under File, select Save As. Enter a new name. Yes, it is scary to now delete the content on your Newly Saved-As page. If it bothers you a whole lot, REdo the Save As and call that one "index_back-up.htm". Close both the "index.htm" and the "index_back-up.htm". Re-open ONLY your Newly Saved Page, whatever name you called it. Note: You must make all pages .htm OR .html (whichever you pick). Do the deletion in steps, just to prove to yourself that all is ok. On the Newly Saved-As page, delete a couple words, then File Save. Open your index-- prove to yourself that file still has the two words. Close the index so you still have the Newly Saved-As page opened. Now take a deep breath...and delete a whole paragraph and save. Recheck the index if you need to be sure. As you go back and forth, just always check the name of the file you have Open. Content is anything you type or add to a page. The background or header and footer are not content. So when you've deleted content-only from your Newly Saved-As page (and re-saved it -- File, Save), check the page... Does it have the background, header, footer---anything that you want on all pages? If yes, now you can make a Template that you can re-use. Take your Newly Saved-As page with just background/header/footer, and do File Save (just a precaution; you already saved it before). Now, use that page and do File, Save-As and name this one "template.htm" Let's say your Newly Saved-As page is called "michaels.htm". But now you want one called "steward.htm". Open your "template.htm" file and do Save-As... and rename it. Note how Save-As just makes a new page; it doesn't overwrite another page you made. You can re-use template.htm as much as you want through Save-As. Let's say under your folders you have: (folder-directory) My Webs (folder-sub-directory--website)--> genealogy (folder-sub-directory)----------------->images (folder-sub-directory)----------------->Let's say you want all your michaels pages in one page. So you make a New Folder and call it michaels (nothing else) (you can make other New Folders which each become a sub-directory under genealogy.) You may wonder, HOW do I get my "template.htm" into my new Folder called "michaels" Right click on template.htm -- choose COPY from the drop down list. Just touch to highlight the folder michaels Right click on the folder... now choose Paste. When you open the folder/directory michaels you will have inside it "template.htm". Now you can just do Save As and Name it the next page you want to do! Keep template.htm in that folder as long as you need it...or for forever. What about a page you made in the main directory under "genealogy"? If you have a new folder for it, you can simply highlight it, then, slide the file up to the folder, and drop it in. If you need more help, let me know. Judy

    07/19/2015 05:52:55
    1. Re: [FreeHelp] PAGES ?
    2. Patricia Geary via
    3. The version Elizabeth is using is evidently FrontPage 2000. I know Judith still uses that version but not sure who else might be. I no longer have any version of FP installed on my computers. 1999/03 - Microsoft FrontPage 2000 - Version 4 FP should offer the option of Save As under File. Perhaps Judy can check for her. pat http://freepages.genealogy.rootsweb.ancestry.com/~gloverhoward/bennett2.htm ... that I will dig myself deeper and deeper into the mire if I continue in offering any advice. That is no reflection on Elizabeth or her pages, as she is just making use of the tools she has, but some of the older MS software can become a nightmare if like me you are not familiar with its peculiarities. 'unsubscribe' without the quotes in the subject and the body of the message

    07/19/2015 01:51:46
    1. Re: [FreeHelp] Rendering text around shapes!
    2. Barry Carlson via
    3. Billie, In the example at:- http://countjustonce.com/test/mercator-resize.html .. the span element containing the PNG image will show its box border when prompted to do so, and it will now turn on and off using the shape control. Meanwhile the "shape-outside-circle()" property creates a circle over the alpha channel pixels (the white area outside of the circular image) which is modified by the span element padding to become an ellipse. So in a floated element, the box is ignored when the "shape" property is in use, and the text will snuggle up to the shape boundary. Following on from the above, IE10 and IE11 can both render the exclusion "wrap-flow:both" property, which now allows the positioning of a box element within text. The only problem is the box element needs to be positioned absolutely, which makes for difficulties if multiple paragraphs need to be flowed across it. In the following example, I have used some old techniques to overcome the problem, e.g. placed all the text in one <p> tag and used pseudo paragraph breaks. http://countjustonce.com/test/css-exclusion.html Barry -------------------------- On Sun, 19 Jul 2015 01:12:26 +1200, Billie Walsh via <[email protected]> wrote: > The shape tag writes over the image? > > I can create all sorts of shapes but they are all inside boxes with > transparent backgrounds.

    07/19/2015 12:00:19
    1. Re: [FreeHelp] Rendering text around shapes!
    2. Billie Walsh via
    3. I tried the second link and it didn't work in any of my browsers. On 07/19/2015 01:00 AM, Barry Carlson via wrote: > Following on from the above, IE10 and IE11 can both render the exclusion > "wrap-flow:both" property, which now allows the positioning of a box > element within text. The only problem is the box element needs to be > positioned absolutely, which makes for difficulties if multiple paragraphs > need to be flowed across it. In the following example, I have used some > old techniques to overcome the problem, e.g. placed all the text in one > <p> tag and used pseudo paragraph breaks. > > http://countjustonce.com/test/css-exclusion.html -- 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. _ _... ..._ _ _._ ._ ..... ._.. ... .._

    07/19/2015 02:36:13
    1. Re: [FreeHelp] Rendering text around shapes!
    2. Billie Walsh via
    3. I figured that was what was happening. Thank you for the explanation. I think the use is somewhat limited right now. I tried it in my usual browser, Firefox v31, and it didn't work. I tried the latest and greatest Firefox, v42, and still not implemented. It worked well in Chromium v43. I didn't try it on my Windows computer so no IE. On 07/19/2015 01:00 AM, Barry Carlson via wrote: > Billie, > > In the example at:- > > http://countjustonce.com/test/mercator-resize.html > > .. the span element containing the PNG image will show its box border when > prompted to do so, and it will now turn on and off using the shape > control. Meanwhile the "shape-outside-circle()" property creates a circle > over the alpha channel pixels (the white area outside of the circular > image) which is modified by the span element padding to become an ellipse. > > So in a floated element, the box is ignored when the "shape" property is > in use, and the text will snuggle up to the shape boundary. > > Following on from the above, IE10 and IE11 can both render the exclusion > "wrap-flow:both" property, which now allows the positioning of a box > element within text. The only problem is the box element needs to be > positioned absolutely, which makes for difficulties if multiple paragraphs > need to be flowed across it. In the following example, I have used some > old techniques to overcome the problem, e.g. placed all the text in one > <p> tag and used pseudo paragraph breaks. > > http://countjustonce.com/test/css-exclusion.html > > Barry > -------------------------- > On Sun, 19 Jul 2015 01:12:26 +1200, Billie Walsh via > <[email protected]> wrote: > >> The shape tag writes over the image? >> >> I can create all sorts of shapes but they are all inside boxes with >> transparent backgrounds. > > ------------------------------- > To unsubscribe from the list, please send an email to [email protected] with the word 'unsubscribe' without the quotes in the subject and the body of the message > -- 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. _ _... ..._ _ _._ ._ ..... ._.. ... .._

    07/19/2015 02:10:00
    1. [FreeHelp] Guestbook styling
    2. TilburyCM via
    3. Hello again, Back to work to try to finalise my South Tawton pages: is it possible to - style the title of the Guestbook which appears automatically when the gbk is called: at present it's in large black characters, which don't suit the style of these pages; -- reset the a:visited to the a:link definition when returning to the page: at present, having link, visited and hover defined, once the gbk has been visited, when going back to the page from within the group (separate folder), the a:visited colour appears, whereas I would like it to return to the a:link colour; ie a:visited while writing a message for the gbk, after reading it, but a:link style when returning to the gbk write page. http://freepages.genealogy.rootsweb.ancestry.com/~cmtilbury/stawton/st_contacts_guestbook.html Caroline ____ "Tilberia" http://freepages.family.rootsweb.com/~cmtilbury "TheTilbury Magazine" http://freepages.genealogy.rootsweb.ancestry.com/~cmtilbury/ttm/ttm_frontpage.html Every path has its puddle. Life has no reverse gear. NB: an e-mail message remains the Intellectual Property of the sender; traffic on this e-mail server may be normally subject to UK and French copyright law.

    07/18/2015 08:38:34
    1. [FreeHelp] Help with Enter Here button required please
    2. Jean McCarthy via
    3. Hi. Would any of you kind listers be able to help me solve a problem with the "Enter Here" button on my web site please. It is very many years since created the web site and I was only a beginner even then as I am now. I never learned HTML or CSS and just used Front Page to create the web site. I don't know why after all these years my Enter Here button does not work. Any help or advice would be very much appreciaged. Very many grateful thanks in advance. Kind regards. Jean McCarthy nee Moore -- http://freepages.genealogy.rootsweb.com/~jeanmccarthy36/ [email protected]

    07/18/2015 04:05:52
    1. Re: [FreeHelp] Rendering text around shapes!
    2. Barry Carlson via
    3. Earlier in the week I posted an image of a test-page I had been working on where the text had flowed against the side of a circular shaped image. The HTML page can be found at:- http://countjustonce.com/test/mercator-resize.html ... and will work in up-to-date versions of Chrome or Opera browsers, where the CSS controlling the shape dimensions is currently using the -webkit- prefix. Clicking on the Show Shape link beneath the right-hand image will show the transparent shape that is created below the floated .png image to form the boundary for the text. Microsoft have indicated that the CSS shape property is under consideration for inclusion in their new Microsoft Edge browser, and it will most likely respond to the -webkit- prefixed CSS and/or the non prefixed version. MS along with Firefox currently implement -webkit- prefixes in their browsers to ensure interoperability across platforms. As far as shapes go, the flowing of data around or inside various shapes - polygons included, is now feasible. An article by Sara Soueidan that explains the implementation is at:- http://alistapart.com/article/css-shapes-101 Windows 10 and the Microsoft Edge browser will probably be around for a long time, and my interpretation is that MS are intending doing updates to the O/S and browser at 4 monthly intervals. In other words new features will just appear as they do in Chrome, Firefox and Opera. Barry ---------------- On Tue, 14 Jul 2015 22:15:13 +1200, Barry Carlson via <[email protected]> wrote: > Tue, 14 Jul 2015 22:13:17 +1200, Barry Carlson > <[email protected]> wrote: > > The following image will show you what I'm talking about. > > http://freepages.rootsweb.ancestry.com/~bristowe/images/mercator-example.jpg > > Have a look at the enclosed image at bottom right and think about what > you are seeing - text wise! > I'll reveal the rest in due course.

    07/18/2015 11:50:09
    1. Re: [FreeHelp] Help with Enter Here button required please
    2. Patricia Geary via
    3. Jean, your enter here button is no longer linked to what whatever page you use to enter your site. Add a hyperlink to the button and it should work just fine. ===================== Would any of you kind listers be able to help me solve a problem with the "Enter Here" button on my web site please. It is very many years since created the web site and I was only a beginner even then as I am now. I never learned HTML or CSS and just used Front Page to create the web site. ============== pat

    07/18/2015 11:44:32
    1. Re: [FreeHelp] Help with Enter Here button required please
    2. JFlorian via
    3. I use Frontpage. Please post the URL to your website and the URL of the 'problem' page. Judy On Sat, Jul 18, 2015 at 5:05 PM, Jean McCarthy via < [email protected]> wrote: > Hi. > > Would any of you kind listers be able to help me solve a problem with the > "Enter Here" button on my web site please. It is very many years since > created the web site and I was only a beginner even then as I am now. I > never learned HTML or CSS and just used Front Page to create the web site. > > I don't know why after all these years my Enter Here button does not work. > > Any help or advice would be very much appreciaged. > > Very many grateful thanks in advance. > > Kind regards. Jean McCarthy nee Moore > > -- > http://freepages.genealogy.rootsweb.com/~jeanmccarthy36/ > > [email protected] > > ------------------------------- > To unsubscribe from the list, please send an email to > [email protected] with the word 'unsubscribe' without > the quotes in the subject and the body of the message > -- -- WASHINGTON COUNTY PA WEBSITES::: http://freepages.misc.rootsweb.ancestry.com/~florian/ http://freepages.school-alumni.rootsweb.com/~florian/the-rockdoctor/ Coordinator of the Washington County PAGenWeb: http://www.rootsweb.ancestry.com/~pawashin/

    07/18/2015 11:27:56
    1. Re: [FreeHelp] Calling Barry (yikes! mobile)
    2. Barry Carlson via
    3. Judy, T'is the 'flu season down here! As Pat and Kathy have said, it is working correctly. If a mobile is able to display 640px in either orientation, it will display the page, and if it is best displayed in the Horizontal mode there will be a prompt to change from Portrait to Horizontal. Otherwise all you will see are the RW banners and the h2 tag contents. If you are testing it by reducing your browsers window width; select your new width then refresh the page to check. The http://mobiletest.me emulator shows that those devices that are capable of displaying your page will, and those that aren't will let you know. Barry ------------------- On Fri, 17 Jul 2015 16:41:01 +1200, JFlorian <[email protected]> wrote: > Hi Barry, > > I decided to upload even though I'm not yet done adding the mobile code > (few hundred pages to go). > Is the h2 id supposed to show on a PC or not ? > <///h2 id="mobile">This webpage is not designed for viewing in a Mobile > device</h2> > > If so, it doesn't show. > Seehttp://freepages.genealogy.rootsweb.ancestry.com/~florian/ > > > Then I tried a friend's android and the phones at http://mobiletest.me/ > These two only show the h2 id but no web page. > Apple 5Samsung galaxy Y > So 4 out of of 6 phones do show the pages. > > > Is it all working as it should? (Did I do it right?) I copied the > mobile (3) codes in as blocks >so they should all be the same on all > pages. > > Judy >

    07/18/2015 03:01:16
    1. Re: [FreeHelp] Rendering text around shapes!
    2. Billie Walsh via
    3. The shape tag writes over the image? I can create all sorts of shapes but they are all inside boxes with transparent backgrounds. On 07/18/2015 12:50 AM, Barry Carlson via wrote: > Earlier in the week I posted an image of a test-page I had been working on > where the text had flowed against the side of a circular shaped image. > > The HTML page can be found at:- > > http://countjustonce.com/test/mercator-resize.html > > ... and will work in up-to-date versions of Chrome or Opera browsers, > where the CSS controlling the shape dimensions is currently using the > -webkit- prefix. Clicking on the Show Shape link beneath the right-hand > image will show the transparent shape that is created below the floated > .png image to form the boundary for the text. > > Microsoft have indicated that the CSS shape property is under > consideration for inclusion in their new Microsoft Edge browser, and it > will most likely respond to the -webkit- prefixed CSS and/or the non > prefixed version. MS along with Firefox currently implement -webkit- > prefixes in their browsers to ensure interoperability across platforms. > > As far as shapes go, the flowing of data around or inside various shapes - > polygons included, is now feasible. An article by Sara Soueidan that > explains the implementation is at:- > > http://alistapart.com/article/css-shapes-101 > > Windows 10 and the Microsoft Edge browser will probably be around for a > long time, and my interpretation is that MS are intending doing updates to > the O/S and browser at 4 monthly intervals. In other words new features > will just appear as they do in Chrome, Firefox and Opera. > > Barry > ---------------- > > On Tue, 14 Jul 2015 22:15:13 +1200, Barry Carlson via > <[email protected]> wrote: > >> Tue, 14 Jul 2015 22:13:17 +1200, Barry Carlson >> <[email protected]> wrote: >> >> The following image will show you what I'm talking about. >> >> http://freepages.rootsweb.ancestry.com/~bristowe/images/mercator-example.jpg >> >> Have a look at the enclosed image at bottom right and think about what >> you are seeing - text wise! >> I'll reveal the rest in due course. > > ------------------------------- > To unsubscribe from the list, please send an email to [email protected] with the word 'unsubscribe' without the quotes in the subject and the body of the message > -- 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. _ _... ..._ _ _._ ._ ..... ._.. ... .._

    07/18/2015 02:12:26
    1. [FreeHelp] Tip: It's the simple things in site redesign
    2. JFlorian via
    3. In 2006 a woman sent me over 3,000 engagement-wedding newspaper images. All needed transcribed. All file names needed redone for a consistent naming. Over 2,000 contained the letters RO for Record-Outlook.. It was before I knew about CaSe SenSiTiVe in html coding. With doing a site overhaul, I painstakingly went through nearly 5,000 images, changing all file names to lowercase--- by hand. The program confirmed updating the links as I edited the file names. With re-uploading the site, I needed to delete 'everything' to ensure duplicate files wouldn't exist. I feared, though, that RW wouldn't re-upload all the images. With trepidation, I checked a random file in the live web. My heart sunk. After all my hard work, some images were not there! I re-uploaded---twice! Still no images! Nothing seemed 'wrong'---what mistake did I make? When adding some missing ALT tags on another page, I noticed RO in an image filename. Ah ha! Sure enough, I found the program did NOT update the links to lowercase when I fixed the file names months ago. Of course, fixing RO to ro will make all my missing images appear. (Yay!) It's simple things like this that drive webmasters crazy about code. Moral::: Always check the simplest explanation for a problem, first, before going on to a more complex cause. Judy

    07/17/2015 01:14:07
    1. Re: [FreeHelp] Calling Barry (yikes! mobile)
    2. Kathy Thompson via
    3. Looks perfect to me. tested on PC - see regular webpage tested on iPhone - see "not designed for mobile" message that's what I'd expect that tag to be doing On 17 July 2015 at 14:41, JFlorian via <[email protected]> wrote: > Hi Barry, > > I decided to upload even though I'm not yet done adding the mobile code > (few hundred pages to go). > > Is the h2 id supposed to show on a PC or not ? > <///h2 id="mobile">This webpage is not designed for viewing in a Mobile > device</h2> > > If so, it doesn't show. > See > http://freepages.genealogy.rootsweb.ancestry.com/~florian/ > > > Then I tried a friend's android and the phones at http://mobiletest.me/ > These two only show the h2 id but no web page. > Apple 5 > Samsung galaxy Y > > So 4 out of of 6 phones do show the pages. > > > Is it all working as it should? (Did I do it right?) I copied the mobile > (3) codes in as blocks so they should all be the same on all pages. > > Judy > > ------------------------------- > To unsubscribe from the list, please send an email to > [email protected] with the word 'unsubscribe' without > the quotes in the subject and the body of the message >

    07/17/2015 12:23:05
    1. Re: [FreeHelp] Google Webmaster Tools
    2. Linda Haas Davenport via
    3. Judy, When I reorganize a site (or move one) I copy the entire website to a separate folder on my hard drive and as I finish redoing a page I take the matching "old" page(s), wipe out the content, fix the meta tag statements and add a redirect message saying the page has moved and listing the new link or the link to the new index. That way all my old pages have redirects and I can upload them to where they were and my new pages to where they need to be. Eventually most of the people/places that link to that page make the change or at the least they get to the right spot without much trouble. If you use the above scenario the search engines will read your redirects, follow them and index your new pages. There are a few places I always notify immediately of changes in URLs - usgenweb sites, Cyndi's List and Linkpendium. After that it's use the search engines and notify webmasters as I have time. Meanwhile the redirects from my old pages are doing the job. I've never had much luck getting my content removed when someone copies it and puts it their sites. Some hosting companies will make a user take copyrighted material down, but if it's just facts then they won't. It's frustrating. The most you can do is notify Cyndi's List and Linkpendium of the site's URL that took your information. They've been really good in the past at removing links to that page/site. One time I had a couple of articles I wrote specifically for my website taken by a woman who refused to remove them. I searched for links to her website and contacted those webmasters. The majority of them removed their link to her site and used mine instead. For those who questioned me about my "right" to the articles I sent them to the wayback machine <g> Linda Linda Haas Davenport my Home Page: http://www.lhaasdav.com My Marion Co AR page: http://www.argenweb.net/marion/ my Tulsa OK Page: http://www.tulsaokhistory.com -----Original Message----- From: JFlorian via Sent: Friday, July 17, 2015 12:16 AM To: [email protected] Subject: [FreeHelp] Google Webmaster Tools I'm unsure how to word my questions...so I'll lump it together. What do I need to do if I reorganized my site? How do I get it recrawled? How do I notify webs that linked to me? How do I ask for my content to be removed from sites that have copied my content? Judy ------------------------------- To unsubscribe from the list, please send an email to [email protected] with the word 'unsubscribe' without the quotes in the subject and the body of the message ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2015.0.6081 / Virus Database: 4392/10243 - Release Date: 07/16/15

    07/17/2015 07:51:12
    1. Re: [FreeHelp] Lost access to my website
    2. SBS Engineers Research via
    3. It’s cold enough to keep chocolate from melting while travelling. Ann God may have created man before woman, but there is always a rough draft before the masterpiece. From: JFlorian [mailto:[email protected]] Sent: Friday, July 17, 2015 11:16 AM To: SBS Engineers Research Cc: [email protected] Subject: Re: [FreeHelp] Lost access to my website LOL please send that milk chocolate by express mail. Judy

    07/17/2015 05:28:15
    1. Re: [FreeHelp] Lost access to my website
    2. SBS Engineers Research via
    3. Judy What a dream you are – it worked!! even though I don’t remember the words ‘file manager’ J. You are worth your weight in chocolate!!!!!! Many, many thanks. Ann Save the Earth - it's the only planet with chocolate! From: JFlorian [mailto:[email protected]] Sent: Friday, July 17, 2015 11:11 AM To: SBS Engineers Research; [email protected] Subject: Re: [FreeHelp] Lost access to my website If you are referring to File manager, just google Rootsweb File Manager - pick the one for Rootsweb File Manager (there is one for "freepages" too, you must pick the right one) Enter your ID and password on the screen. And you'll be "inside" your website. Judy

    07/17/2015 05:14:29
    1. Re: [FreeHelp] Google Webmaster Tools
    2. Billie Walsh via
    3. On 07/17/2015 12:16 AM, JFlorian via wrote: > I'm unsure how to word my questions...so I'll lump it together. > > What do I need to do if I reorganized my site? Upload the new site. Generate a new site map for Google. > How do I get it recrawled? It will happen. > How do I notify webs that linked to me? If you know who they are you can tell them. For those you don't know about, well...............I guess they will figure it out eventually. A while back I adopted a county in Oklahoma. The old site was on Rootsweb and the state coordinator wanted it moved to the new state server. That left me with the old Rootsweb site with nothing on it but a page telling it had been moved. I thought about it for a long time and got to thinking about researchers that had bookmarked pages on the site with their family data on it. Those links were now broken. I decided to reload that site and keep it up to date as a mirror. > > How do I ask for my content to be removed from sites that have copied my > content? > > Judy Ask. Just don't expect it to happen. Some will. Some might. And, some won't. That's just how it is. My theory is if you don't want someone to copy it to their site don't post it on the web. -- 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. _ _... ..._ _ _._ ._ ..... ._.. ... .._

    07/17/2015 05:02:49
    1. [FreeHelp] Lost access to my website
    2. SBS Engineers Research via
    3. Good morning list, For approx. 15 years I have had a freepages at rootsweb website for Blacksmiths and Related Trades . http://freepages.genealogy.rootsweb.ancestry.com/~blacksmiths/ I am also Admin of surname lists BASKETT and NUTTY (not very rigourous lists J). Recently I had a bug in my computer and sought advice from Malwarebytes on how to ix it. Unfortunately, when the bug was cleared, some of my saved URLs and other programs disappeared. I can now not access my Blacksmiths Website as ADMINISTRATOR and upload new information. I contact Rootsweb but all they did was send me the URL as above which does NOT let me access as ADMIN. I have my ID and password but need access to the admin area. I must have the URL for admin written somewhere but cannot find it. Can someone please help me. Kind regards Ellen Ann Spiro (called Ann) Perth, Western Australia [email protected] <mailto:[email protected]> OLD site: The Blacksmiths & Related Occupations Website : http://tinyurl.com/2948r4v <http://tinyurl.com/2948r4v> NEW site: The Blacksmiths & Related Occupations Website http://blacksmiths.mygenwebs.com <http://[email protected]> Guild of One Name Studies: Guild ONS Representative for WA & NT. [email protected] <mailto:[email protected]> Guild registered surnames: BASKETT; BRIGGS & NUTTY http://www.one-name.org/ <http://www.one-name.org/> Baskett DNA Project: http://www.familytreedna.com/public/Baskett <http://www.familytreedna.com/public/Baskett> ADMIN for surname lists: Baskett and Nutty

    07/17/2015 04:23:09