Click to See Complete Forum and Search --> : facing problem after uploading website
raghuchethan
04-27-2007, 06:58 AM
I recently uploaded my website www.bittisoftware.com which was designed using FRONTPAGE software and the website is not displaying the logo and buttons, but it is displaying the links. Can someone please help me fix this problem.Also I want to know if this problem will be resolved if I activate the FRONTPAGE extention on my domain control panel.
Thank you
R.Raghu Chethan
Centauri
04-27-2007, 08:36 AM
It would seem that the graphics and their respective folders were not uploaded to the site with the html. This is not connected with the Frontpage extensions, but something to do with your setup when uploading. As I don't use (and never will) Frontpage, I could not suggest where the problem may lay (in amongst the jumble of wierd folders that Frontpage produces).
My suggestion is to upload using an FTP program, and ditch Frontpage.
Cheers
Graeme
Besides checking to make sure the images are downloaded, also make sure that your links are relative to the webpage, rather than absolute (denoting the path to find them in your computer), so you don't have a code string similar to this:
<img src="C://My Documents/FrontPage/website/images/file.gif" />
Reference: http://www.yourhtmlsource.com/myfirstsite/basiclinks.html#RELABS
KDLA