Thank you so very much for this Clint. I will go check out all the links and make sure I put in that first slash and see if that helps with it all.
I'll also check back onto the control panel and make sure all permissions are set as they should be. I may have overlooked something there too. hugs, Lynne ... :) ----- Original Message ----- From: Support-OrpheusComputing.com To: [EMAIL PROTECTED] Sent: Tuesday, July 06, 2004 5:23 PM Subject: Re: PCWorks: red x's on my website I think the reason why some are seeing images and some are not, is due to this: http://honeybeedesigns.sanctuaryparkgrounds.com/HD_images/hd_copyright.jpg . That is the correct FULL path for one of the images, and it shows fine for me ON THE WEBPAGE in IE6, but that link above when you click it is a "Forbidden" link in IE6! That doesn't make sense nor does it seem possible since the image shows on the **webpage**, but not by itself! If I had to guess why, it would be because it's a subdomain URL and there is full path conflict somewhere, or it's a permissions problem, or you have/or DON'T have an index.html page in the HD_images folder. Depending on the server, they react differently to index pages placed in image directories. This is the HTML tag for that image on the webpage: <center><img src="HD_images\hd_copyright.jpg" height="71" width="162" border="0" alt="Copyright Notice"></center> Try this tag instead for starters: <center><img src="\HD_images\hd_copyright.jpg" alt="Copyright Notice" height="71" width="162" border="0"></center> And: <center><img src="HD_images\hd_copyright.jpg" alt="Copyright Notice" height="71" width="162" border="0"></center> If some are still seeing red X's on some browsers, then investigate the other things I mentioned above. Looking at the other website, it's first image is http://sanctuaryparkgrounds.com/spg_images/spgmain.jpg and that works fine by only clicking the link. So, given that, I'd say it's a subdomain path problem if both sites are on the same server with the same settings. -Clint God Bless Clint Hamilton, Owner http://OrpheusComputing.com ) ============= PCWorks Mailing List ================= Don't see your post? Check our posting guidelines & make sure you've followed proper posting procedures, http://pcworkers.com/rules.htm Contact list owner <[EMAIL PROTECTED]> Unsubscribing and other changes: http://pcworkers.com =====================================================
