How to post Adobe Bridge Gallery to iWeb???

Hi, I would like to know how to place an adobe bridge gallery into iweb. I want to place it on a blank page so that I can use it as the home page that I will further design around. I did find one other post, however I am not understanding the instructions or its not working. I get something like this:
happens:
http://web.me.com/josefsullivan/Screenshot/
Here are the instructions I'm following:
If it's MMe upload your Gallery folder to your iDisk/Web/Sites folder and use the following URL to link to it?
http://web.me.com/YourMMe_Account_Namer/Gallery_FolderName/index.html
You can embed the gallery into an iWeb page using iFrame code in an HTMl snippet. This is the code:
<iframe height="XXXpx" allowTransparency="true" frameborder="0" scrolling="no" style="width:XXXpx;border:none" src="http://web.me.com/YourMMe_Account_Namer/Gallery_FolderName/index.html"></iframe>
Set the height and width so that the gallery is totally embedded in the iWeb page. You may have to widen the iWeb page with the Inspector/Page/Layout pane.
Don't put the gallery folder inside your iWeb site folder as it may be deleted when you publish site changes. Keep it outside the site's folder.>>>>
Additionally, my iweb is connected to MobileMe, and I have my own personal domain name which I use instead of the one they give: web.me.com/[yourmembername].
Thanks for all of your help in advance!

Correct. Go to the Go menu and select the iDisk ➙ My iDisk... menu option. When the iDisk is mounted on the Desktop go to the iDisk/Web/Sites folder and open it. Then drag the folder into the iDisk/Web/Sites folder.
Click to view full size
Then the code you would use in the snippet would be
<iframe height="XXXpx" allowTransparency="true" frameborder="0" scrolling="no" style="width:XXXpx;border:none" src="http://web.me.com/josefsullivan/test/index.html"></iframe>
You'll need to set the height and width, in pixels, so the gallery is fully visible.

Similar Messages

  • Adobe Bridge gallery to iWeb

    I've made a gallery in adobe bridge. Is there any way to put it into my iWeb website?

    Put your creation on the webserver and display it in a browserwindow to verify that it works properly.
    Note the URL in the address field.
    In iWeb paste this code in the HTML Snippet :
    <iframe src="http://url.to.file.html" frameborder="0" width="500" height="500" scrolling="no" allowTransparency="true"></iframe>
    and use your own URL where it says src="".
    Change the height and width numbers to reflect the size of your gallery.

  • How to post adobe on website

    hi
    anyone show me how to post adobe file on website.
    thanks
    kim
    www.vietlandexplore.com

    You upload the file on your web space then supply a link on the page.
    Other than that, it has nothing to do with Acrobat so I'd suggest a web development forum...

  • Adobe Bridge Gallery Not Loading in .pdfs

    Recently I created a flash gallery with adobe bridge that I intend to embed into a pdf that will be available as a download via my company's website. I've attached the required resources directory as well as the appropriate flahvars required to display the content but for whatever reason my gallery hangs when trying to load the images. I have optimized the images for display on the web with file sizes ranging from 36kb to 114kb. There are twenty one pictures in total and I'm using the most recent versions of both bridge and acrobat. Any insight would be appreciated.

    Hi,
    at www.lynda.com there is a great video tutorial.
    Search for Create and Embed a Photo Gallery in a PDF

  • How to download Adobe Bridge in Creative Cloud?

    I don't see Adobe Bridge in the list of Creative Cloud apps in Application Manager. How can I download it?

    Now I am using Creative Cloud, and Dreamweaver CS6. Do you mean that to get Bridge I have to download Photoshop?
    Not sure if other parts do provide Bridge also, can't find it easily but it is sure that downloading and installing Photoshop from the Creative Cloud provides you Bridge.
    Might be if you only download Illustrator or Indesign it also provides you Bridge, they could have been a bit more clearer about that.

  • How to get Adobe Bridge CS5 to open an FLV file in another program?

    Hello Folks,
    How do I get Adobe Bridge CS5 to open an FLV file in another program other than Flash CS5?
    When I double click on an FLV video, it always opens Flash CS5.  I want to be able to use one of my other FLV player apps instead.
    Thanks

    How do I get Adobe Bridge CS5 to open an FLV file in another program other
    than Flash CS5?
    When I double click on an FLV video, it always opens Flash CS5.  I want to be
    able to use one of my other FLV player apps instead.
    For single use when having pointed the cursor on that file with right mouse
    click choose open with and choose the wished application from the fly out
    menu.
    For permanent use go to Bridge Preferences File Type Association section and
    from the list find the .flv file extension. In this line you can select the
    little triangle next to Adobe flash and from the list select the one you
    prefer, now the all open in this chosen app.

  • How to remove adobe bridge from menu

    Every time I click folder and it automatic open adobe bridge which I dont want to open the program, all I want to open the folder. I have to click right mouse to open the folder instead of double click on the folder.. How can I remove it?

    The problem could be with the bridge or your OS,
    reset the preferences of the bridge:-
      Start Adobe Bridge and immediately press Ctrl+Alt+Shift (Windows) or Command+Option+Shift (Mac OS) until the Reset Settings dialog box appears.
      Select all three options--Reset Preferences, Reset Standard Workspaces, and Purge Entire Thumbnail Cache--and then click OK
    Check

  • Bridge gallery and iWeb questions, newbie....

    Hi All....
    I have made myselve a page in iWeb but I´m not happy with the gallery-layout with thumpnails and small sized pictures, I would like my galleries to be scroll down type, OR just one picture at the time and nothing else, except "Next/previous" and a "Menu" sign, either in a good (>>>big pictures) size....
    I have this morning realized that I can do that in Bridge, so I have made myselve a testgallery and uploaded to my site via Bridge, and I can see in Filezilla that it is there, but I can´t see it on my page, off course because there´s no link between the two of them, the question is, how do I make my page show the gallery....???
    I haven´t been able to locate the testgallery on the web, as mentioned I can see in Filezilla that it is there somewhere, but how to find it out there I don´t know....
    My homepage is called www.easerfoto.dk and the gallery I have oploaded is called Bridgegallerytest, if it has any relevance....
    If anyone have a page that is made in Bridge and care to share how´s, then please step forward, I´m on zero here, any tip is appreciated....;-)
    Maybe I should mention that I am an complete NOOB on all this (managed to have Filezilla working first time last week), but want to learn....
    Bjarke

    When you created your gallery did you publish the file to a folder?  And was one of the files in that folder named index.htm or html?  Make sure the gallery works correctly by opening the index.html file with your browser from the gallery copy on your hard drive. 
    Then upload to the root directory of your account on the server.  The url would be something like this:  http://www.easerfoto.dk/Folder_name/index.html.
    Put that URL in the iFrame code below in an HTML snippet. The iFrame code in the snippet would look like this:
    <iframe height="XXXpx" allowTransparency="true" frameborder="0" scrolling="no" style="width:XXXpx;border:none" src=" http://www.easerfoto.dk/Folder_name/index.html"></iframe>
    Adjust the height and width dimensions to fit the size of the gallery you want on the page.
    Also for what it's worth there are other gallery types of presentations, some from iPhoto with a free plugin, that might be of interest to you:
    SimpleViewer and Flash Album Exporter
    Flash Album Exporter Postcard and AutoViewer Slideshow Themes
    Jalbum Examples
    OT

  • How to UNINSTALL Adobe Bridge

    When installing Conttibute 4.0 you'll get also a lot of extra
    PAYLOAD software from Adobe, which I do not want to have installed.
    I am speaking about copies of Abode Bridge, Version Cue, Anchor
    services, Assets Services, Camera Raw, Maps, Extended Srcipt
    Toolkit, Help viewer, Start Meeting .....
    Why does Adobe think I need this stuff. I only want to update
    a website with good old Contribute. Nothing more, nothing else.
    Contribute version 3 was 30MB, Contribute CS3 is now 300MB in
    bytesize....
    Does anybody knows hou to disable OR uninstall these
    components?
    I tried the helpdesk, but the tricks they send to me only
    apply to enterprice packages, where the system manager can create
    their own installers. At time of installation, No options are given
    the select te packages you want.
    Thanks Pieter

    Indeed this is a pain: no so much for me as a developer; but
    definitely for
    my clients who see themselves faced with heavier system
    requirements without
    any real added (or rather 'asked for') value. Please Adobe,
    do something
    about this and provide an uninstaller for these items. I can
    see the
    partially commercial interest of Adobe, but this is really
    over the back of
    my clients.
    John
    @Pieter: sorry to hijack your post for this matter ;)
    "kgui" <[email protected]> wrote in message
    news:f40t4p$ln$[email protected]..
    > When installing Conttibute 4.0 you'll get also a lot of
    extra PAYLOAD
    > software
    > from Adobe, which I do not want to have installed. I am
    speaking about
    > copies
    > of Abode Bridge, Version Cue, Anchor services, Assets
    Services, Camera
    > Raw,
    > Maps, Extended Srcipt Toolkit, Help viewer, Start
    Meeting .....
    > Why does Adobe think I need this stuff. I only want to
    update a website
    > with
    > good old Contribute. Nothing more, nothing else.
    Contribute version 3 was
    > 30MB,
    > Contribute CS3 is now 300MB in bytesize....
    >
    > Does anybody knows hou to disable OR uninstall these
    components?
    >
    > I tried the helpdesk, but the tricks they send to me
    only apply to
    > enterprice
    > packages, where the system manager can create their own
    installers. At
    > time of
    > installation, No options are given the select te
    packages you want.
    >
    > Thanks Pieter
    >
    >

  • How to save Adobe Bridge CS6 keywords to install on new computer

    I am getting a new computer and need to do a new installation of Photoshop CS6. Last time I did this I lost all my keywords on the keyword panel. How can I avoid that this time?

    You might need contact Adobe Support directly by chat or phone to get this resolved.  A couple years ago the versions that qualified for upgrading to CS6 changed to being only CS5+, so CS4 would no longer be valid.  If you bought CS6 while CS4 was still valid then it should remain so, but you might need the help of Adobe Support to make that happen.
    If you use the following link you should be able to find links at the end for contacting Adobe by chat or phone.  If you do not see them try using a different browser.
    Contact Customer Care

  • How to use iPhoto web gallery with iWeb & personal domain name

    So, another question about iWeb 08:
    I've set up my site to use a personal domain name, like www.mypersonaldomain.com. I've configured everything with my DNS settings so that it actually points to my iWeb site, and I'm happy about that.
    However, I've imported a few iPhoto '08 web galleries into my site, but when I browse to them by going to www.mypersonaldomain.com and clicking on the link for my gallery, it goes to a URL that actually shows my .mac account, i.e. gallery.mac.com/sockdaddy/gallery1/photo.jpg
    Is there any way to have the web galleries that I'm using become a more transparent part of my iWeb site, and use my personal domain?

    I've never done this on .Mac but I do use this on my server. I don't see why it wouldn't work.
    In iPhoto select your web gallery and in the "file" menu select "export" and then "Web Page".
    Select your options and click "Export" to the desktop.
    There are now 4 folders and an index.html file.
    Change the name of the index file to whatever you want to call the page e.g WebGallery.html
    Now go to Finder/Go/iDisk/My iDisk/Web/Sites and open your website folder.
    Drag and drop the 4 folders and the html file from your desktop into this.
    Create a link to this from your website in the "link" inspector and choose "external page".
    The URL for the link will be the same as any other page on your site except WebGallery is substituted for the page name.
    If you check the "open link in new window" you won't have to worry about the fact that you don't have a link back to your site from the WebGallery page.

  • How much is Adobe Bridge?

    I can only see it as a bundle with other Adobe products. I only want Bridge licenses - completed separate to other products. I don't have any image editing requirements.

    Bridge is not available separately. It is a utility that comes with the other programs. In theory it should even work indefinitely after installing a trial. That said, why even bother? There are enough free image viewers like IrfanView, XnView or ACDSee out there.
    Mylenium

  • Adobe Bridge Gallery cutting off

    My gallery is cut off. I can't figure why.  Is it due to the fireworks dropdown?  http://www.pacificathleticcenter.com/facility.html  Any help would be greatly appreciated.

    The problem lies in your <iframe> element:
    <iframe src="The Pacific Athletic Center/index.html""width="960" height="550" frameborder="0"name="index"></iframe>
    There's an extra closing quote after the src value. Remove that, and your gallery should display full width.
    <iframe src="The Pacific Athletic Center/index.html" width="960" height="550" frameborder="0"name="index"></iframe>

  • How can I download Adobe Bridge? I do have a serial number?

    How do download Adobe Bridge? I have a Serial Number.
    Thank you
    F@@

    What version?
    Unless you're talking about the newest version of Photoshop, Bridge cannot be downloaded and installed by itself—only as part of the Photoshop CD/DVD or download and installation.

  • Adobe Bridge CS3

    Hello, All
    I recently upgraded to Adobe Photoshop CS3 for serious image manipulation and realized Bridge would (Should!) solve some frustrations with iPhoto's organization characteristics (such as its inability to sort named filmrolls alphabetically other than by drag and drop). But I still want to use iPhoto as the primary application to view, slightly modify, create slideshows and email images, because sometimes Photoshop is overkill.
    Bridge allows, in Preferences, to specify the application to open images, and defaults to Adobe Photoshop CS3. After browsing and changing the application to iPhoto, and navigating to an original photo in iPhoto/Library/Originals/FolderName, and then double clicking the image in Bridge, it opens the iPhoto application but then fails to open the image. The error message displayed is "the following file could not be imported. The file is in the iPhoto library," and then the path to the file is also displayed.
    Well, of course the file is in the iPhoto library because that's what my Mac defaults to import all photos with (or did in the past, and I might change that).
    So, if you have beared with me this far, my question is -- does anybody know how to make Adobe Bridge 3 open images in iPhoto properly? Obviously, I'm missing something, and would appreciate your help. Thanks.
    MacBook, iMacG5 & iBookG4   Mac OS X (10.4.9)   iLife6, Canon iP6600D, Sony DSC-H2

    You can use Bridge to view the Originals folder of your iPhoto library but you can't do any editing, moving, renaming, etc. as that's the same as Tampering with files in the iPhoto Library folder from the Finder. A big NO-NO. But you can view them and their metadata.
    Bridge is primarily a browser with metadata capabilities associated with an editor. And, as PhillyPhan pointed out, is exclusive from iPhoto.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've written an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    MBP 2.16Ghz; G5 Dual Core 2GHz, 2G RAM ea, 250G HD; G4 Dual 1Ghz, 1.5G RAM;   Mac OS X (10.4.9)   22" LCD, 710G FW HDs, Canon: SD700IS/i850/LIDE 50, Epson R200, 30G iPod, 2G Nano

Maybe you are looking for

  • The Spinning Wheel of Death

    For the past couple of months I have been having a problem of the spinning wheel spinning and spinning and spinning, taking seemingly forever to upload a new screen in Safari or a new application from the HD. I did read several of the posts on the 30

  • ABAP Outbound Proxy with multiple entries

    I have message type as follows. MT_Proxy_Matmas_out  -- DT_Proxy_Matmas_out Matnr         1..unbounded    Material_Num   1..1    Material_Dec    1..1 Message Inrerface: MI_proxy_Matmas_out. Generated Proxy has following objects. 1. Class     ZMCO_MI_

  • Call & SMS blocker for 5800

    Hello everybody, I need a call & SMS blocker app for my 5800. I have Handy Blacklist but it deactivates itself a few hours later after I activate it. So I need a better one. Thanks.

  • Web - 500 images max? Why are the flash templates limited to 500?

    Is there any reason for limiting the templates to 500? is there a work-around? Lorenzo

  • Group email addressing

    Can someone please advise me how to enter a group into the "To" bar to send an email to a group?  Double clicking or dragging and dropping of the group name into the "To" bar at the head of the email does nothing.  Apple advise that you must type in