TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

saving graphics to web

Page: 1 2 Reply
May 13th 2003#103228 Report
Member since: May 12th 2003
Posts: 143
whenever i make an image with slices and upload it to the web it doesnt work. it works fine in the browser window preview in photoshop but not on the real web. is this because i use the free version of geocites or somthing esle?
Reply with Quote Reply
May 13th 2003#103229 Report
Member since: Nov 26th 2001
Posts: 2586
if you could post the site that would help. One thing to check. Make sure the url's to the files are relative and not pointing to your root drive.
Reply with Quote Reply
May 13th 2003#103230 Report
Member since: May 12th 2003
Posts: 143
what does 'relative not pointing to your root drive' mean? i'm new at this. thx.
Reply with Quote Reply
May 13th 2003#103232 Report
Member since: Nov 26th 2001
Posts: 2586
You will want all the pages and files to be contained within a directory. For example:

if you have a dir:

website ---> images.

Those are 2 folders (directories)

You could put all your pages in the website dir, and all the images in the images dir. Then on your html pages when you specify an image it will have the url like this:
images/yourImage.gif


There is a chance (not sure 100%) that your url's might be like this: c:\\Your\Location\To\Your\Folder\Defined\By\Photoshop.

does that make sense? But if you post the link to your site, then we would be able to determine what is the problem, rather than guess.
Reply with Quote Reply
May 13th 2003#103235 Report
Member since: May 12th 2003
Posts: 143
i hadnt tried ths on a site yet, just some test pages.

thx for the advice, i understend now. i hadnt thought to check that :-). i'll give it a shot

thx again
--Penguin
Reply with Quote Reply
May 13th 2003#103238 Report
Member since: May 12th 2003
Posts: 143
'k, that didnt work. i have no idea what's wrong. i feel so dumb :-P. here is the test page i made. it should just be a black square with the word 'push' in the middle that links to a site. but when i view it the links work but the pics are only blank squares. any more advice?

http://www.geocities.com/penguin_rule/test/pushslice.html
Reply with Quote Reply
May 13th 2003#103239 Report
Member since: Apr 25th 2003
Posts: 1977
http://www.geocities.com/penguin_rule/test/pushslice.html

Your page (pushslice.html) is in a folder called "test". Your page looks for its pics in the folder called "images" which is a subdirectory of the "test" folder. Ive looked through your source code and most of your file names......they look fine. So what you need to do is double check you have properly uploaded your images to the "images" folder which should be inside the folder named "test". Re-upload if you have to.
Reply with Quote Reply
May 13th 2003#103278 Report
Member since: Apr 9th 2002
Posts: 285
I pulled the img src path out of there too and tried to go directly to the images themselves...I don't think they're there (test\images\*.gif/*.jpg)
Reply with Quote Reply
May 13th 2003#103284 Report
Member since: Nov 26th 2001
Posts: 2586
are you using "\" or "/" ? in your case you need "/" for all of them.

It would be simplest to do it correctly. Leave your pages intact in relation, otherwise you will have to make 2 versions of the same site to compensate for the difference in locations of the directories.
Reply with Quote Reply
May 14th 2003#103332 Report
Member since: May 12th 2003
Posts: 143
so i have to upload the images seperatly from the sliced document?
Reply with Quote Reply
Page: 1 2 Back to top
Please login or register above to post in this forum