PDA

View Full Version : Help needed


blackjackwhite
November 29th, 2005, 03:44 AM
I have made a Portfolio in website form, I have then burned it onto the cd, the way the links are set up it works from the CD on a Windows-pc format computer, when it comes to a Macintosh it does not work, I am using css to do the whole site and the way it is set up on the folder is intro page the folder called html then inside the folder is ever html page and .jpg image for each art piece, then there is a folder for the images that make up each site, I desperatly need help on this as it is industry standard for SCAD to look at this on Macintosh computers thankyou very much for any help you can provide

Buzz
November 29th, 2005, 04:48 AM
What exactly doesn't work?

blackjackwhite
November 29th, 2005, 09:08 PM
well when you click on the home page the internet browser comes up but where images are supposed to be there are X's

Buzz
November 30th, 2005, 02:25 AM
It's almost impossible to tell why it isn't working without seeing the page code. There is nothing inherently different in web pages between a Mac and a PC that would cause it not to work. Chances are it worked on YOUR PC but if you were to take it to another PC it may have the same issue. This is probably due to absolute links pointing to the PC file structure rather than relative links in the code. Again, unless I can see the code, there's not a lot more I can help with.