Webpage with Photoshop 7 & ImageReady

Ask a Question related to Adobe Photoshop 7, CS, CS2 & CS3, Design and Development.

  1. #1

    Default Webpage with Photoshop 7 & ImageReady

    I am trying to create a webpage using geocities and then importing pages I create on Photoshop and ImageReady. I can't seem to get the links to work properly. How do I create a webpage on geocities, but still use web pages I am creating in photoshop 7?? HELP!!!
    Dark Phantom Guest

  2. Similar Questions and Discussions

    1. Uninstall Photoshop and ImageReady CS Trial for OS X 10.3
      How do I uninstall the trial versions of these softwares? I can't find any uninstall instructions anywhere. Thanks, George
    2. ImageReady/Flash webpage question!
      I'm makeing my webpages in PHotoshop/Imageready, and i'm making my animations in flash mx, how can i put the flash animation in the imageready page.
    3. HELP! Photoshop opens as Imageready??
      I have photoshop7. I tried ImageReady and it works fine, but when I open photoshop7 it opens Imageready instead, but with problems,the color box is...
    4. Photoshop to ImageReady Color Issues
      Hello, I'm using PS 6.01 and IR 3.01. When I design a webpage interface I love the color I'm seeing in PS but when I switch it over to IR for...
  3. #2

    Default Re: Webpage with Photoshop 7 & ImageReady


    Can you detail what you have tried, what worked, and at what step things went
    wrong? Can you post a URL? Specifically, what link(s) work, and which don't?
    Images? Internal nav. links? Links to another site?
    Shank Williams Guest

  4. #3

    Default Re: Webpage with Photoshop 7 & ImageReady

    Okay...here goes... I have created an image in Photoshop 7. An 800 X 600 and made it to my liking. I then sent it to ImageReady where I added some rollover effects. When I was done I previewed it in the browser. I used the URL address at the top of the screen and copied/pasted into the link box while in my geocities pagebuilder. When I previewed it in the browser from pagebuilder and clicked on the link it failed. I didn't save any of the work so I can't give you the URL with the failed link. Am I exporting wrong? Thanks for you consideration in my problem.
    Dark Phantom Guest

  5. #4

    Default Re: Webpage with Photoshop 7 & ImageReady

    you need to move the images to the web server, of course. you also need to keep them in the same relation to the page as they were on your hard disk... i.e. if they were in a sub-folder called "Images" below your page, you need that same relationship on geocities. then you need to cut and paste the IR generated code into the geocities page.
    dave milbut Guest

  6. #5

    Default Re: Webpage with Photoshop 7 & ImageReady

    change the options to save html AND images. then copy the images to geocities and copy/paste the code in the html to your page on geocities.
    dave milbut Guest

  7. #6

    Default Re: Webpage with Photoshop 7 & ImageReady



    You need to make sure that the images folder, containing the slices, is
    "mirrored" on the server. I know there is the ability to make new directories
    (folders) on geocities. So upload the slices into the Images folder. That's the
    easy part.
    The IR generated html can stand alone as a web page. Your images will be
    displayed properly in the table made by IR, and the JavaScript in the HEAD and
    body of the html document preloads the images and makes the rollovers work.
    Use your browser to View>Source of the IR page, and you will see the parts of
    the page laid out between html comments -- the Preload Script (see also in the
    BODY tag for a preload snippit), and the ImageReady Slices.
    So you need the IR html, unless you want to write your own or use another
    program like Dreamweaver to do it for you.
    I am not sure how best to combine the geocities pagebuilder with an IR made
    page. If you can paste code into the geocities page, you can do this.
    1.Copy from the IR source the preload script including comments, and paste it
    into the HEAD section.
    2.Copy/paste the Slices code including comments into the BODY section, (after
    the BODY tag).
    3.Copy/paste this piece of code from the BODY tag in the IR page --
    ONLOAD="preloadImages();"
    Make sure it goes into the actual tag of the BODY tag, like this...
    < BODY BGCOLOR="#595959" ONLOAD="preloadImages();" >

    Shank Williams Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139