This content has been marked as final.
Show 11 replies
-
1. Re: Images not appearing on site preview
TC2112 Nov 15, 2007 5:29 PM (in response to Airwall)Hi Leo,
It soulds like a path issue, but hard to tell. It could be, less likely, a Norton ad blocking issue.
Can you provide a link to the page or the code so we can see?
Are you previewing the page after putting it on a remote server and viewing that address, or just using "preview in browser"?
Take care,
Tim -
2. Re: Images not appearing on site preview
Airwall Nov 15, 2007 10:49 PM (in response to Airwall)Thanks for your response,
No, I have not upload the page to my website. Its only from the "preview in browser". It doesn't seem to be anything associated with the image - because I can copy and paste the image on another page and preview - it works just fine.
On this particular page - something seems to be blocking the image? The only thing that appears is the Alt tag and an outline.
Leo -
3. Re: Images not appearing on site preview
bregent Nov 15, 2007 10:58 PM (in response to Airwall)>On this particular page - something seems to be blocking the image?
>The only thing that appears is the Alt tag and an outline.
What is the image name? As Tim suggested, it could be blocked by Norton which can block images based on size or filename - are you running it? -
4. Re: Images not appearing on site preview
Airwall Nov 16, 2007 2:19 PM (in response to bregent)Thanks…
But I never stated that I had Norton on this particular workstation. What you are implying is there is some type of ACL (Access Control List) filtering the image. I ruled out that possibility because when I preview the page – the images does not appear – regardless of the browser (I.E. or Firefox).
Note, I am previewing it from Dreamweaver – using the Preview / Debug option.
I have other images on the page (approx. the same file size) and they appear. I just seem that I unknowingly turned some option off? -
5. Re: Images not appearing on site preview
TC2112 Nov 16, 2007 2:28 PM (in response to Airwall)Hello,
The answer is likely in the code.
Can you post the page and give us a link, or show us the code?
Thanks,
Tim -
6. Re: Images not appearing on site preview
Airwall Nov 16, 2007 3:11 PM (in response to Airwall)Here is a link to my page:
http://www.hufcorairwall.com/Airwall_Products.html
As you can see, I have a few images already one the page. However, just above the image of the globe you will notice the text “Partition Options”. That is my Alt text but the image dose not appear. -
7. Re: Images not appearing on site preview
TC2112 Nov 16, 2007 3:30 PM (in response to Airwall)Hello,
See the difference in the link paths?
img src="/Images/Hufcor Airwall Partition Options 2007.jpg"
img src="Images/Hufcor Atlas 2007-C.jpg"
Remove the leading / in the first one, make sure the image is in the "Images" folder and see if that works.
It isn't in that folder on the server.
Take care,
Tim -
8. Re: Images not appearing on site preview
bregent Nov 16, 2007 3:33 PM (in response to Airwall)>Here is a link to my page:
> http://www.hufcorairwall.com/Airwall_Products.html
Did you upload the image yet? It does not appear to be on the server. Do you have a testing server defined? If so, you'll need to upload the image. Also suggest removing spaces from all filenames. -
9. Re: Images not appearing on site preview
Airwall Nov 16, 2007 4:17 PM (in response to bregent)Sorry about that…I have now include the image.
Here is a link to my page:
http://www.hufcorairwall.com/Airwall_Products.html
-
10. Re: Images not appearing on site preview
TC2112 Nov 16, 2007 4:37 PM (in response to Airwall)Hello,
As I mentioned above, removing the leading "/" from that image's path should fix it for you.
Change:
img src="/Images/Hufcor Airwall Partition Options 2007.jpg"
TO:
img src="Images/Hufcor Airwall Partition Options 2007.jpg"
if it is indeed in a folder named images that is in the same directory as the page, like the other images that do show.
Take care,
Tim -
11. Re: Images not appearing on site preview
Airwall Nov 16, 2007 4:58 PM (in response to Airwall)THANK YOU!
Sometimes, I just need another set of eyes to look at this…that fixed it!
Leo



