Grapic Counter/Safari=no images, ok in IE

In case you have problems with some other PHPJunkyard script (not that there are THAT many).
Post Reply
skipdidthis
Posts: 1
Joined: Fri Mar 07, 2008 8:39 pm

Grapic Counter/Safari=no images, ok in IE

Post by skipdidthis »

Script URL:http://www.phpjunkyard.com/php-graphica ... ounter.php
Version of script:1.1
Hosting company:ipower.com
URL of phpinfo.php:http://www.skipwrotethese.com/phpinfo.php
URL of session_test.php:http://www.skipwrotethese.com/test.php
What terms did you try when SEARCHING for a solution:Safari 3.0.4, Safari

Write your message below:
www.skipwrotethese.com is my home page without Gcounter. Displays fine on Mac with all browsers.
www.skipwrotethese.com/newindex.html is homepage with Gcounter. Displays fine in IE, all images are lost in Safari, ALT script names used instead. Counter works and shows up, but all HTML images on this page are not there.

I'm also using your Gbook, version 1.6 on page, but not having any problems
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Post by Henrie »

Hello skipdidthis,

On the page www.skipwrotethese.com/newindex.html you will be the only one seeing images because the images sources all link to your local files, like

Code: Select all

<img src="file:///Macintosh%20HD/Users/skipskipworth/Laughing_Stock%20Site%20Folder/images/Contact/Contact_Base.jpg"
In the pages on www.skipwrotethese.com the links are like

Code: Select all

<img src="images/Contact/Contact_Base.jpg"
When you correct the links to your images in the newindex.html file everything will look fine in your new page.

Greetings,
Henrie
Post Reply