Hi, My jpgs will not show up on my website and I can't figure out why. I use Netscape Composer and inserted them the way I always do. I'd appreciate your help: http://www.rootsweb.com/~mings/publications.html thanks, pat
You need to check and see if it is online in the right location. Plus check to see if your JPEG string is .jpg or .JPG on your website. Your FTP should be able to tell you either way. Matt Matthew D. Friend & My Guide Dog - Rhapsody Come Visit My Favorite Web Sites! An American Portrait - A Family History Project http://freepages.genealogy.rootsweb.com/~apfhp
At 03:01 PM 3/20/2007, Richard & Pat wrote: >Hi, >My jpgs will not show up on my website and I can't figure out why. I >use Netscape Composer and inserted them the way I always do. I'd >appreciate your help: > >http://www.rootsweb.com/~mings/publications.html ==============snip=========== See if anything here helps http://freepages.genealogy.rootsweb.com/~gearyfamily/frontpage/troubleshooting-images.html Did you upload your images? Is the image source in your html and the actual file name EXACTLY the same including the same case? pat ---------- We discuss FrontPage and Expression Web http://freepages.genealogy.rootsweb.com/~gearyfamily/frontpage/ http://freepages.genealogy.rootsweb.com/~gearyfamily/expression-web/ Genealogy Web Design Tips and Tutorials http://www.genealogy-web-creations.com/ http://www.blog.family-genealogy-online.com/
I also use Composer for a lot of my site manipulation. There is a quirk that can deceive you. The page will look fine when you view it on your machine, but net viewers can't see certain images. This is because the link address is a 'local ' address, not a web url. To check this: While viewing the page in Composer, click on the image, and check the link address. Make sure the check box for "URL is relative..." is checked. One other possibility is that you make have labeled the .jpeg as ,jpg while both of these will identify the file correctly, one will not work if the link uses the other. Just a couple possible solutions. Jeff Owens Richard & Pat wrote: >Hi, >My jpgs will not show up on my website and I can't figure out why. I >use Netscape Composer and inserted them the way I always do. I'd >appreciate your help: > >http://www.rootsweb.com/~mings/publications.html > >thanks, >pat > > >------------------------------- >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 > > > >
Remove spaces. Make sure files are uploaded to the same folder as this page. .....img src="welcome.gif" border="0" height="45" width="183" This works, so use it as a model. Add the ALT tag. <a href=" file:///Users/pat/Pat/GENEALOGY%20SOCIETY/NGS%20web%20page%204.1/publications.html"> Spaces, mixed case, points to a PC file, not a web file--I think. .....img src="new01.gif" style="border: 0px solid ; width: 35px; height: 20px;" align="middle" This works, another model. Add Alt tag. src="nv,%20ideal%20sub.jpg" this has spaces. Remove spaces from filename, rewrite the .....img tag after the model, and reupload. Go over each of these to see if each matches the 2 that work. Other comments next to some. .....img src="nvtwp.jpg" style="width: 174px; height: 229px;" align="left"> missing ALT; .....img src="nv100.jpg" alt="" style="width: 143px; height: 204px;" align="left" missing ALT .....img alt="" src="nv,%20ideal%20sub.jpg" style="width: 203px; height: 157px;" align="left"> spaces, missing ALT .....img alt="" src="stepbystep.jpg" style="width: 228px; height: 175px;" align="left" missing ALT .....img alt="" src="postcard.jpg" style="width: 235px; height: 182px;" align="left" missing ALT On 3/20/07, Richard & Pat <[email protected]> wrote: > > Hi, > My jpgs will not show up on my website and I can't figure out why. I > use Netscape Composer and inserted them the way I always do. I'd > appreciate your help: > > http://www.rootsweb.com/~mings/publications.html > > thanks, > pat