I still don't understand how to save slices...can you believe?!

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

  1. #1

    Default I still don't understand how to save slices...can you believe?!

    I've got my pictures all sliced up. And I need instructions on how to save it to FTP it to my web directory. I know how to FTP....it's just that I can't seem to get the slices, images, and html to go all in one bundle.

    Can you tell me? Or is there an easy explanation on the web?

    thank you
    Va.Willendorf Guest

  2. Similar Questions and Discussions

    1. How to create HTML email using 'Save for Web' and slices -?
      Is this possible?-- I'd like to send an HTML email that contains a large image with URL links embedded throughout the image. Can Illustrator's...
    2. Im trying to understand php classes please help
      Im tring to learn about classes with php. I've read alot of posts here and look at other peoples code. So I appied all the absorbed to this. Im...
    3. I need help i am desperate !! I can't understand how could i save .txt
      i want to know how can i save something from a "field" or a variable to hard disk or to floppy. if the answer is ( fileIO or filextra) i allready...
    4. I don't understand why this happen
      open my $fh, "<", "items/list.db"; print while (<$fh>); close $fh; This is suppose to printout the content in items/list.db , but why I get...
    5. [PHP] I don't understand...
      Jason Martyn wrote: You're trying to assign to a function, seriousley messed up. I reccomend you make sure you know PHP before going any...
  3. #2

    Default Re: I still don't understand how to save slices...can you believe?!

    You're going to create a photoshop file with the main image. Any slice information and optimization get saved inside the photoshop file. Choose save for web, under the file menu. There you can adjust the file type and optimization for each slice.

    When you finally save (if you choose images and html) PS will create an html file and a subdirecty containing the separate images (each slice is converted to an individual image file). The html file contains the code for displaying the images.

    There is no way to upload these files as one tidy little bundle. You could zip them together, but you would still need to unzip them on your web server. What you need to do is post the html file where you want it and the images subdirectory below the directory with the html file.

    I don't know of many people who directly use the html from PS for their website. Usually they bring it into something like Dreamweaver or GoLive. Both of those programs can open the PS generated html page and allow you to make your changes. Often there is extraneous coding (at least to me) to strip out.

    Also both web editors will upload your files properly and handle the synchronization between files on the server and your pc.

    BTW, these instructions were for save for web in PS. The optimation in ImageReady is a bit different. If GoLive is able to use your original PS file as live data, any changes you make to it get updated automatically.
    Eric Purkalitis Guest

  4. #3

    Default Re: I still don't understand how to save slices...can you believe?!

    How would one be able to save each slice as a separate individual file in CS5?
    Unregistered 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