Help with dreamweaver gallery - or ext. for gallery

This link is to a template that I found that I really love how the gallery looks... but I am trying to figure out how to create this gallery with thumbnails along the top where you can click on one of the thumbnails on the left first (in the mouse over section) to activate which set of thumbnails you see at the top. Then once you click on one of those thumbnails at the top the image changes in the main section along with the extra 2 or 3 images that you can right or left arrow click to.  http://www.templatehelp.com/preset/pr_preview.php?i=20121&pr_code=J3Yh
More info on what I am trying to do. incase that wasn't just jibberish.
The boxes that have the images on the left (which is the mouse over section) I want to be able to click on one of the images for ex they would be listed as performing arts, restaurants, education etc. I would like to be able to click on one then once clicked have a set of thumbnails at the top of the main image that have one thumbnail for each job. so once you click on the job the main image changes to whatever job image I place in there along with still being able to click through more of the same job in that area like it does now.
I am using Dreamweaver CS4... but if you know of an extension that can do that ... that would be great to.
thanks

That's a Flash site, you know?  You can't build Flash sites in DW.
If you're really good with JavaScripts, HTML and CSS, you might be able to cobble something together that resembles the Flash site but it won't be exactly the same.  Sorry, I don't know of any extensions that would do exactly that.
For some alternate ideas, loook at Project Seven's image gallery magic and their menu systems.
http://projectseven.com
Also look at JAlbum
http://www.jAlbum.net
Nancy O.
Alt-Web Design & Publishing
Web | Graphics |  Print | Media Specialists
www.alt-web.com/
www.twitter.com/altweb

Similar Messages

  • I need help with XML Gallery Fade in out transition. somebody please help me :(

    I need help with XML Gallery Fade in out transition. somebody please help me
    I have my post dont want to duplicate it

    The problem doesn't lie with your feed, although it does contain an error - you have given a non-existent sub-category. You need to stick to the categories and sub-categories listed here:
    http://www.apple.com/itunes/podcasts/specs.html#categories
    Subscribing to your feed from the iTunes Store page work as such, but the episodes throw up an error message. The problem lies with your episode media files: you are trying to stream them. Pasting the URL into a browser produces a download (where it should play the file) of a small file which does not play and in fact is a text file containing (in the case of ep.2) this:
    [Reference]
    Ref1=http://stream.riverratdoc.com/RiverratDoc/episode2.mp3?MSWMExt=.asf
    Ref2=http://70.33.177.247:80/RiverratDoc/episode2.mp3?MSWMExt=.asf
    You must provide a direct link to the actual mp3 file. Streaming won't work. The test is that if you paste the URL of the media file (as given in the feed) into the address bar of a browser it should play the file.

  • I need help with setting up time machine for backup

    I would like help with setting up time machine for backup.

    You will need an external hard drive (formatted for a Mac).
    Then you plug it in and go to system preferences>time machine and select the external HD and turn it on.
    The backups are automatic.
    Barry

  • Urgent Help with Image Gallery

    Hi,
    I really need help with an image gallery i have created. Cannot think of a resolution
    So....I have a dynamic image gallery that pulls the pics into a movie clip and adds them to the container (slider)
    The issue i am having is that when i click on this i am essentially clicking on all the items collectively and i would like to be able to click on each image seperately...
    Please see code below
    var xml:XML;
    var images:Array = new Array();
    var totalImages:Number;
    var nbDisplayed:Number = 1;
    var imagesLoaded:int = 0;
    var slideTo:Number = 0;
    var imageWidth = 150;
    var titles:Array = new Array();
    var container_mc:MovieClip = new MovieClip();
    slider_mc.addChild(container_mc);
    container_mc.mask = slider_mc.mask_mc;
    function loadXML(file:String):void{
    var xmlLoader:URLLoader = new URLLoader();
    xmlLoader.load(new URLRequest(file));
    xmlLoader.addEventListener(Event.COMPLETE, parseXML);
    function parseXML(e:Event):void{
    xml = new XML(e.target.data);
    totalImages = xml.children().length();
    loadImages();
    function loadImages():void{
    for(var i:int = 0; i<totalImages; i++){
      var loader:Loader = new Loader();
      loader.load(new URLRequest("images/"+String(xml.children()[i].@brand)));
      images.push(loader);
    //      loader.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS,onProgress);
         loader.contentLoaderInfo.addEventListener(Event.COMPLETE,onComplete);
    function onComplete(e:Event):void{
    imagesLoaded++;
    if(imagesLoaded == totalImages){
      createImages();
    function createImages():void{
    for(var i:int = 0; i < images.length; i++){
      var bm:Bitmap = new Bitmap();
      bm = Bitmap(images[i].content);
      bm.smoothing = true;
      bm.x = i*170;
      container_mc.addChild(bm);
          var caption:textfile=new textfile();
          caption.x=i*170; // fix text positions (x,y) here
       caption.y=96;
          caption.tf.text=(xml.children()[i].@brandname)   
          container_mc.addChild(caption);

    yes, sorry i do wish to click on individual images but dont know how to code that
    as i mentioned i have 6 images that load into an array and then into a container and i think that maybe the problem is that i have the listener on the container so when i click on any image it gives the same results.
    what i would like is have code thats says
    if i click on image 1 then do this
    if i click on image 2 then do something different
    etc
    hope that makes sense
    thanks for you help!

  • Help with Photo Gallery

    I found this cool photo gallery tutorial
    http://www.kirupa.com/developer/mx2004/xml_flash_photogallery.htm
    but I'm having problem to put it together onto my flash web. I wold
    like to make portfolio and I want to have several categories. Each
    category will have its own photo gallery with animated buttons
    loading in each gallery separately onto same area. something
    similar to this
    http://www.flashmint.com/show-template-1920.html
    but where its loading text onto animated banners I want to load my
    photo gallery. Any ideas how to put it together? I'm beginner with
    action script . I use flash 8 proffesional

    rest of the code here:
            <div id="previews">
                <div id="controls">
                    <ul id="transport">
                        <li><a href="#" class="previousBtn" title="Previous">Previous</a></li>
                        <li><a href="#" class="playBtn" title="Play/Pause" id="playLabel"><span class="playLabel">Play</span><span class="pauseLabel">Pause</span></a></li>
                        <li><a href="#" class="nextBtn" title="Next">Next</a></li>
                    </ul>
                </div>
                <div id="thumbnails" spry:region="dsPhotos" class="SpryHiddenRegion">
                    <div class="thumbnail" spry:repeat="dsPhotos"><a href="{path}"><img alt="" src="{thumbpath}"/></a><br /></div>
                    <p class="ClearAll"></p>
                </div>
            </div>
            <div id="picture">
                <div id="mainImageOutline"><img id="mainImage" alt="main image" src=""/><br /> Caption:  {pcaption}</div>
            </div>
            <p class="clear"></p>
        </div>
    Any help with getting the caption to display would be greatly appreciated.  The Caption {pcaption} does not work,

  • Help with Photo Gallery using XML file

    I am creating a photo gallery using Spry.  I used the Photo Gallery Demo (Photo Gallery Version 2) on the labs.adobe.com website.  I was successful in creating my site, and having the layout I want.  However I would like to display a caption with each photo that is in the large view.
    As this example uses XML, I updated my file to look like this:
    <photos id="images">
                <photo path="aff2010_01.jpg" width="263" height="350" thumbpath="aff2010_01.jpg" thumbwidth="56"
                   thumbheight="75" pcaption="CaptionHere01"></photo>
                <photo path="aff2010_02.jpg" width="350" height="263" thumbpath="aff2010_02.jpg" thumbwidth="75"
                   thumbheight="56" pcaption="CaptionHere02"></photo>
                <photo path="aff2010_03.jpg" width="350" height="263" thumbpath="aff2010_03.jpg" thumbwidth="75"
                   thumbheight="56" pcaption="CaptionHere03"></photo>
    </photos>
    The images when read into the main file (index.asp) show the images in the thumbnail area and display the correct image in the picture pain.  Since I added the pcaption field to the XML file, how do I get it to display?  The code in my index.html file looks like this:

    rest of the code here:
            <div id="previews">
                <div id="controls">
                    <ul id="transport">
                        <li><a href="#" class="previousBtn" title="Previous">Previous</a></li>
                        <li><a href="#" class="playBtn" title="Play/Pause" id="playLabel"><span class="playLabel">Play</span><span class="pauseLabel">Pause</span></a></li>
                        <li><a href="#" class="nextBtn" title="Next">Next</a></li>
                    </ul>
                </div>
                <div id="thumbnails" spry:region="dsPhotos" class="SpryHiddenRegion">
                    <div class="thumbnail" spry:repeat="dsPhotos"><a href="{path}"><img alt="" src="{thumbpath}"/></a><br /></div>
                    <p class="ClearAll"></p>
                </div>
            </div>
            <div id="picture">
                <div id="mainImageOutline"><img id="mainImage" alt="main image" src=""/><br /> Caption:  {pcaption}</div>
            </div>
            <p class="clear"></p>
        </div>
    Any help with getting the caption to display would be greatly appreciated.  The Caption {pcaption} does not work,

  • Help with Dreamweaver CS6 for Mac

    I am a long time user of Dreamweaver CS 5.5 for PC and recently purchased an IMac. I have a trial version of Dreamweaver CS6 for Mac and am having difficulty displaying an html file in Live View. I always used "Preview in Browser" in CS 5.5 and need this same feature. I have an active site that I imported into CS6 and the site uses templates. Any help would be greatly appreciated.  Thanks,  Jim

    Ask in the DW forum.
    Mylenium

  • Need Help with Dreamweave MX!

    Hello all!
    I'm an artist and I'm putting my new website together but I'm
    stuck on something. I have 3 order forms that are all .doc files.
    How do I make a link in Dreamweaver so when the person clicks on
    the link... they download those forms? I did it once but it was a
    long time ago and I forgot how. Don't talk to me like I'm some kind
    of HTML expert. ;) I suck with HTML. If you can use simple easy
    instructions I'd appreciate it. :) I'm not very experienced with
    Dreamweaver.
    Thanks! :)

    Mahalo, Inali.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Inali Kealoha" <[email protected]> wrote in
    message
    news:ej5e0k$255$[email protected]..
    > lol Teasing is fine. :) Sometimes it's *REALLY* hard to
    tell online the
    > person's meaning without the use of emoticons. Either
    way, what Murray
    > said
    > worked great. It was so simple too and now I know how to
    do it from now
    > on.
    > I've only used Dreamweaver once before and only because
    the person who was
    > to
    > build my site was taking too long. I just decided I'd do
    it myself. :)
    >
    > Now it is completed! Well, except for the fact that
    while deleting my old
    > version of the site I think I accidentally deleted my
    entire coppermine
    > gallery
    > in the process. Oops. :( Oh well. Hopefully that can be
    fixed without too
    > much
    > work. Thanks for the help! :)
    >
    > Inali
    >
    http://www.spiritcreations.wulfpawz.net/
    >

  • Help with Dreamweaver MX

    I have a problem with Dreamweaver MX "unexpectedly quitting,"
    every time I try to open the program. I am running Mac OS 10.2.8. I
    have the console crash log for the program which I'll paste below.
    quote:
    Command: Dreamweaver MX
    PID: 1201
    Exception: EXC_BAD_ACCESS (0x0001)
    Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000004
    Thread 0 Crashed:
    #0 0x00a15b8c in 0xa15b8c
    #1 0x006d6770 in 0x6d6770
    #2 0x006d4b60 in 0x6d4b60
    #3 0x00216894 in 0x216894
    #4 0x00215ab0 in 0x215ab0
    #5 0x00a25b94 in 0xa25b94
    #6 0x00a25cec in 0xa25cec
    #7 0x00a29924 in 0xa29924
    #8 0x00a29750 in 0xa29750
    Thread 1:
    #0 0x90073ba8 in mach_msg_trap
    #1 0x90005ed0 in mach_msg
    #2 0xc0009190 in __ape_internal
    #3 0xc0000efc in __ape_agent
    #4 0x90020c28 in _pthread_body
    Thread 2:
    #0 0x90073ba8 in mach_msg_trap
    #1 0x90005ed0 in mach_msg
    #2 0x9022a720 in SwitchContexts
    #3 0x90224fc8 in YieldToThread
    #4 0x90243128 in SetThreadState
    #5 0x9026d948 in SetThreadStateEndCritical
    #6 0x009e7c28 in 0x9e7c28
    #7 0x009e68e4 in 0x9e68e4
    #8 0x009e67e0 in 0x9e67e0
    #9 0x009e6bcc in 0x9e6bcc
    #10 0x009e7f64 in 0x9e7f64
    #11 0x9023bba8 in CooperativeThread
    #12 0x90020c28 in _pthread_body
    Thread 3:
    #0 0x9000508c in syscall
    #1 0x90515d0c in BSD_waitevent
    #2 0x905156dc in CarbonSelectThreadFunc
    #3 0x90020c28 in _pthread_body
    Thread 4:
    #0 0x9003e9a8 in semaphore_wait_signal_trap
    #1 0x9003e7c4 in _pthread_cond_wait
    #2 0x9051dbf0 in CarbonOperationThreadFunc
    #3 0x90020c28 in _pthread_body
    PPC Thread State:
    srr0: 0x00a15b8c srr1: 0x0200f030 vrsave: 0x00000000
    xer: 0x20000000 lr: 0x006d6770 ctr: 0x00defd50 mq:
    0x00000000
    r0: 0x006d6770 r1: 0xbffff460 r2: 0x0104c000 r3: 0x00000000
    r4: 0x00000000 r5: 0x0000004d r6: 0x011e420a r7: 0x000000b0
    r8: 0x02befe88 r9: 0xa0220a00 r10: 0x0250e760 r11:
    0xa0221738
    r12: 0x012e28b4 r13: 0x00000000 r14: 0x00000000 r15:
    0x00000000
    r16: 0x00000000 r17: 0x00000000 r18: 0x00000000 r19:
    0x00000000
    r20: 0xbffffe18 r21: 0x00000001 r22: 0x012632a8 r23:
    0x011e34bc
    r24: 0x00000001 r25: 0x00000001 r26: 0x011e41c0 r27:
    0x02cf2d50
    r28: 0x02cf2d70 r29: 0x00000000 r30: 0x0286bdc0 r31:
    0x00000000
    I think I know the cause of the program though. I was trying
    to install some extensions using the extension manager. After I
    launched Dreamweaver after installing the extensions, the problem
    started.
    I have the extensions that I was trying to install if that
    would help.
    I would really like someone to help me with this problem.
    Please tell me if you don't think this is the correct forum to post
    it in.
    Maybe it is Apple's fault.
    Thanks in advance.
    Jylan

    Have you tried uninstalling that extension? Which one was it?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "jyilan" <[email protected]> wrote in
    message
    news:[email protected]...
    >I have a problem with Dreamweaver MX "unexpectedly
    quitting," every time I
    >try
    > to open the program. I am running Mac OS 10.2.8. I have
    the console crash
    > log
    > for the program which I'll paste below.
    >
    >
    quote:
    > Command: Dreamweaver MX
    > PID: 1201
    >
    > Exception: EXC_BAD_ACCESS (0x0001)
    > Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000004
    >
    > Thread 0 Crashed:
    > #0 0x00a15b8c in 0xa15b8c
    > #1 0x006d6770 in 0x6d6770
    > #2 0x006d4b60 in 0x6d4b60
    > #3 0x00216894 in 0x216894
    > #4 0x00215ab0 in 0x215ab0
    > #5 0x00a25b94 in 0xa25b94
    > #6 0x00a25cec in 0xa25cec
    > #7 0x00a29924 in 0xa29924
    > #8 0x00a29750 in 0xa29750
    >
    > Thread 1:
    > #0 0x90073ba8 in mach_msg_trap
    > #1 0x90005ed0 in mach_msg
    > #2 0xc0009190 in __ape_internal
    > #3 0xc0000efc in __ape_agent
    > #4 0x90020c28 in _pthread_body
    >
    > Thread 2:
    > #0 0x90073ba8 in mach_msg_trap
    > #1 0x90005ed0 in mach_msg
    > #2 0x9022a720 in SwitchContexts
    > #3 0x90224fc8 in YieldToThread
    > #4 0x90243128 in SetThreadState
    > #5 0x9026d948 in SetThreadStateEndCritical
    > #6 0x009e7c28 in 0x9e7c28
    > #7 0x009e68e4 in 0x9e68e4
    > #8 0x009e67e0 in 0x9e67e0
    > #9 0x009e6bcc in 0x9e6bcc
    > #10 0x009e7f64 in 0x9e7f64
    > #11 0x9023bba8 in CooperativeThread
    > #12 0x90020c28 in _pthread_body
    >
    > Thread 3:
    > #0 0x9000508c in syscall
    > #1 0x90515d0c in BSD_waitevent
    > #2 0x905156dc in CarbonSelectThreadFunc
    > #3 0x90020c28 in _pthread_body
    >
    > Thread 4:
    > #0 0x9003e9a8 in semaphore_wait_signal_trap
    > #1 0x9003e7c4 in _pthread_cond_wait
    > #2 0x9051dbf0 in CarbonOperationThreadFunc
    > #3 0x90020c28 in _pthread_body
    >
    > PPC Thread State:
    > srr0: 0x00a15b8c srr1: 0x0200f030 vrsave: 0x00000000
    > xer: 0x20000000 lr: 0x006d6770 ctr: 0x00defd50 mq:
    0x00000000
    > r0: 0x006d6770 r1: 0xbffff460 r2: 0x0104c000 r3:
    0x00000000
    > r4: 0x00000000 r5: 0x0000004d r6: 0x011e420a r7:
    0x000000b0
    > r8: 0x02befe88 r9: 0xa0220a00 r10: 0x0250e760 r11:
    0xa0221738
    > r12: 0x012e28b4 r13: 0x00000000 r14: 0x00000000 r15:
    0x00000000
    > r16: 0x00000000 r17: 0x00000000 r18: 0x00000000 r19:
    0x00000000
    > r20: 0xbffffe18 r21: 0x00000001 r22: 0x012632a8 r23:
    0x011e34bc
    > r24: 0x00000001 r25: 0x00000001 r26: 0x011e41c0 r27:
    0x02cf2d50
    > r28: 0x02cf2d70 r29: 0x00000000 r30: 0x0286bdc0 r31:
    0x00000000
    >
    >
    > I think I know the cause of the program though. I was
    trying to install
    > some
    > extensions using the extension manager. After I launched
    Dreamweaver after
    > installing the extensions, the problem started.
    > I have the extensions that I was trying to install if
    that would help.
    > I would really like someone to help me with this
    problem. Please tell me
    > if
    > you don't think this is the correct forum to post it in.
    > Maybe it is Apple's fault.
    > Thanks in advance.
    > Jylan
    >

  • Help with Dreamweaver flash image viewer

    Hi all
    Would like some help with Dreamweavers Flash image viewer.
    Everything is working properly except when i try to link a picture, and have set the imagelinkTarget value to _blank the link always navigates away from my site and does not open in a new window.
    I have tried all the values for the imageLinkTarget and nothing works..
    Here is my code
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0, 28,0','width','190','height','190','src','images/ad1','quality','high','flashvar s','flashlet={imageLinkTarget:\'_blank\',captionFont:\'Verdana\',titleFont:\'Verdana\',sh owCo ntrols:false,frameShow:false,slideDelay:5,captionSize:14,captionColor:#000000,ti tleSize:10,transitionsType:\'Fade\',titleColor:#333333,slideAutoPlay:true,imageU RLs:[\'images/image1.jpg\',\'images/image2.jpg\',\'images/image3.jpg\',\'images/ image4.jpg\'],slideLoop:true,frameThickness:2,imageLinks:[\'http://www.bowlsaustralia.com.au\',\'http://www.smh.com.au\'],frameColor:#333333,bgColor:# FF9966,imageCaptions:[\'Bowls Australia\',\'Sydney Morning Herald\']}','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFl ash','flash_component','ImageViewer.swc','movie','images/ad1' ); //end AC code
    </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0, 28,0" width="190" height="190">
              <param name="flash_component" value="ImageViewer.swc" />
              <param name="movie" value="images/ad1.swf" />
              <param name="quality" value="high" />
              <param name="FlashVars" value="flashlet={imageLinkTarget:'_blank',captionFont:'Verdana',titleFont:'Verd ana',showControls:false,frameShow:false,slideDelay:5,captionSize:14,captionColor :#000000,titleSize:10,transitionsType:'Fade',titleColor:#333333,slideAutoPlay:tr ue,imageURLs:['images/image1.jpg','images/image2.jpg','images/image3.jpg','image s/image4.jpg'],slideLoop:true,frameThickness:2,imageLinks:['http://www.bowlsaustralia.com.au','http://www.smh.com.au'],frameColor:#333333,bgColor:#FF9 966,imageCaptions:['Bowls Australia','Sydney Morning Herald']}" />
              <embed src="images/ad1.swf" quality="high" flashvars="flashlet={imageLinkTarget:'_blank',captionFont:'Verdana',titleFont:' Verdana',showControls:false,frameShow:false,slideDelay:5,captionSize:14,captionC olor:#000000,titleSize:10,transitionsType:'Fade',titleColor:#333333,slideAutoPla y:true,imageURLs:['images/image1.jpg','images/image2.jpg','images/image3.jpg','i mages/image4.jpg'],slideLoop:true,frameThickness:2,imageLinks:['http://www.bowlsaustralia.com.au','http://www.smh.com.au'],frameColor:#333333,bgColor:#FF9 966,imageCaptions:['Bowls Australia','Sydney Morning Herald']}" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFl ash" type="application/x-shockwave-flash" width="190" height="190"> </embed>
            </object>
    </noscript>
    any help would be greatly appericated
    Ken

    I just googled and found lots of folks with the same problem.  One fellow wrote this as a soluton:
    "All you have to do is
    remove the values from the imageLinks in the flash element. That
    should fix it."
    Does it?
    E. Michael Brandt
    www.divahtml.com
    www.divahtml.com/products/scripts_dreamweaver_extensions.php
    Standards-compliant scripts and Dreamweaver Extensions
    www.valleywebdesigns.com/vwd_Vdw.asp
    JustSo PictureWindow
    JustSo PhotoAlbum, et alia

  • Help with Dreamweaver centering website

    Help please,
    I have created my first website with Dreamweaver 8.02 and now
    I need to center it into the center of the page. But I do not know
    how. The web is 700wide x 500 high and the address is:
    www.amandastraussdesigns.com Please help. I don’t know how to
    fix this.
    Thanks

    Of course !!
    "Sleep deprived" maybe :)
    Nadia
    Adobe® Community Expert : Dreamweaver
    Tutorials |SEO |Templates
    http://www.DreamweaverResources.com
    http://www.perrelink.com.au
    CSS Tutorials for Dreamweaver
    http://www.adobe.com/devnet/dreamweaver/css.html
    "Murray *ACE*" <[email protected]> wrote
    in message
    news:[email protected]...
    >> body {
    >> text-align: left; /* I added this */
    > -----------------^^^
    >
    > Should be text-align:center;
    >
    > --
    > Murray --- ICQ 71997575
    > Adobe Community Expert
    > (If you *MUST* email me, don't LAUGH when you do so!)
    > ==================
    >
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    > ==================
    >
    >
    > ": Nadia : **AdobeCommunityExpert**"
    > <[email protected]> wrote
    in message
    > news:[email protected]...
    >> You'll need to get into code view to fix this....
    >>
    >> Change the the body style you have now to:
    >>
    >> body {
    >> text-align: left; /* I added this */
    >> margin-left: 0px;
    >> margin-top: 0px;
    >> margin-right: 0px;
    >> margin-bottom: 0px;
    >> }
    >>
    >> Add a new div style just underneath the body styles:
    >>
    >> #outwrapper{
    >> position: relative;
    >> margin: auto auto;
    >> width: 700px;
    >> text-align:left;
    >> }
    >>
    >> Then, just under this line:
    >>
    >> <body tracingsrc="image/colors.jpg"
    tracingopacity="11">
    >>
    >> add
    >>
    >> <div id="outwrapper">
    >>
    >> just before this line (right at the bottom of the
    code)
    >>
    >> </body>
    >>
    >> add this:
    >>
    >> </div> <!-- /wrapper div -->
    >>
    >> so your last 3 lines look like this:
    >>
    >> </div>
    >> </body>
    >> </html>
    >>
    >>
    >> Your page should now be centered horizontally.
    >>
    >> --
    >> Nadia
    >> Adobe® Community Expert : Dreamweaver
    >> -------------------------------------------------
    >> Tutorials |SEO |Templates
    >>
    http://www.DreamweaverResources.com
    >> -------------------------------------------------
    >>
    http://www.perrelink.com.au
    >> -------------------------------------------------
    >> CSS Tutorials for Dreamweaver
    >>
    http://www.adobe.com/devnet/dreamweaver/css.html
    >> -------------------------------------------------
    >>
    >>
    >>
    >> "demhs" <[email protected]> wrote
    in message
    >> news:[email protected]...
    >>>
    >>> Help please,
    >>>
    >>> I have created my first website with Dreamweaver
    8.02 and now I need to
    >>> center
    >>> it into the center of the page. But I do not
    know how. The web is
    >>> 700wide x 500
    >>> high and the address is:
    www.amandastraussdesigns.com Please help. I
    >>> don?t know
    >>> how to fix this.
    >>>
    >>> Thanks
    >>>
    >>>
    >>
    >>
    >
    >

  • Help with my current hardware configuration for primere pro

    Earlier this year I built a computer for video editing, I thought it was a decent build till I start running in to problems with render speeds, media pending for minutes after I open a project, playback issues etc. After reading post from multiple forums I realized build an editing rig a different type of beast and I need help to get the best out of my hardware
    This is my current hardware
    Intel I7-4770k
    Asrock Z87 Extreme4 Intel ATX motherboard
    MSI GTX 660 Twin Froz III Overclocked
    Crucial Ballistix Sport 16gigs DDR3-1600
    EVGA Supernova 750watt bronze power supply
    Hard drives-
    C drive - 2 tb Seagate 7200rpm
    D drive - 1.5 tb Seagate 5400( I think, it only read and write around 65mb)
    F drive - 2 tb Seagate 7200rpm
    I use adobe pp cc, after effects cc, Photoshop cc and want to use Speed grade in the near future.
    I mostly edit AVCHD and dslr footage
    Any suggestion would greatly be appreciated. I know my hard drives are not the best configuration. I want to redo that with a solid state and a couple of new hard drives.
    Please let me know if any other of my components could be slowing down my computer.
    also will my system run better with a internal or external raid configuration

    A Moderator may come along and move this to https://forums.adobe.com/community/premiere/hardware_forum where there are hundreds of discussions
    Until then, go to the Tweakers Page and read everything

  • I need help with java Time Zone Updater for Venezuela Time Zone

    Hi,
    I've run the latest Time Zone Updater (1.3.5) on JRE 1.4.2. It is supposed to support the time zone changes for Venezuela. The problem is that when I set my Windows time zone and run java.util.TimeZone.getDefault() it says that I am on GMT instead of GMT-04:30.
    Am I doing something wrong?
    Thanks in advance for your help.

    I have found the solution for cases in which you cannot update your JRE to anything further than 1.5. You will have to create an extra entry in the Java tzmappings file as follows:
    Venezuela Standard Time:90,90::America/Caracas:After doing this, you will have to create a new String Value in your Windows registry for the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Venezuela Standard Time Key as follows:
    Name: MapID
    Value: 90,90
    Best regards.

  • Need help with JavaScript "Galleria" gallery coding

    I am trying to create a clickable gallery with the filmstrip either on the top or on left hand side for people to click to see my portfolio. I want the first photo to be auto loaded. I downloaded the javascript from;
    http://galleria.aino.se/
    I have the coding for;
    galleria.js
    galleria.classic.js
    jquery.min.js
    I try the basic tutorial given on the website http://galleria.aino.se/
    but it seem more coding are needed.
    I want the similar gallery as shown on the above website without the black void space on the side of the large photo. I do not want the Rewind and Fastforward buttons as shown on the side of the large photo (not on the thumbnail)
    I have tried downloading few similer files and trying to use their html coding but there werent the full tutorial.
    The coding below only shows two small photos left top of the page without the large photo either on top of them.
    I dont understand much about coding. Only been doing this for like few months and still learning but i am stuck now. Much apperciated if you can help me out here with what code need to go where. Many thanks.
    <!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" />
    <title>Untitled Document</title>
    <script src="test/jquery.min.js"></script>
    <script src="test/galleria.js"></script>
    <script>Galleria.loadTheme('test/galleria.classic.js');</script>
    <script>$('.gallery').galleria();</script>
    </head>
    <body>
    <div class="gallery">
    <a href="_images/home/Bridge.png"><img src="_images/home/Bridge.png" width="100"></a>
    <a href="_images/home/Haz_Restaurant.JPG"><img src="_images/home/Haz_Restaurant.JPG" width="100"></a>
    </div>
    </body>
    </html>

    Using the same files, i have found a different code where they place the tumbnails at the bottom of the slideshow rather than on the side. Here is the code;
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    <html>
    <head>
        <title>Galleria Demo 1</title>
        <meta http-equiv="content-type" content="text/html; charset=UTF-8">
        <meta http-equiv="imagetoolbar" content="false">
        <meta name="description" content="">
        <meta name="keywords" content="">
        <link href="test/galleria.css" rel="stylesheet" type="text/css" media="screen">
        <script type="text/javascript" src="test/jquery.min.js"></script>
        <script type="text/javascript" src="test/jquery.galleria.js"></script>
        <script type="text/javascript">
        $(document).ready(function(){
            $('.gallery_demo_unstyled').addClass('gallery_demo'); // adds new class name to maintain degradability
            $('ul.gallery_demo').galleria({
                history   : true, // activates the history object for bookmarking, back-button etc.
                clickNext : true, // helper for making the image clickable
                insert    : '#main_image', // the containing selector for our main image
                onImage   : function(image,caption,thumb) { // let's add some image effects for demonstration purposes
                    // fade in the image & caption
                    image.css('display','none').fadeIn(1000);
                    caption.css('display','none').fadeIn(1000);
                    // fetch the thumbnail container
                    var _li = thumb.parents('li');
                    // fade out inactive thumbnail
                    _li.siblings().children('img.selected').fadeTo(500,0.3);
                    // fade in active thumbnail
                    thumb.fadeTo('fast',1).addClass('selected');
                    // add a title for the clickable image
                    image.attr('title','Next image >>');
                onThumb : function(thumb) { // thumbnail effects goes here
                    // fetch the thumbnail container
                    var _li = thumb.parents('li');
                    // if thumbnail is active, fade all the way.
                    var _fadeTo = _li.is('.active') ? '1' : '0.3';
                    // fade in the thumbnail when finnished loading
                    thumb.css({display:'none',opacity:_fadeTo}).fadeIn(1500);
                    // hover effects
                    thumb.hover(
                        function() { thumb.fadeTo('fast',1); },
                        function() { _li.not('.active').children('img').fadeTo('fast',0.3); } // don't fade out if the parent is active
        </script>
        <style media="screen,projection" type="text/css">
        /* BEGIN DEMO STYLE */
        *{margin:0;padding:0}
        body{padding:20px;background:white;text-align:center;background:black;color:#bba;font:80% /140% georgia,serif;}
        h1,h2{font:bold 80% 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase;}
        a{color:#348;text-decoration:none;outline:none;}
        a:hover{color:#67a;}
        .caption{font-style:italic;color:#887;}
        .demo{position:relative;margin-top:2em;}
        .gallery_demo{width:702px;margin:0 auto;}
        .gallery_demo li{width:68px;height:50px;border:3px double #111;margin: 0 2px;background:#000;}
        .gallery_demo li div{left:240px}
        .gallery_demo li div .caption{font:italic 0.7em/1.4 georgia,serif;}
        #main_image{margin:0 auto 60px auto;height:438px;width:700px;background:black;}
        #main_image img{margin-bottom:10px;}
        .nav{padding-top:15px;clear:both;font:80% 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase;}
        .info{text-align:left;width:700px;margin:30px auto;border-top:1px dotted #221;padding-top:30px;}
        .info p{margin-top:1.6em;}
        </style>
    </head>
    <body>
    <h1>Galleria Demo 01</h1>
    <div class="demo">
    <div id="main_image"></div>
    <ul class="gallery_demo_unstyled">
        <li><img src="test/img/flowing-rock.jpg" alt="Flowing Rock" title="Flowing Rock Caption"></li>
        <li><img src="test/img/stones.jpg" alt="Stones" title="Stones - from Apple images"></li>
        <li class="active"><img src="test/img/grass-blades.jpg" alt="Grass Blades" title="Apple nature desktop images"></li>
        <li><img src="test/img/ladybug.jpg" alt="Ladybug" title="Ut rutrum, lectus eu pulvinar elementum, lacus urna vestibulum ipsum"></li>
        <li><img src="test/img/lightning.jpg" alt="Lightning" title="Black &amp; White"></li>
        <li><img src="test/img/lotus.jpg" alt="Lotus" title="Fusce quam mi, sagittis nec, adipiscing at, sodales quis"></li>
        <li><img src="test/img/mojave.jpg" alt="Mojave" title="Suspendisse volutpat posuere dui. Suspendisse sit amet lorem et risus faucibus pellentesque."></li>
        <li><img src="test/img/pier.jpg" alt="Pier" title="Proin erat nisi"></li>
        <li><img src="test/img/sea-mist.jpg" alt="Sea Mist" title="Caption text from title"></li>
    </ul>
    <p class="nav"><a href="#" onclick="$.galleria.prev(); return false;">&laquo; previous</a> | <a href="#" onclick="$.galleria.next(); return false;">next &raquo;</a></p>
    </div>

  • Need help with php gallery

    Hi guys,
    Thanks for the interest in my post...
    I want to make a gallery similar to the one at
    http://www.danwheldon.com/gallery.cfm
    where the user clicks on an image and it refreshes the current page
    bringing up the enlarged version above the rest of the thumbnails.
    I've made a .php page and linked the thumbnails like
    main.php?pagename=gallery&image=01. The only thing I think I
    need is to insert a php script where I will want the enlarged image
    to appear.
    Can anyone help me on this by any chance? I found the
    following script but don't know how to edit it to do what I need:
    <img src="images/<?php echo $imgNo; ?>.jpg"
    title="Image <?php echo $imgName; ?>" />
    Thank you very much and I hope to hear from you.
    All the best,
    Mark

    Spindrift wrote:
    > I've made a .php page and linked the thumbnails like
    > main.php?pagename=gallery&image=01. The only thing I
    think I need is to insert
    > a php script where I will want the enlarged image to
    appear.
    >
    > Can anyone help me on this by any chance? I found the
    following script but
    > don't know how to edit it to do what I need:
    >
    > <img src="images/<?php echo $imgNo; ?>.jpg"
    title="Image <?php echo $imgName;
    > ?>" />
    <img src="images/<?php echo $_GET['image']; ?>.jpg"
    />
    David Powers
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    Author, "Foundation PHP 5 for Flash" (friends of ED)
    http://foundationphp.com/

Maybe you are looking for

  • Error message while syncing contacts with windows address book

    getting error message while syncing contacts from windows address book cradsstring something

  • DataGrid - Excel functionalities

    Hello all, We are trying to develop excel basic functionalities in Flex. first of all I just want to know if someone heard about code examples that implement basic excel functions in flex advanced/datagrid , such as : drag and drop (but not to other

  • Calling Javascript function in JSP

    Please help anybody I have a link, when I click on the link it should call the javascript function. But it doesn't work. I am passing a value to the function openIt(id). coding is as : <html> <script> function openIt(id) alert("hello"); </script> <bo

  • Enquiry in f-48

    Hi, In IDS these code is not included in tcode f-48.Actually this FM is not exits in Development server. thats why when executing tcode dump comes. Can any on tell me how will I solve this problem?   INCLUDE ifre_begin_of_re_ea_fin. special logic for

  • Save ina local file

    how to save details of the session in a local file thanks