Quote:
|
Originally Posted by BonyTony
^Thankyou^.
What happened to me with frontpage (office xp version) was that i got little red `X`s where my buttons to other pages were...but it was fine when viewed in frontpage, so after wasting time i thought i would try something else.
I see there is a free trial with namo so i will give it a go and if its ok i will say so 
|
The reason you get X's instead of images is because your images are either not being uploaded (hopefully not) .. or more likely they are not relative links..
This means that your software is making links that read something like: "c:/documents and settings/$yourusername/my documents/yourimagename.jpg/gif" which is fine when you view it on your machine through frontpage.. but useless when on a webserver.
What you need is the link to read: "yourimagename.jpg/gif" and make sure the image is in the same file as the .html files when you upload everything.. (obviously if you upload the images to a folder like "images" you'll need a link that reads "images/yourimagename.jpg/gif"
I hope thats clearer than it looks to me after reading it back to myself