I have a simple introductory type index page with 4 lines of text, with a graphic after the third line that is also a link to the rest of the site. The issue is that the graphic does not appear for some users. I don't have enough data yet to know for sure what they have in common.
The graphic is not visible in Dreamweaver MX 6.0 Design View, which may be a clue, but it works fine when I F12 to IE 6 SP2, and I don't have to do the "Allow blocked content" thing for this page, even though I am running on XP Home SP2.
When I view the actual site the page works fine in IE 6 or Netscape 7.2 but is apparently not working for some users in that the graphic does not appear. Someone told me it is an "XP SP2 security thing" with no further details but I don't know if I buy that since it works fine for me. Any clues or special things I need to do to make a graphic "SP2 compliant"?
Also, I doubt it makes any da*n difference but the graphic file name has underscores and a hyphen in it.
I realize I should probably redo this site with a .css to simplify it but don't have time right now. I don't think it is that complex anyway.
I have provided a text link in the last line so users can get around this issue but I would still like to solve it if possible. I am attaching the code below with the text, title, and filenames changed to protect the innocent, as they say : ^ ). Thanks for any ideas you may have.
Scott
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Mutt and Jeff 2005 Teaser</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head>
<body bgcolor="#000000"> <div align="center"> <h2 align="center"><font color="#CC0000" size="+2" face="CopprplGoth Bd BT, Zurich Ex BT, Verdana"><br> Line 1 test text,</font></h2> </div> <p align="center"> </p> <h2 align="center"><font color="#CC0000" size="+2" face="CopprplGoth Bd BT, Zurich Ex BT, Verdana"> Line 2 test text</font></h2> <p align="center"> </p> <h2 align="center"><font color="#CC0000" size="+2" face="CopprplGoth Bd BT, Zurich Ex BT, Verdana"> Line 3 test text ...</font></h2> <p align="center"> </p> <h2 align="center"><font color="#CC0000"><a href="main.htm"><img src="banners/Mutt_and_Jeff-a.gif" alt="Mutt and Jeff 2005 banner" width="462" height="152" border="0"></a><br> <em>Click on the graphic above or <a href="main.htm">here</a> when ready to proceed...</em></font></h2> </body> </html>
scotthk wrote: > When I view the actual site the page works fine in IE 6 or Netscape > 7.2 but is apparently not working for some users in that the graphic > does not appear. Someone told me it is an "XP SP2 security thing" > with no further details but I don't know if I buy that since it works > fine for me. Any clues or special things I need to do to make a > graphic "SP2 compliant"?
Don't call it banner or banners. They get automatically blocked by many advert blockers. Certain sizes of image also have a propensity to be blocked.
You're right Ken, file names, folders and image names with the word 'banner', 'ad' and quite a few others, do get blocked by the pop up blockers... so I'm sure as soon as that folder name is changed, it will all miraculously appear :-D
Play around with the path, insert a '/' before banner and check it, or include the absolute value of your image. If nothing works, then is probably a permission problem or that the image just don't exist.
On Thu, 3 Mar 2005 11:04:57 +0000 (UTC), scotthk
<webforumsu...@macromedia.com> wrote: > <img > src="banners/Mutt_and_Jeff-a.gif" alt="Mutt and Jeff 2005 banner" > width="462" > height="152" border="0">
-- Alexandro Colorado ------------------------------ Support Engineer InterAKT Online http://www.interaktonline.com Tel: 40(21) 312.5312
> I have a simple introductory type index page with 4 lines of text, with a > graphic after the third line that is also a link to the rest of the site. > The > issue is that the graphic does not appear for some users. I don't have > enough > data yet to know for sure what they have in common.
> The graphic is not visible in Dreamweaver MX 6.0 Design View, which may be > a > clue, but it works fine when I F12 to IE 6 SP2, and I don't have to do the > "Allow blocked content" thing for this page, even though I am running on > XP > Home SP2.
> When I view the actual site the page works fine in IE 6 or Netscape 7.2 > but is > apparently not working for some users in that the graphic does not appear. > Someone told me it is an "XP SP2 security thing" with no further details > but I > don't know if I buy that since it works fine for me. Any clues or special > things I need to do to make a graphic "SP2 compliant"?
> Also, I doubt it makes any da*n difference but the graphic file name has > underscores and a hyphen in it.
> I realize I should probably redo this site with a .css to simplify it but > don't have time right now. I don't think it is that complex anyway.
> I have provided a text link in the last line so users can get around this > issue but I would still like to solve it if possible. I am attaching the > code > below with the text, title, and filenames changed to protect the innocent, > as > they say : ^ ). Thanks for any ideas you may have.
> Scott
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> > <html> > <head> > <title>Mutt and Jeff 2005 Teaser</title> > <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> > </head>
> <body bgcolor="#000000"> > <div align="center"> > <h2 align="center"><font color="#CC0000" size="+2" face="CopprplGoth Bd > BT, > Zurich Ex BT, Verdana"><br> > Line 1 test text,</font></h2> > </div> > <p align="center"> </p> > <h2 align="center"><font color="#CC0000" size="+2" face="CopprplGoth Bd > BT, > Zurich Ex BT, Verdana"> > Line 2 test text</font></h2> > <p align="center"> </p> > <h2 align="center"><font color="#CC0000" size="+2" face="CopprplGoth Bd > BT, > Zurich Ex BT, Verdana"> > Line 3 test text ...</font></h2> > <p align="center"> </p> > <h2 align="center"><font color="#CC0000"><a href="main.htm"><img > src="banners/Mutt_and_Jeff-a.gif" alt="Mutt and Jeff 2005 banner" > width="462" > height="152" border="0"></a><br> > <em>Click on the graphic above or <a href="main.htm">here</a> when ready > to > proceed...</em></font></h2> > </body> > </html>
> You're right Ken, > file names, folders and image names with the word 'banner', 'ad' and quite > a few others, do get blocked by the pop up blockers... so I'm sure as soon > as that folder name is changed, it will all miraculously appear :-D
> "Kenneth W. Binney" <kenbin...@ossiningdesignguild.com> wrote in message > news:d06vu8$bui$1@forums.macromedia.com... >>I heard something about certain folder names or picture file names are >>blocked >> by various "protection software".
>> As an experiment, you might try renaming your "banners" folder
> src="banners/Mutt_and_Jeff-a.gif" alt="Mutt and Jeff 2005 banner" > width="462" height="152" border="0"></a><br> > <em>Click on the graphic above or <a href="main.htm">here</a> when > ready to proceed...</em></font></h2> > </body> > </html>