So im designing my portfolio... I've opened Frontpage, and ive dragged and dropped a lot of images in, saved as home.html... Signed up to Freewebs.com, uploaded all the files, yet when i view the page... all the images have X over them... can anyone help?
Try to check in your home.html if the path of the images are relative (eg image.jpg) and not absolute (eg C:\My Documents... or http://www.imageuploadsite.com/ ), in that way your home page reads the images from its root directory (if ever they are in the same directory) and not from your computer.
Hey Speno, check the image url by going to the .html page and rename to domain.com/image.jpg Image working? If=Yes, If that doesnt work means the file is not there If=No, linking to image is wrong in html Orici