Page 1 of 1

Grapic Counter/Safari=no images, ok in IE

Posted: Fri Mar 07, 2008 9:03 pm
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

Posted: Fri Mar 07, 2008 11:36 pm
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