

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
Material Type: Notes; Class: Digital Graphics; Subject: Digital Media Arts; University: Canisius College; Term: Summer 2003;
Typology: Study notes
1 / 2
This page cannot be seen from the preview
Don't miss anything!
Modifying Photoshop Web Photo Galleries with Dreamweaver After you make your web photo gallery and make it into a new site in Dreamweaver (see previous notes), you will now modify the gallery to include information about each photo, much like what you are doing in InDesign. Before attempting the following, BACK UP YOUR WHOLE SITE FOLDER BY COPYING IT TO ANOTHER LOCATION!!! It’s extremely easy to wreck your site once you reach step 6.
rest of your pages, so that you don’t have to go in and draw a million layers, add the text, change the font and color, etc. etc. We need to “get under the hood” so-to-speak, and that means getting our html on. Click the code-view button to bring on the code ( fig. 6 ) The key is in lines 21-26. These lines describe the layer that we drew, and the text we typed in. Notice how I’ve highlighted those lines, but also line 18. That’s because we are going to look for line 18 in every one of our pages, and replace it with the selected text.
6. Hit copy, go to Edit>Find and Replace, and in the dialogue box that pops up, paste the code into the Replace With box. Go back to your page, highlight just the first line from what you copied (for me, that was line 18), copy it, go back to the “find and replace” dialogue box, and paste the code into the Search For box. You can reverse the order of this; if you want, highlight and copy the code you want to find, paste it into “Search For”, go back and highlight/copy the code you want to replace with, and paste it into “Replace With”. Under “Find In”, select Folder form the drop-down menu and navigate to your “Pages” folder in your site. Click “choose”. Then click “Replace All”. 7. You now have text layer on all of your pages! One problem-the page you are currently working on has two layers. Delete one or the other, either in code view or design view. Or just hit Command-Z (control-Z on windows). Save your file. 8. Open each of the files in your pages folder, and change the text as needed. Fig. 5 Fig. 6 Fig. 7