Adding photos to previously made web photo album

I have a web photo album made, I have text under all the thumbnails and on the pages. I would like to add photos to the album. I have made a second album with additional photos and can drag the thumbnails on the page and the pages into my previous pages but the pages do not link. Is this possible or do I have to rebuild the photo album and retype all the text, each time I place in a new photo.

Unfortunately that features has been deprecated ( http://www.adobe.com/aboutadobe/contact.html ).  So you will be able to edit it only by modifying the code.  If not there are a lot of photo gallery applications out there or extensions like those from Project Seven ( http://www.projectseven.com/ ).
Can you give us more information about your server (eg: scripting language, database type) or more information about how you are looking to show things and we can point you towards an extension, or jquery/spry solution, etc.

Similar Messages

  • Adding photo albums to Iweb

    I'm unsure of how to add a photo album to my Iweb. This is what I see. I'm on my About me page. On the right side mac already has 2 photo albums. I don't know how to add an album on there. I read some things in the other discussions about Idisk, but I see NOTHING in Idisk. Where does the photo album come from? Do I create one in Iphoto, save it to Idisk? But then after I save it how do I get it into the About me photo album?
    Any help would be greatly appreciated. Please put step by step in SIMPLE terms! lol.
    Thanks Amanda

    Amanda:
    The photo album comes from iPhoto. In iPhoto you can create a new album, name it and then add photos to it. Once that's done, go to iWeb, open the photo page layout and click on the Media button at the bottom. A new window will open with Audio, Photo and Movies sections. Click on the Photo and you'll seer the iPhoto library icon and any albums below it. Click on the album you want to add, select all the photos in it and drag them onto one of the photo place cards. That's it.
    Do you Twango?

  • Can't see recently added photo album

    i have recently created a new album in iPhotos on my Mac, have home share on in iTunes and want to select the new album to share via ATV but the latest album doesn't appear in the list of albums.

    I have the same issue with photos: http://discussions.apple.com/thread.jspa?threadID=2605948&tstart=15
    It seems as though the Apple TV doesn't "watch" for new files added. The only way I found to make new items show up on the Apple TV is to do a hard reboot (unplug power) and plug it back in. It then picks up the new files.

  • Adding pictures to a Web Photo Album 2.2 Extension

    I've created and posted a web album using the Web Photo Album
    2.2 extension.
    Now I'd like to add a few photos to it. How can that be done?

    mmm! I'm seeking exactly the same answer. Surely once the
    code has been written by DW & FW it can be edited to include
    subsequent images/coding at a later date?

  • Create a Web Photo Album in DW fails when calling Fireworks

    Hi there
    I'm hoping someone might be able to give me some hint to what
    could be causing this problem.
    I recently uninstalled CS3 Dreamweaver and Fireworks (and any
    other CS3 products) and installed the trial version of CS4 Master
    Suite. Not when I am working in Dreamweaver and go to Create a Web
    Photo Album (I do all the same steps I was doing successfully in
    CS3) Fireworks goes to work and opens up, the small Batch window
    appears for about 10 secs and then the Fireworks program closes
    down.
    So I uninstalled Fireworks and reinstalled (thinking I had
    installed it badly). But the same shut down occurs. Has anyone
    experienced so or have any ideas on what I should try to rectify
    it.
    Note: I made sure that all previous versions were cleaned off
    my Mac before installing the CS4 package.
    Thanks
    Phillip

    I have a similar problem. I have DreamWeaver8 and installed a
    demo version of Fireworks. Fireworks works fine when I just want to
    open an image to edit.
    However when I try to create a Photo Album I am prompted to
    install Fireworks. I have 21 days left in the trial version.
    thank you
    Paul Picard

  • Create Web Photo Album

    I'm trying the 30-day version of Fireworks CS3 for two
    reasons: First I want to more easily create my web photo albums,
    and second, I want a graphical navbar with some elements having a
    popup menu.
    The issue I'm running into when I use the "Create
    Web Photo Album" command from within DW CS3 is that the
    resulting images get renamed to have a suffix of
    "_jpg" added. I HATE that! (This means that an
    image called "name.jpg" gets changed to
    "name_jpg.jpg". Redundant, to say the least.
    How can this be controlled? If I use FW directly to optimize
    an image, this renaming doesn't happen, so I'm guessing this is
    something that DW controls. And I'd like to override that.
    Any help would be appreciated.
    Thanks!
    Eldor - Montreal

    NO! It's not that easy! Have you actually tried the advice
    you just gave? That'll break the whole routine!
    (Folks, whatever you do, before attempting ANY modifications
    to this file, MAKE A BACKUP!!!)
    You need to make changes in several places and everything
    must remain in sync - don't forget that this routine also writes
    the html table code to display both the thumbnails and full-size
    images and the href and img src references must point to the
    correct files! If you remove the references to .jpg the resulting
    html tables will NOT work! And the files will probably be wrongly
    named as well.
    Proceed with caution!
    I'll see what I can do about documenting what I did - I'm new
    to javascript but have many years of higher level programming
    experience. The first thing I did while going through the code was
    to put in comments explaining what certain parts of the code did,
    as I figured them out. And then with great care, I made my changes.
    By the way, Notepad certainly works for this, but it's a lot
    easier to use Dreamweaver itself or (what I did) the Adobe
    Extendscript Toolkit 2 that was included with my CS3 package. It
    makes it easier to visualize the blocks of code and how everything
    relates. And the find/replace dialog is superb.
    Eldor
    quote:
    Originally posted by:
    YonderAnt
    quote:
    Originally posted by:
    TibaTeebs
    can you share a) how/where you changed the code for JPEG in
    the JS? and b) what new functions did you add (such as addidng a
    title)
    Open .js with notepad, in notepad press CRTL-F, type ".jpg"
    in the search box, press the "find" button twice, change the ".jpg"
    word to "" (nothing), do that to the third, fourth, and fifth ones
    (there're only 5 ".jpg" words found in the .js file, don't change
    the first one).
    Then search "_", change all of that "_" to "" (don't change
    the ones that contain a letter between "_")
    done.
    (Excuse my English language)

  • Created Web Photo Album but Main Photos do not show on centre page in Firefox

    Site is
    I have used web photo album in this web site. In IE this is showing OK and all images are centralised, however in Firefox the main photo pages are showing to the left can anyone help me please?
    http://www.sancere.com/Album/pages/Picture-018_jpg.htm

    The page is showing OK in IE because it's in quirks mode - due to the fact that you are not using a doctype.  Firefox is showing the page as it really is :-)
    I've recoded the page for you - see if this works better.
    Notice the doctype at the top of the document. You should use this on every page of your site. Which version of DW are you using if it didn't create the doc type ??
    I've moved the body style into the style rules to the head of the document.  I've added an ID for the table #gallerytable and applied that to your table.
    If you look at the #gallerytable styles, you'll see I've given the table a width and set the margin to auto, which will center the page in both browsers.  I've also removed the centering you had in the <td> elements.. no need for that because it's covered in the #gallerytable styling
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <head>
    <title>Portfolio of Events / Picture-018.jpg</title>
    <link href="../../oneColFixCtrHdr.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    <!--
    body {
         background-color:#000;   /* this makes the body colour black */
    #gallerytable {
         width: 800px; margin: 0 auto;   /*sets the style so that the table is centered in the window */
         text-align:center;  /* everything in the table will be centered */
    a:link {
         color: #FFF;
    a:visited {
         color: #FFF;
    a:hover {
         color: #FFF;
    a:active {
         color: #FFF;
    -->
    </style>
    </head>
    <body>
    <table id="gallerytable">
    <tr>
    <td ><h2>Portfolio of Events/Picture-018.jpg</h2>
    <a href="Italy-2008-127_jpg.htm">Previous</a> | <a href="../album.htm">Home</a> | <a href="088_jpg.htm">Next</a><br><br>
    </td>
    </tr>
    <tr>
    <td >
    <br>
    <a href="../images/Picture-018_jpg.jpg"><img src="http://www.sancere.com/Album/images/Picture-018_jpg.jpg" border=0></a><br>
    </td>
    </tr>
    </table>
    </body>
    </html>
    Hope this helps  :-)

  • I have separate photo albums for different activities (Christmas, Rome vacation, etc. Is there a way to temporarily freeze the albums so misc. photos don't accidentally get added to that album..

    I have separate photo albums for different activities (Christmas, Rome vacation, etc.) and drag respective photos in appropriate albums.  As time passes, I find that I pictures from other albums accidentally added to the various albums.  Is there a way to lock the album when I am done so changes can be made but only if I intentionally mean to do so?

    No
    What ever you drag to an album is added to it
    You can suggest a feature rto Apple - iPhoto menu ==> provide iPhoto feedback
    LN

  • Trouble with making a link to Web photo Album in Dreamweaver cs4

    I am pretty new to this.  I have created my website, made all my links, which are working fine, but when I made a Web Photo Album in Adobe Bridge, saved in Dreamweaver under my other web pages on my site.
    Here comes the problem, I made a link from i.e. (parents.html) to go into my Web Photo Album but it won't work when I preview it in browser, but other pages will work when I test it with the same link on my (parents.html) page.
    I am pulling my hair out, I can't understand why the link to Web Photo Album won't work, it is the last thing I have to do before I have to upload website.  Can someone please, please, please tell me what is wrong.
    Cheers

    You may need to upload the pages anyway, so that people can help you find the problem.   Seeing the code and the associated files is the only way to try and help you  ;-)
    You can always upload the files to a test folder on the server instead of directly into the root of the site if that is going to be an issue for you,
    PS:  If it's working from being linked to from other pages, then there must a pathing issue when it comes to that one page.

  • Wanted to Edit "Create Web Photo Album" template

    I'm using MX2004.
    I've recently done a major, major overhaul on a website I
    manage. We use the "Create Web Photo Album" (not an extension - the
    one that came with DW) extensively, but with the new design, the
    basic photo album template isn't going to cut it. I could probably
    sit with it myself and drop created photo albums into a template
    page and make it work, but I'm not the only one doing photo albums
    and some of the other people aren't the most... technically
    competent.
    What I'd like to do is somehow edit the template that
    Dreamweaver uses to create the photo album so that it looks like
    how we're wanting without any post-album-created-action.
    Is this possible? Is there an extension that'll work for this
    as well? (Looks like the Exchange is currently down, so that isn't
    helping me in my search.)

    Get the free extension "Create Web Photo Album 2" from Adobe.
    It has many
    pre made templates plus instructions on how to create your
    own.
    Michael Hager
    www.cmhager.com
    "Dexter74656" <[email protected]> wrote in
    message
    news:eor42n$oe3$[email protected]..
    > I'm using MX2004.
    >
    > I've recently done a major, major overhaul on a website
    I manage. We use
    > the
    > "Create Web Photo Album" (not an extension - the one
    that came with DW)
    > extensively, but with the new design, the basic photo
    album template isn't
    > going to cut it. I could probably sit with it myself and
    drop created
    > photo
    > albums into a template page and make it work, but I'm
    not the only one
    > doing
    > photo albums and some of the other people aren't the
    most... technically
    > competent.
    >
    > What I'd like to do is somehow edit the template that
    Dreamweaver uses to
    > create the photo album so that it looks like how we're
    wanting without any
    > post-album-created-action.
    >
    > Is this possible? Is there an extension that'll work for
    this as well?
    > (Looks
    > like the Exchange is currently down, so that isn't
    helping me in my
    > search.)
    >

  • Creating a Web Photo Album on Dreamworks CC

    I used to often use the create web photo album command in DW 3 regularly to build image pages with thumbnail links but this function has dissappeared from the new Dreamworks Creative Cloud.  I've read that this function has migrated to the new Bridge application, but am unable to get an output tab.  I downloaded the adobe output module and added it to the Bridge extensions workspace folder and that disabled Bridge from even opening.  Nothing I do seems capable of bringing the the output tab from its hiding place and I'm deeply frustrated by the labryinthe created by the lack of that simple create web photo album command.  Are there other solutions that adobe expects the new version of dreamweaver to offer in the place of this handy tool?  

    DW isn't a photo gallery creation tool.  There are much better options available for that.
    jQuery Fancybox,
    jQuery Cycle,
    Lightroom,
    etc...
    Nancy O.

  • How to transfer photo albums made on iPhone to MacBook

    I have made a photo album using pictures from the camera roll on my iphone and added them to to a new folder on my iphone, but when i have connected the phone to my macbook pro there is no option to copy this new album to i photo or anywhere else on the laptop. Just seems a bit pointless taking time to do this when it can only be seen on my phone and cant be moved to my macbook pro, so cant then be moved to my i pad and i pod touch.
    If anyone has any ideaswould be a great help for me thankyou!

    If you are using the photos app to create albums on the iPad - those albums will not transfer to the PC.
    Those albums do not actually contain the photos or copies of the photos. They merely have a pointer to the original photo in the photos app. The albums created in the photos app are for local photo organization on the iPad only.

  • Is it possible to incorporate old photo albums into a Web Gallery?

    I created 9 photo albums with the first iteration of iWeb. Now I'm using iWeb '08 and have been consistently adding new photos to an existing Web Gallery via iPhoto. But I'd like to import or add those older albums into the Web Gallery.
    Looking for answers...

    Perhaps it would be better to just direct you to what I'm talking about.
    Here is a URL to the site I maintain for our family photos and movies:
    http://www.Derners.ws
    Along the top you will see navigation links to Web Galleries, Photo Albums and Movies. The Web Galleries were created as a result of iWeb 2.0 and the overall inclusion of the Web Gallery feature with iLife '08.
    The Photo Albums and Movies however, were created back in iWeb 1. These are still online as standalone pages. What my original question alludes to are these Photo Albums. I want to pull the content of the Photo Albums and incorporate it into my Web Galleries, thereby having all of it in one place. So when I complete this process a visitor who browses Derners.ws will go directly to the Web Galleries. No more "Photo Albums", no more "Movies". Just one stop for viewing everything.
    Does that make sense?

  • Dreamweaver Web Photo Album - no images

    I am working on creating a Dreamweaver Web Photo album.  I have done this before and it worked. Now, when I open the wizard:
    and go to 'Source images folder' > 'Browse'  I get 'No items match your search.' Unfortunately I can't get a screen shot of this since the page that pops up takes up my entire screen and can not be moved.  I have tried just about all my image folders, making sure I only select the ones with jpgs in them - nothing.  I do have the entire CS4 Adobe Creative Suite, including Firworks installed on my computer.
    Windows Vista
    Any help or thoughts would be greatly appreciated.

    Hi Beth,
    Thanks, I will give that a try.  Yes, I have Bridge and I have made/am making albums there.  I am just not able to edit them in Dreamweaver  as much as I would like to.  So, I thought doing them in Dreamweaver would give me more editing options.
    Again, many thanks!
    christian
    ps.  You are also correct - doing it in Bridge gives me better functioning slideshows/web galleries!!!!!

  • Added photos in web gallery synced back to iPhoto?

    when others add photos to my web galleries, i can't find where they are synced back to on my mac. For example, if I publish an event "Beach" and my friend adds a picture taken from her camera to the web gallery, it does not sync back to the original 'beach' event in my iphoto library....instead its saved to an unlisted '2008' - 'originals' folder in iPhoto. Is there a way so that if someone adds a photo to the web gallery it will sync back to the original event folder that the web gallery was published from?

    You're not neurotic MJM80, This problem drives me nuts.
    I created a web gallery album through ME.com from my office computer. The album shows up in iPhoto under MOBILEME GALLERY on my Mac at home but it does not create an album or even in iphoto that corresponds to the web gallary album. The photos only exist in the web gallery they are not transferred to my iphoto library at all. Very annoying.
    Anyone who has an issue with this should post it in the discussions and send feedback to apple. MOBILEME GALLERY sync should work in both directions.

Maybe you are looking for

  • Custom Drill from the last level of Hierarchy

    I have a dimension hierarchy STAGE which has five levels L1 -> L2 -> L3 -> L4 -> L5 and my fact table have 5 measure columns say M1 , M2 , M3 , M4 , M5 along with the dimension columns . My requiremetn is to show only the top level hierarchy and one

  • Trying to figure out how to free up more memory on my macbook pro

    Hello. My name is Seth. I recently started to notice that my RAM when I start up my macbook pro starts at about 3 GB. I wasn't sure if this was a normal number or if there is any way I can free up a little bit more somehow. I got my mac in Novmeber 2

  • Numeric Value Check

    Sir, I have a screen field name Moistue type numeric. I want that moisture should be entered in the range of 8 & 25 otherwise error message and cursor on moisture. thanks rajeev Search before posting any Question, Read and Check the ABAPDOCU for simp

  • SAP MII to SAP ME integration using MEINT component

    Hello Experts, I am currently studying the integration part between ERP and ME using ME INT component. I am done with configuration necessary for meint in MII. I am quite clear with workflow from ERP to MII using IDoc. But workflow from MII to ME is

  • Logs are lost frequently in Remote Agent Server

    Hi All, ACS 4.2 and remote agent was working properly two months before. But in past two months we are facing weird issue in RA server.For Somedays we are missing logs from both ACS and RA server. Once we notice this we use to restart the services in