My problem is when i built my website Everything is fine a flash a button a banner and all 675 pages...
my problem is when i upload a website by ftp client online is stil not working!! i mean all of first categorie work properlly but a sub-categorie i cannot see my Banner (no flash) my sub-banner ( flash) and my button????
i really no understand because offline everything is right? is a first in all my website that happen???
thank you for all of your answer
PS: sorry for my english but iam a french guy.....and french forum is not really that
All I can suggest at this stage (without seeing the site, as it is) would be to check that all internal links relate to the web sites root (or other documents & images, files, flash scripts, below the root directory) as opposed to being relative to files on your C: drive.
-------------------- TFC 'Going to trial with a lawyer who considers your whole life-style a Crime in Progress is not a happy prospect.' - Hunter S Thompson (1937-2005)
As I said, you need to check all your internal site links as many are pointing to files on your hard drive, and not self contained within the site itself.
Example;;
Code:
file:///C|/Documents and Settings/max/Desktop/www.ashop-platinum.com/banner.jpg
You need to use 'relative' or 'absolute' linking conventions.
-------------------- TFC 'Going to trial with a lawyer who considers your whole life-style a Crime in Progress is not a happy prospect.' - Hunter S Thompson (1937-2005)