Hi folks,
I'm not sure whether this is a CSS problem, browser problem or ftp problem, so I'll start here and see how we get on.....
I'm developing my site at home and all is going well - pages are all working.
Then I begin to upload the site to the ftp server. When I check the 'live' pages most of the images have gone missing (even though they are there on the server). What's more, this only happens on my home machine (in both IE and Mozilla) - not on my work machine where everything is fine!
When I view source on my home machine chunks of code are missing - e.g the sections where the images should be (????). The layout is 4 columns, floating divs, and I'm getting this:
<div id="left">
</div>
When I should be getting:
<div id="left"><img src=http://www.webdeveloper.com/forum/archive/index.php/"images/01_header_history.gif" width="120" height="90" />
</div>
Also, bits of Java Script are being inserted which I didn't put there! What's going on?
Any help gratefully accepted. ThanksSounds like you are uploading to the wrong path.Nortons Internet Security was extracting images it thought were ads.
Doh!
I'm not sure whether this is a CSS problem, browser problem or ftp problem, so I'll start here and see how we get on.....
I'm developing my site at home and all is going well - pages are all working.
Then I begin to upload the site to the ftp server. When I check the 'live' pages most of the images have gone missing (even though they are there on the server). What's more, this only happens on my home machine (in both IE and Mozilla) - not on my work machine where everything is fine!
When I view source on my home machine chunks of code are missing - e.g the sections where the images should be (????). The layout is 4 columns, floating divs, and I'm getting this:
<div id="left">
</div>
When I should be getting:
<div id="left"><img src=http://www.webdeveloper.com/forum/archive/index.php/"images/01_header_history.gif" width="120" height="90" />
</div>
Also, bits of Java Script are being inserted which I didn't put there! What's going on?
Any help gratefully accepted. ThanksSounds like you are uploading to the wrong path.Nortons Internet Security was extracting images it thought were ads.
Doh!