Lonnie, Welcome to the wonderful world of HTML ! On first glance at your code, I see far too many double quotes ( " ) Let's look at the first line: elvina abel 501"<a href=""http://freepages.genealogy.rootsweb.ancestry.com/~kettletree/BKC/pg501.jpg""><strong>501</strong></a> There is an extra double quote before the <a href, as well as two double quotes before http and after .jpg. As an aside, you don't need <strong> or </strong> before and after 501, because system default is to make the linked text "strong" anyway. So I would first, make a backup of your file, second, massage your file with search and replace -- replace every instance of a double set of double quotes ("") with one double quote (") third, replace every instance of "<a href with <a href -- removing the double quote. After that, see how it displays and work from there. Good luck, Charlie Dobie At 01:49 PM 9/24/2015, you wrote: >Hi, > My Comcast.com server people recently decided to remove free user > space! Ouch! > >I am trying to move programs I had there to freepages. And move all >this type stuff out of my >Homepages to freepages. So I have room for my photos on homepages. > >I got connected and uploaded with wsftp and started trying to get >one program to work >A marriage index program, a view actual record image program. > >I uploaded only one image pg501.jpg, right now testing! >Modified program thought it would work but doesn't! > >Will someone look at the program and tell me why the the first line >embedded href 501 link won't work at this location. > >Once I get it working I can get the others working, and upload the >other images and my other files and programs! > > >Here is the image link! > >http://freepages.genealogy.rootsweb.ancestry.com/~kettletree/BKC/pg501.jpg > >Here is the program. > >http://freepages.genealogy.rootsweb.ancestry.com/~kettletree/BKC/JCI_Marriage_index_bkc.html > >As you can see my programming skills are limited basically simple >cut and paste and trial and error! The program formatting is a mess >and other things, I don't know how to do but it worked, once and one >could use it, just not pretty, and people liked it! > > I get this list in digest mode, haven't even gotten my first digest! > >Any help appreciated > >Thanks > >Lonnie fink >[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 > > >----- >No virus found in this message. >Checked by AVG - www.avg.com >Version: 2015.0.6140 / Virus Database: 4419/10692 - Release Date: 09/24/15 Charles Dobie, [email protected]