Having problem with Image Ready Interfaces

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

  1. #1

    Default Having problem with Image Ready Interfaces

    Hello there,

    I just made my first interface in image ready. I sliced it up, and it looks good.

    <http://www.breayle.com>

    But the problem I'm having is, the code wont work on other pages. The only way I've kinda fixed it is by using the code from the other pages, then copy and pasting them into the original document.
    WHen I did that, all the images in the interface broke. No matter what I do, if I copy and paste the ENTIRE length of code on another page, the images show up as broken. What could I be doing wrong? Why can't I just copy and paste the code from the interface? Do I need to make a personal interface for each page? That would be pretty lame! Any help you can offer is great. Thanks!

    Breayle
    breayle Guest

  2. Similar Questions and Discussions

    1. Color not the same in IMAGE READY
      Hi, I have a design done in AI CS, when I open it with Image Ready the colors are not the same, the dark blue in AI seems light blue in Image...
    2. Photoshop CS will not jump to Image Ready CS
      When I go from photoshop jump to all I get is indesign and Illustrator. Thanks Naru
    3. How can I combine image maps & rollovers using image ready?
      I already know how to make image maps and rollovers using image ready. But I don't know how to combine them. Please can someone cure me from my...
    4. PhotoShop 7.0.1 & Image Ready
      When I bring up PhotoShop 7.0.1 and select Epson Twain5, it for some reason thinks I am selecting a camera and bombs out, because I do not have a...
    5. Image UN-ready
      I have Windows XP and PS/IR 7. PS works fine, but I can't open IR. I get an "unknown error" message. It worked fine in Win 98. What do I do to open...
  3. #2

    Default Re: Having problem with Image Ready Interfaces

    On Fri, 27 Jun 2003 17:37:01 -0700, breayle <me@breayle.com> wrote:
    >Hello there,
    >
    >I just made my first interface in image ready. I sliced it up, and it looks good.
    >
    > <http://www.breayle.com>
    >
    >But the problem I'm having is, the code wont work on other pages. The only way I've kinda fixed it is by using the code from the other pages, then copy and pasting them into the original document.
    >WHen I did that, all the images in the interface broke. No matter what I do, if I copy and paste the ENTIRE length of code on another page, the images show up as broken. What could I be doing wrong? Why can't I just copy and paste the code from the interface? Do I need to make a personal interface for each page? That would be pretty lame! Any help you can offer is great. Thanks!
    >
    >Breayle
    You have two body tags in those pages...
    <BODY BGCOLOR=#00000 ONLOAD="preloadImages();">
    and...
    <BODY BGCOLOR="#000000" text="#FFFFFF" link="#FFFFFF" vlink="#808080"
    alink="#FFFFFF">
    but it worked ok anyway in IE6.
    When you want to paste IR generated markup into another page, you have three
    things to move.
    First the preload script, with comments, into the head section.
    Then the bit seen in the first body tag above...
    ONLOAD="preloadImages();"
    Last is the html for the display of the slices, including comments, which goes
    into the body section. Your banner/menu should be uncomplicated, as it goes
    right after the body tag, since it is displayed at the top of the page.
    The comments serve to keep everything organized and facilitate easy copy/paste.

    Your portfolio page has three body tags, and the title belongs in the head
    section.
    The resume page -- the list of software and experience levels don't line up; the
    experience column looks like it is half a line higher.
    Underlines under non-links confuse users, who try them and wonder if they are
    broken links.


    Shank Williams Guest

  4. #3

    Default Re: Having problem with Image Ready Interfaces

    Thanks, I made some of the changes you suggested, I made most of these pages on a whim, no wonder there's stuff messing up, I've got so much code! Anywho, I figured out the problem. It was something super simple and I feel silly not knowing. :)

    Thanks!
    Breayle
    breayle 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